MetaSearch: Testers wanted

Comments

MetaSearch has had a bunch of nifty additions since the last released gem version. I’d really love to have some testers try out the new version, but it requires some handy additions to Arel which currently only exist on my fork. Those intrepid enough to try it out will gain a host of bug fixes, custom validators, and any- and all-suffixed methods for easier multi-condition searches.

Anyway, to try out the latest and greatest MetaSearch, just add the following to your Gemfile:

    gem 'arel', :git => "git://github.com/ernie/arel.git"
    gem 'meta_search', :git => "git://github.com/ernie/meta_search.git"

Be sure to check out the docs for info on how to use all the new goodies, and please send me your feedback!

comments powered by Disqus