activerecord-hackery / meta_where

ActiveRecord 3 query syntax on steroids. Not currently maintained.

Home Page:http://erniemiller.org/2013/11/17/anyone-interested-in-activerecord-hackery/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Conflict with Sequel

pedroteixeira opened this issue · comments

Hi there,
Is there any way to avoid meta_where conflicting with sequel?
They both seem to open Symbol for ordering for example. Any experience to have these two co-exist?

thanks!

Not with MetaWhere. Squeel lets you opt-out of the symbol extensions entirely. Not sure what your use case is for having both ActiveRecord and Sequel going in the same app. :)

Thanks for the feedback! It's rails app but currently using ruote, which relies on sequel for storage :p will later work on a activerecord based storage.