Tag Archives: sqlite

Generating a Rails project preconfigured to use MySQL

With the 2.0.2 release of Ruby on Rails, the default database has been switched from MySQL to SQLite3 So, now when you generate a Rails project using: rails <MYAPP> This is how the generated database.yml (Database configuration file) looks like: … Continue reading

Leave a Comment

Filed under Ruby on Rails