I am working on a project that requires a conversation with two different databases: MySQL for persistent data and an experimental in-memory database for real-time data.
It would make my life easier if there was a way to access and use the SQL query generated with Finder ActiveRecord.
I know there were other questions in this regard, but the answers that they apparently suggested registering SQL with STDOUT and were not for Rails 3
source
share