Ruby on Rails Sunday, January 22, 2012

On 01/22/2012 06:16 PM, Felipe Pieretti Umpierre wrote:

Ok, but how I can make the mysql be default ?  
To make mysql the default when you run rails new you would have to modify the rails code somewhere (If you cannot figure out where on your own you should not try to modify it).  To change the database driver used on this particular instance modify config/database.yml.  Run rails new xx -d mysql to see what the values in that file should be.

No comments:

Post a Comment