To start things off, you want to get some kind of ActiveRecord gem (i.e. SQLite3
, MySQL2, Postgres 'pg') and manually create your database.yml
.
Here is a snippet from Postgres:
# PostgreSQL. Versions 8.2 and up are supported.
#
# Install the pg driver:
# gem install pg