Answered by robble
: Sep 08 2009 01:47 PM
First of all, because Rails defines at least three different runtime environments (development, test, and production), you should create a database for each.
If you're using MySQL, start by cr...
full answer >