Links
Categories
Top Rated Plugins
-
Rails rcov
Find your tests' blind spots easily with Mauricio Fernandez's rcov code coverage tool and this set of dynamic Rake tasks.
-
Assert Request
The assert_request plugin provides an easy way to make sure that your rails actions are only called with the method, protocol, and parameters that you expect.
This can save a considerable amount of error-checking code, uncover hidden bugs, and prevent security holes.
-
Tabnav
Just the easiest way to add tabbed navigations to your rails app!!!
-
App Config
AppConfig plugin provides a convenient way for configuration
application wide settings. Extra custom files in config/ or other
unusual configuration hacks are no longer needed. AppConfig extends
Rails configuration process in a way that allows to setup application
specific options within default configuration block. -
Smart form
Creates nicely laid out form fields for an ActiveRecord object, including it's content columns and association reflections. The form fields are encapsulated in an HTML definition list.
-
Textmate Footnotes
Adds clickable links in development mode that take you directly to your Textmate editor.
-
CommunityEngine
CommunityEngine is a free, open-source social network plugin for Ruby on Rails applications. Drop it into your new or existing application, and you’ll instantly have all the features of a basic community site.
-
Acts as attachment
Allows you to specify that a model accepts file uploads and stores the necessary meta info (filename, size, etc).
-
Acts as Resource
acts_as_resource lets you handle nested resource controllers neatly without
having to modify every single call to a named route to include the full list of
resources used to reach the target resource. -
RSpec on Rails
Allows you to use RSpec (http://rspec.rubyforge.org) with Rails.
-
Login engine
This is a Rails Engine version of the Salted Login Generator.
-
Validates date time
Adds validators to validate dates and times entered as strings: validates_date, validates_time, and validates_date_time.
-
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). -
Easy FCKeditor
Easy FCKEditor is a Rails Plugin thats generate a WYSIWYG text editor helper. This version is a fork of Scott Rutherford great plugin with a EasyUpload plugin inlcuded of Alfonso Martínez de Lizarrondo.
-
Active Search
ActiveSearch is a barbarian way to give your models a sparkle of fuzzy search, which most users will surely prefer to very specific forms.
-
Human Attribute Override
Override humanized attribute conversions. Useful in error reporting and legacy databases.
-
HAML
Haml and Sass are templating engines for the two most common types of documents on the web: HTML and CSS, respectively.
-
Simply Searchable
Ruby on Rails plugin to simplify searching your model
-
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. -
auto_complete
Official Rails autocomplete plugin
