activerecord-hackery / meta_search

Object-based searching (and more) for simply creating search forms. Not currently maintained.
http://erniemiller.org/2013/11/17/anyone-interested-in-activerecord-hackery/
MIT License
903 stars 140 forks source link

ActiveRecord 3.2? #83

Closed waynerobinson closed 12 years ago

waynerobinson commented 12 years ago

Will this gem work with ActiveRecord 3.2? If so, can the dependecies be updated to include 3.2?

francesc commented 12 years ago

+1 :)

ernie commented 12 years ago

I haven't tested with 3.2, but it someone wants to confirm it works before I can get to it (time is more limited these days) I'll be happy to update the Gemspec.

gregmolnar commented 12 years ago

I am getting this error: NameError: uninitialized constant ActiveRecord::Associations::ClassMethods::JoinDependency so I don't think it will work with 3.2. I will try to figure out how to fix this.

gregmolnar commented 12 years ago

Ignore me. For some reason the app where I was tested this used a very old version of meta_search. All my test are passing with one of my apps.

allaire commented 12 years ago

This would be awesome, specially for Active Admin!

akashkamboj commented 12 years ago

when i install the 1.1.2 version in my Rails 3.2 environment. I get following error:

Fetching: meta_search-1.1.2.gem (100%) ERROR: Error installing meta_search: meta_search requires meta_search (>= 0)

However if i use gem 'meta_search', :git => 'git://github.com/ernie/meta_search.git' in my gemfile. It works fine. Either the gem on rubygems.org isn't uptodated. Or It is totally out of my understanding.

ernie commented 12 years ago

Hm... That's messed up. It's showing that way on Rubygems.org but my gemspec doesn't show that. I'll look into it.

ernie commented 12 years ago

This should be fixed now. Tested against Rails 3.2. Thanks!

akashkamboj commented 12 years ago

thanx for new version. it's working fine now.