Links
Categories
Top Rated Plugins
-
Engines
Rails Engines are a way of dropping in whole chunks of functionality into your
existing application without affecting *any* of your existing code. The could also be described as mini-applications, or vertical application slices - top-to-bottom units which provide full MVC coverage for a certain, specific application function. -
ActiveRBAC
ActiveRBAC is a library for Ruby On Rails that provides a full stack for managing users and permissions.
-
validates_email_format_of
Validate email addresses against RFC 2822.
-
acts_as_ordered_tree
Adds list capability to the standard acts_as_tree, as well as various movements within the tree.
-
ActiveAcl rails authorization system
ActiveAcl provides a high-performance, unintrusive and very flexible approach to fine grained access control.
-
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. -
ar-extensions
ActiveRecord::Extensions is a set of extensions for ActiveRecord
-
acts_as_revisionable
Handle keeping revisions of your active record models which can be restored in a pinch. Similar to ActsAsVersioned, but with an emphasis on minimizing storage space and revisioning complex, multi-table models.
-
Calendariffic 0.1.0
The Calendariffic plugin allows the user to create a DHTML pop-up calendar and an associated text-box that displays the selected date using 1 Rails function from within a .rhtml file.
-
Ajax Scaffold
This is a plugin version of the Ajax Scaffold generator
-
Theme support
Add theme support to your application (Typo style). Includes support for liquid templates.
-
has_many_polymorphs
Makes using ActiveRecord polymorphic associations dead easy. Supports self-references and double-side associations.
-
acts_as_solr
This plugin adds full text search capabilities using the Solr engine to any Rails model.
-
Error Messages For
This is a rails plugin that overrides the default error_messages_for helper and extends it to make it useful.
-
MenuEngine
A small Rails engine that can generate templated drop-down DHTML menus commonly used for web site navigation.
-
Korean Rails
Korean Rails plugin is for Korean Rails developer.
-
LiveValidation
Add client-side validations based on those you have in your models (via LiveValidation Javascript library)
-
Ext scaffold
Generate full-featured scaffolds using the ExtJS framework.
-
Comatose
Comatose is a micro CMS for embedding in Rails applications. It's designed to be lean, mean, easily embedded, and easy to re-skin for existing applications.
-
Markaby
Write your template code in Ruby using a Builder-style syntax.
