DISQUS

Community Page on DISQUS

what is this?

  • Subscribe

  • Community

  • Top Commenters

  • Popular Threads

  • Recent Comments

Jump to original thread »
Author

Rails Quick Tip: Bring Back MySQL to database.yml

Started by Chris Pratt · 3 months ago

In Rails 2.0, when you generate a new app, Rails defaults to SQLite3 as the default database adapter in database.yml. If you’d rather it generate database.yml for MySQL, you can use the following command to generate your app:
rails -d mysql myapp
Courtesy: Rails 2.0.2: So ... Continue reading »

0 comments

This thread has no comments yet.

Add New Comment

Returning? Login