connection_ninja
connection_ninja copied to clipboard
Handles multiple database connections
I'm not a Rails 3 user yet so I'm not sure if this is a Rails 3 issue, but grouping doesn't work in the older Rails 2.X version....I had to...
Is there a way to use the existing db: rake tasks on the alternative connection database? I want to have a separate test version of the external database, locally, and...
I did the following test. A have a Application model that points to a DB using use_connection_ninja. Them, on console I did the following: Application.connection Application.all ActiveRecord::Base.connection Application.all On the...