I read alot that folks recommend using nosql together with sql datastores. For example have some reporting audit-trailing or log information in mysql and some threaded hierarchical data in mongodb.
Is it possible to hook up rails with active record on mysql as well as mongoid?
Out of the box it seems not to work...Any hints? Or is this a not recommended approach?