Search code examples
ruby-on-railsschemaless

Can the Friendly ORM be used alongside a traditional database schema?


Can I use ActiveRecord for existing models and Friendly for new models?

Basically, I want to decide which models I'd like to be schemaless and which models I'd like to be done the "old" style.


Solution

  • That should be possible. In the worst case you will have to assign a separate database to Friendly with Friendly.configure.