Links
Categories
Category: Searching and Queries
-
AAFAutoRebuild
AAFAutoRebuild is rails plugin, that automatically rebuilds your Ferret index if field definitions have changed. Its main purpose is to reduce deploy time by only rebuilding parts of your index. The plugin only works in conjunction with acts_as_ferret.
-
Active OLAP
This Rails plugin makes it easy to add an OLAP interface to your application, which is great for administration interfaces. Its main uses are collection information about the usage of your application and detecting inconsistencies and problems in your data. It does so by counting records in the table that conform the provided category definitions.
-
Active Search
ActiveSearch is a barbarian way to give your models a sparkle of fuzzy search, which most users will surely prefer to very specific forms.
-
active search form
easy search, paginate, sort on rails.
-
ActiveRecord IO Mode Plugin
Redirect the SQL that ActiveRecord generates
-
Acts as Clusterable
Provides an easy way to cluster to your database records -- for example, for grouping search results.
-
Acts as Ferret
Mixin that uses ferret to automatically build and maintain an index for fast fulltext search within the data stored in a Rails model.
-
Acts As Indexed
Fulltext search with zero-dependencies (No gems required) and a minimal setup. Maintains an index of content in your Rails models for fast query results.
-
Acts as zoom
A plugin to allow searching and populating of ZOOM Z39.50 servers.
-
ActsAsArchivable
Methods to quickly grab records based on dates
-
acts_as_filter
Acts As Filter is an ActiveRecord filtering plugin based on named_scopes
-
acts_as_fulltextable
Easily perform full text searches using MySQL
-
acts_as_fulltext_indexed
A MySQL-specific plugin that allows you to perform fulltext searching on models backed by InnoDB tables, so you get transactions, foreign keys, and row-level locking while retaining the power of fulltext search.
-
acts_as_solr
This plugin adds full text search capabilities using the Solr engine to any Rails model.
-
acts_as_tsearch
Super simple full text search for any model if you're running against Postgresql for the database.
-
alphabar
A paginator that splits the pages based on the alphabet instead of simply page numbers.
-
ArPaginator
Allows you to easily paginate over any existing AR queries. paginator.paginate { my_company.complete_videos }
-
AutoScope
Automatically create scoped access methods on your ActiveRecord models.
-
BolingForBatches
A Better Way To Run Methods on Heavy Query Results
1. Setup a Batch for an ActiveRecord model.
2. Run an instance method on each record in each batch (can send params too!)
3. Print the results!
-
Condition Builder
Creates a :conditions array using Ruby blocks for use in your "find" queries. No complex mappings as in the ez_where plugin.
