Rails 2.0.2 Released: Sqlite3 now default database

In a move that makes setting up your first rails application so much simpler, Rails 2.0.2 now uses sqlite3 as the default database. Developing rapid prototypes can now be developed much more rapidly as sqlite3 is included in OSX 10.5 Leopard. This basically amounts to a zero configuration setup to get your app up and running. For more information see DHH’s post.


About this entry