I am reading through "Agile Web Development with Rails" 3rd edition. My question is this;
The book seems to suggest that development should be done using sqlite3 and that the testing and/or production can be switched to some other database. Now it does not say you have to do it this way and even gives instructions to setup your initial development using MySql. My question is - is this how most people/organizations do it or do they just use the same database from development through production. What are the pro's and con's. I would think using different databases could lead to errors due to database quarks in the your coded application. -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

