-
/plugins - Rails Trac - Trac
Here’s where to find all the plugins that used to be in Rails but were pushed out for Rails 2, such as acts_as_list, acts_as_tree, and scaffolding. You’ll also find other plugins that were never in the framework but have come from the core team, such as exception_notification and ssl_requirement.
-
iPhone on Rails and ObjectiveResource; Making communication between the iPhone and a Rails web-service pain-free.
Objective C port of ActiveResource. Handy for connecting iPhone apps to RESTful Rails sites.
-
ActionMailer with optional TLS
github home of the action_mailer_optional_tls plugin. Use this plugin to connect to Google GMail from your Rails app. Pay attention to Googles TOU, as there are limits to the number of email messages you can send in one day.
-
jRails -- jQuery on Rails
jRails is a drop-in jQuery replacement for Prototype/script.aculo.us on Rails. Using jRails, you can get all of the same default Rails helpers for javascript functionality using the lighter jQuery library.
-
in_place_editor for rails2.0 - EnjoyRails
A modified version of the in_place_editor plugin code so that it works with Rails 2.0
-
Better Partials Plugin for Ruby on Rails
A nice simplification for rendering partials.
-
Active Merchant
The most widely used payment processing library for Ruby on Rails. Provides interfaces to more than 30 gateways with a single, abstracted API. Extracted from the Shopify hosted service.
-
XSendFile
Rails plugin to support the X-Sendfile protocol, which enables you to use Rails to do authentication while having the web server deliver the file.
-
comatose-plugin
A “micro-CMS” (content management system) Rails plug-in.
-
Savvication: Email Veracity Plugin
Plugin for validating email addresses using the existence of an MX record as the test.
-
annotate_models plugin
Provides a rake tasks that adds comments to all your models listing the database columns.
-
Mysql Replication Adapter
Rails database adapter that supports replicated MySQL databases.
-
Blazing fast page loads through bundled CSS and Javascript
Plugin that bundles multiple CSS and JavaScript files into a single pair of files to improve page rendering times.
-
ActiveScaffold
ActiveScaffold is a plugin that dynamically generates Ajax-based scaffolds that understand model associations and are customizable via configuration statements.
-
GeoKit: a plugin for location-based Rails apps
Plugin for building location-based apps; provides geocoding, location finders, and distance calculation.
-
Datetime Toolbocks - Intuitive Date Input Selection
Plugin that provides a JavaScript widget for entering dates in a mini-calendar, and also parses many common text versions of dates — even things like “next Tuesday”.
-
acts_as_textiled
Plugin that makes using Textile as simple as it can be. The specified model field is always interpreted as Textile when displayed, except when in a form (for editing).
-
Sitealizer Web Stats plugin for Rails
Plugin lets you track visitors, referrers, robots, search terms and more.
-
Debug View Helper
This plugin adds easily accessible debug information
into your views. It adds a button that will pop up a
new window that displays request parameters, session variables, flash variables, and assigned template variables.
-
Plugems Runtime
A gem that supports using enhanced gems to replace Rails plugins.
-
Official Rails plugins
These are the plugins that live in the official Rails repository. Some are in serious need of updating, however, and in some cases there are better alternatives elsewhere.
-
Auto Tags
Auto-generates tags based on text content.
-
RubyForge: Acts As Ordered Tree: Project Info
-
Dojo Toolbocks
Plugin for using the Dojo JavaScript libraries with Ruby on Rails applications.
-
RubyForge: ActiveRecord
If you want to access the ActiveRecord source code independently of Rails, you’ll find it here. (And yes, you can use ActiveRecord in non-Rails projects.)
-
Announcing Princely Rails Prince XML PDF Wrapper
-
Announcing acts_as_taggable_on
-
SeeSaw | Rails Widgets
-
activecalendar
-
codefluency's keyword_search-1.3.1 Documentation
Add gmail-like keyword search (using keyword:value pairs) to your application.
-
acts_as_emailable
-
ActsAsIndexed
-
/plugins/legacy/ - Rails Trac - Trac
Legacy Rails core plugins.
-
YM4R: Yahoo Maps for Rails
Plugin for using Yahoo maps in Rails applications.
-
Combustible
Rails plugin for accessing the FeedBurner API.
-
Google Analytics Plugin at Notes from a messy desk
A simple plugin that inserts the google analytics tracking code in your layout.
-
Excel export plug-in
-
Custom Scaffold for Rails
A plugin that replaces the view code produced by the standard Rails scaffold with a view that explicitly references each column, rather than iterating over all the columns, so it is much easier to customize.
-
Textile Editor Helper
Plugin that shows a simple toolbar over Textile text-entry areas, so you can, for example, click a Word-like “B” icon for bold and it will wrap the selected text in asterisks. (Display is still not wysiwyg, however.)
-
validates_email_format_of
Plugin to provide a validation for email address formats.