Whats the significance of creating three db's in ruby and rails.
- by piemesons
Hello friends i am moving from php to ruby on rails. Suppose u want to create a application in ruby on rails
rails depot -d mysql
This will create a application depot with database mysql right..!!!
Now config/database.yml has a definition of three databases ie depot_development, depot_test and depot_production under environment development , test and production respectiviely
Whats the significance of creating these three databases.. (Please explain considering this is my first day with ruby on rails and i am takin help from Agile Web Development with Rails)