Ruby on Rails plugins
RailsLodge Ruby on Rails plugin directory provides an up to date list of rails plugins along with excellent plugin documentation that is maintained by the rails community.
Most recent plugins
-
SitemapGenerator
This plugin enables 'enterprise-class' Google Sitemaps to be easily generated for a Rails site as a rake task, using a simple 'Rails Routes'-like DSL. It allows you to take care of familiar Sitemap issues like: Gzip of Sitemap files, variable priority links, paging/sorting links (e.g....
- Has Password Simple password-hashing abstraction for Rails models
- Consent Access control layer for ActionPack, providing a DSL for writing a firewall to sit in front of Rails controllers
- Plugin Routing Rails plugin which is a port of James Adam's RailsEngine routing extension.
- Acts As Parent Of Implements the parent model code from Advanced Rails Recipe 13
- Paper Trail Track changes to your models' data. Good for auditing or versioning.
- Intense Debate Comments Add quick and easy comments to your app with IntenseDebate
- Loggers Galore Loggers Galore allows you to create as many loggers as you require and access them anyplace in your app.
- affected on destroy affected_on_destroy is a simple Rails plugin that recursively reflects on defined associations and lets you know which records will be deleted/nullified when using :dependent => :destroy or :dependent => :nullify
- Jiff Auth An alternative (to popular restful_authentication) authentication plugin for Rails
- Dataset An exceptional tool for creating test data sets using ActiveRecord.
- Less Rails Rails plugin for using the less css framework (http://www.lesscss.org)
- Robots Dot Text A plugin for dynamically creating your robots.txt file with Ruby code and logging crawler user-agents
- Quick Scopes A Rails plugin to automatically add some quick named_scopes to your models. These are especially useful for quick modifications to a query on an association.
- Map Fields A Rails plugin to handle the mapping of an uploaded CSV file to an expected format
- Unspecd Rails plugin that identifies all files that do not have specs
- Crumble Crumble - It's like breadcrumbs for your Rails application! It's a tiny combination of a helper and a simple configuration class to make breadcrumbs cool, because they're not.
- Form Wow Dry up your Ruby on Rails form decoration with this simple FormBuilder plugin.
- CSS Writer A simple rails plugin for writing a CSS stylesheet from ruby code
- Searcher A simple and lightweight 'search' method for ActiveRecord::Base models that will search text/string-based columns for a specified critieria.


