pluginGeek
ActiveRecord: Named scopesRuby7,156EditWith scopes you can make your database queries more precise. Named scopes help you reuse these helpers.
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
Maps controller filters to your resource scopeshttp://blog.plataformatec.com.br/
pg_search builds ActiveRecord named scopes that take advantage of PostgreSQL's full text search https://github.com/Casecommons/pg_search
Generated scopes for ActiveRecord classeshttps://github.com/thoughtbot/pacecar
Lets you find ActiveRecord objects by year, month, fortnight, week and more!http://ryanbigg.com
Object-based searching (and more) for simply creating search forms.http://erniemiller.org/projects/metasearch
Push your models' scopes up to the surface.http://laserlemon.github.com/periscope
Easily search you ActiveRecord models with a simple query language using a named scope.https://github.com/wvanbergen/scoped_search
Small DSL to create ActiveRecord attribute predicates without writing SQL.https://github.com/samleb/sexy_scopes
Related categories
Advanced Querying with ActiveRecord5,075Rubysqueel, searchlogic and 6 more »Retrieve data from complex queries, built easily.
Around the webAdd