After following a tuturial on rails that used mysql for development I’m moving onto something much more easier and robust. Being able to create a database in an app simply by using the $rake db:create, then creating the controllers, views, and models using the $rake db:migrate to generate the mysql table structure is awesome. For more on this awesome easy setup check out the rails guides.
April 05, 2009, 7:05pm Comments


