Links
Categories
Category: Misc. Enhancements
-
12 hour time
Not all of us are adept at those exotic, 24-hour clocks. So for the rest of us,
here's a simple plugin that tacks on an AM/PM selector to the DateHelper
methods. It also handles the backend, so things are properly stored in 24-hour
format. -
ActionMailer TLS
This plugin allows ActionMailer to work with SMTP servers that require TLS.
-
ActionMailServer
Adds a simple SMTP server for receiving email with ActionMailer.
-
action_web_services
http://biorails-dev.blogspot.com/2007/12/actionwebservice-and-rails-20.html
-
ActiveMessaging
ActiveMessaging is an attempt to bring the simplicity and elegance of rails development to the world of messaging. Messaging, (or event-driven architecture) is widely used for enterprise integration, with frameworks such as Java's JMS, and products such as ActiveMQ, Tibco, IBM MQSeries, Amazon SQS, etc.
-
ActiveRecord Database Functions
Enable the use of built-in database functions through ActiveRecord.
-
Acts as Accurate Float
Fixes rounding errors in SQL select statements when querying against float columns.
-
Acts as datable
acts_as_datable allow you to display a year/month based archive list on a given model
-
Acts As Lookup
Provides an easy way to deal with lookup tables and drop downs.
-
Acts as pingable
Rails plugin for remote HTTP pinging
-
Acts as Releaseable
This mini (the smallest?) plugin will you to include a html comment showing the current svn release and environment that your app are running.
-
Acts As TinyURL
ActsAsTinyURL utilizes TinyURL's API to allow you to pass in any URL and
have it generate a shortened URL on the fly. -
Acts as Wizard
Create dynamic wizards easily in your Rails application.
-
acts_as_configurable
Adds dynamic configuration to any class or model.
-
acts_as_emailable
A small plugin which sets up an Email model and the associations with the User model, so users can store emails against each other.
-
acts_as_good_speeler
Fix all those broken inflections in Rails.
-
Acts_As_Mailchimp
Plugin to integrate a model with the Mail Chimp API to subscribe, unsubscribe and update the newsletter mailing list.
-
acts_as_trashable
ActiveRecord extension which serializes destroyed records into a trash table from which they can be restored. This is intended to reduce the risk of users misusing your application's delete function and losing data.
-
admin_partials
A ported version of the Radiant facets branch which adds flexible page editing capabilities.
-
AjaxMessaging
AjaxMessaging, or a11g, is a plugin to provide real time messaging for Ruby on Rails using Ajax and Messaging Oriented Middleware.
