Links
Categories
Plugins Tagged filter
-
acts_as_textiled
This simple plugin allows you to forget about constantly rendering Textile in your application.
-
CacheFilter
Keep multiple versions of a template cached and decide which to render with a before_filter
-
meantime_filter
This plugin introduces a new filter type to ActionController::Base: meantime filters. They are called at the time of the action call just after before filters. They allow to do things around the action by yielding when the action has to be performed. This enables the action to be executed within the block of any method.
-
BBCodeizer
Translates BBCode to HTML
-
RedCloth Template
Use Textile and Markdown syntax directly in your views
-
Filters column
Use a separate column to automatically store the results of text filters like Textile or Markdown.
-
Filter
Filter let you specify common filtering options, in order to generate
a filtered condition, useful for filtering from request params. -
Condition Builder
Creates a :conditions array using Ruby blocks for use in your "find" queries. No complex mappings as in the ez_where plugin.
-
Acts As Taggable
Adds tagging or folksonomy support to any model.
-
acts_as_filter
Acts As Filter is an ActiveRecord filtering plugin based on named_scopes
-
Conflict warnings
Ruby on Rails plugin that provides a simple method for avoiding race conditions that could result in database inconsistencies. Without succumbing to the problems of active locking.
-
Filter fu
Filter ActiveRecord models using named_scopes
