pluginGeek
Advanced Querying with ActiveRecordRuby5,104EditRetrieve data from complex queries, built easily.
Searchlogic provides object based searching, common named scopes, and other useful named scope tools.http://rdoc.info/projects/binarylogic/searchlogic
Object-based searching. The successor to MetaSearch.http://ransack-demo.heroku.com
A Relational Algebrahttps://github.com/rails/arel
High performance real-time search (Support Chinese), indexes store in Redis for Rails applicationhttps://github.com/huacnlee/redis-search
Acts As Indexed is a plugin which provides a pain-free way to add fulltext search to your Ruby on Rails apphttp://douglasfshearer.com/blog/rails-plugin-acts_as_indexed
Easily search you ActiveRecord models with a simple query language using a named scope.https://github.com/wvanbergen/scoped_search
Related categories
ActiveRecord: Named scopes7,192Rubysqueel, searchlogic and 10 more »With scopes you can make your database queries more precise. Named scopes help you reuse these helpers.
Around the webAdd