Plugins

Exception Notifier
The Exception Notifier plugin provides a mailer object and a default set of templates for sending email notifications when errors occur in a Rails application.
Rating: 4/5 (115 votes)
Added on 18 May 2006
Restifarian
Experimental grounds for making Rails more accomodating to RESTful principles.
Rating: 2/5 (5 votes)
Added on 18 May 2006
script.aculo.us Slider
Helpers for the script.aculo.us slider control.
Rating: 4/5 (67 votes)
Added on 18 May 2006
SimplyRestful
SimplyRestful is a plugin for implementing verb-oriented controllers. This is useful for implementing REST API's, where a single resource has different behavior based on the verb (method) used to access it.
Rating: 4/5 (18 votes)
Added on 18 May 2006
TZInfo Timezone
This plugin installs a replacement for the TimeZone class. The replacement uses the TZInfo library (http://tzinfo.rubyforge.org) to do the time zone conversions, and thus takes into account daylight saving, for free.
Rating: 5/5 (24 votes)
Added on 18 May 2006
Acts As Bitfield
Lets you use a bitfield to store boolean values for a record and abstracts away all the horrible messiness of actually having to deal with bitwise logic yourself.
Rating: 5/5 (8 votes)
Added on 18 May 2006
Acts As Urlnameable
Intended to be a successor or alternative to acts_as_permalink. Allows you to give your ActiveRecord objects nice url names, for use in permalinks and such.
Rating: 4/5 (7 votes)
Added on 18 May 2006
Acts As Paranoid
Make your Active Records "paranoid." Deleting them does not delete the row, but set a deleted_at field. Find is overloaded to skip deleted records.
Rating: 3/5 (25 votes)
Added on 18 May 2006
Acts As Threaded
Great for creating threaded forums and other tree structures where performance is a concern. The nested_set model is insert/update heavy but the whole tree can be retrieved in order from the database with a single query.
Rating: 4/5 (39 votes)
Added on 18 May 2006
Acts As Shellable
This mixin provides methods to make ActiveRecord::Base classes more usable from the commandline. This is done by providing a shorthand syntax for creating and querying tables with aliases for column names and associations.
Rating: 2/5 (2 votes)
Added on 18 May 2006
Enforce Column Limits
This simple plugin provides a convenient way to validate all your model’s string attributes against their maximum limits.
Rating: 4/5 (3 votes)
Added on 18 May 2006
Validator
Allows to validate user input data independently of a model.
Rating: 4/5 (5 votes)
Added on 18 May 2006
HTTP URL Validator
Allows the model to validate if a user-entered URL can be reached by an HTTP request.
Rating: 3/5 (5 votes)
Added on 18 May 2006
Request Routing
Plugin that allows you to define routing requirements that test methods/properties of the request object such as subdomain, domain, port. You can test them either against a value or with a Regexp (assuming the method returns a string).
Rating: 5/5 (27 votes)
Added on 18 May 2006
Authorization
Uses a simple authorization DSL that delegates checks to models, including the current user. Different levels of authorization complexity are provided through mixins available with the plugin.
Rating: 4/5 (22 votes)
Added on 18 May 2006
Add a plugin

Search Plugins

Query syntax

Plugins by Category

Sponsors

Rails Kits: Get Code. Get Moving.

Have a comment?