This document will help you install the sqlite3 ruby gem. It also contains instructions on loading database extensions and building against drop-in replacements for sqlite3. If you are using one of ...
The default database for Rails 2.0.x application is SQLite3. This database is bundled with Mac OSX Leopard and so makes it really easy to get started with Ruby-on-Rails. But it requires couple of ...