Closed waynerobinson closed 12 years ago
+1 :)
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.
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.
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.
This would be awesome, specially for Active Admin!
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.
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.
This should be fixed now. Tested against Rails 3.2. Thanks!
thanx for new version. it's working fine now.
Will this gem work with ActiveRecord 3.2? If so, can the dependecies be updated to include 3.2?