Also to get you started, you can feel comfortable doing what seems natural in ruby/rails. For example:
Putting connection information in a yaml file with the other configs.
Creating the project using the --skip-active-record flags (or removing active record from the project if it already exists)
Instantiating db connections in an initializers.
Creating models that retrieve and store the collections.
-Tyler