1

I use the active_admin gem which requires the meta_search gem and noticed it conflicts with texticle as they both use the search method and it breaks as a result. I read in a few places about similar problems involving solr where they were able to user an alternative method solr_search but I found no such luck using texticle.

NoMethodError (undefined method `relation' for []:ActiveRecord::Relation):

Any ideas how I can avoid this?

ere
  • 1,739
  • 3
  • 19
  • 41
  • about to have the same issue...I'm thinking about branching the gem and re-naming the method to pg_search since it is postgres specific – spilliton Jun 27 '12 at 23:54

0 Answers0