Links
Categories
Plugins Tagged query
-
QueryTrace
Adds a filtered stack trace to each logged query.
-
scan_fields
Alleviate's the need for long and ugly ActiveRecord::find search conditions by automatically searching all columns of a model.
-
DynaCon
Dynamically add search conditions before you call a Model.find
-
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.
-
RailsWhere
Flexible condition builder. Supports sanitization.
-
Will Paginate Acts As Searchable
Integrate will_paginate with acts_as_searchable
Movie.paginate_by_fulltext_search(params['q'],:page=>params[:page],:per_page=>1)
-
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.
