Railsify!

Miscellaneous Plugins

  • There are 33 plugins in this category.

ActiveMessaging by Andrew Kuklewicz (kookster) in Utilities, Toolkits, and Miscellaneous

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, etc. ActiveMessaging is a generic framework to ease using messaging, but is not tied to any particular messaging system - in fact, it now has support for Stomp, JMS (using StompConnect or direct on JRuby), WebSphere MQ, Amazon Simple Queue Service (SQS), and the all Ruby ReliableMessaging.

acts_as_taggable_redux by Wesley Beary (monki) in Miscellaneous

A rails plugin allowing either anonymous or user-owned tagging for multiple classes. Designed to operate quickly, efficiently and simply for ease of use and extensibility.

ar_mailer_generator by Geoffrey Grosenbach (topfunky) in Miscellaneous

Generate model and migration files for using Eric Hodel's ar_mailer. Queue emails and send them all at once instead of monopolizing a Rails process to send email.

Better Partials by jcnetdev in HTML Helpers, Utilities, and Miscellaneous

Wraps render :partial to make dealing with partials much easier. <%= partial "form", :f => f %> instead of <%= render :partial => "form", :locals => {:f => f} %>. Learn more: http://www.railsjedi.com/posts/22

Brazilian Rails by Celestino Gomes (Tino) in Utilities, ActiveRecord, and Miscellaneous

How to install? script/plugin install svn://rubyforge.org/var/svn/brazilian-rails More details in http://rubyforge.org/projects/brazilian-rails

custom_field_error by Michael Boutros (Michael Boutros) in HTML Helpers, ActiveRecord, and Miscellaneous

custom_field_error allows you to easily setup custom HTML to be displayed when there is a validation issue with a form. You can setup a different view for every model, or setup a view in one model and have that view be used as the default for all the other models. You can also explicitly override the default view you have chosen by defining another view within another model. Last but not least, you can choose to leave the Rails default view for whatever models you want. It sounds like a lot, but I promise: it's dead simple.

Exception Notification by Jamis Buck in Miscellaneous

Sens e-mail notifications when exceptions are raised.

EZTime by Chris Scharf (scharfie) in Utilities and Miscellaneous

EZTime is a simple extension to the Date class in Ruby to provide easy formatting of dates and times.

filter by Davide D'Agostino (DAddYE) in Utilities and Miscellaneous

Filter let you specify common filtering options, in order to generate a filtered condition, useful for filtering from request params.

Flux Validator by Peter Gumeson (gumeson) in Utilities, ActiveRecord, and Miscellaneous

The Flux Validator is a handy, Ajax based form validation plugin for Rails. The Flux Validator auto-magically validates forms against their models and displays a list of error messages for each invalid field, all without a page refresh. The Flux Validator is what makes real-time form validation possible!

Friendly Identifier by Nick Zadrozny (nzadrozny) in Utilities, ActiveRecord, and Miscellaneous

It's nice to have human-readable identifiers in your URLs, but can be a bit of a pain to get just right. This plugin provides a single command that parses out a nice permalink, overrides to_param and even overrides find so you can start using friendly urls right away! This isn't the end-all permalink plugin, but it's an excellent time- and code-saver for small, restful apps.

javascript_auto_include by Jamie Dyer (kernowsoul) in HTML Helpers and Miscellaneous

This plugin automatically includes javascript files that mirror an applications view structure.