By Mislav on 22 Dec 2007 in rails
The new default database in Rails 2.0.2 is SQLite3, which I personally think is a great default. Although there is a discussion on Rails-core about reverting back to MySQL on Windows platforms if SQLite3 can’t be detected, I think the best choice for any Ruby developer (using Windows or any other OS) would be to simply have SQLite installed on every of her development environments. It only takes a minute.
On Leopard, you don’t have to! On Tiger, refer to this guide by Scott Motte.