NoBrainerORM / nobrainer

Ruby ORM for RethinkDB
http://nobrainer.io/
Other
387 stars 49 forks source link

NoBrainer together with ActiveRecord? #178

Closed medihack closed 8 years ago

medihack commented 8 years ago

Is it possible to use NoBrainer together with ActiveRecord? The installation instructions page of NoBrainer says that ActiveRecord is disabled. It would be nice to find a little statement regarding this question there.

nviennot commented 8 years ago

You can use it together with AR. You can remove the commented require for AR to get it back, and configure NoBrainer to disable warnings about having AR loaded.