Links
Categories
Category: View Extensions
-
12_hour_time_select
am pm
-
2dc_jqgrid
Add full featured jQuery datagrids to your Rails applications with just a few lines of code!
-
AccessibleFormBuilder
Builds upon pretty_accessible_form.
-
ActionButton
A Rails plugin for creating a non-AJAX form containing a single button element. Allowing actions to be both safe, not javascript dependent and easily styled.
-
action_mailer_layouts
Now you can use layouts with your ActionMailer templates.
-
ActiveForm
ActiveForm is a Rails plugin which provides a DSL for defining complete XHTML forms with validation. You can compose your own widgets and (nested) form sections from basic elements and output is fully and easily customizeable.
-
Acts as menu role
ActsAsMenuRole simplifies the user's role-based menus creation.
-
acts_as_node
This is Rails plugin for graph drawing of models. It enables you render a graph drawing (with 2 different layouts, available) based on the relationships of the models underneath.
-
Addthis
Addthis is a helper plugin that makes it easy to add plain or customized AddThis.com widgets to your Rails application.
-
Aim Status Helper
The aim status helper allows you to display if someone is online with the AOL Instant Message network.
-
Aim Status Helper 2
Query and display status of a member of the AIM network with icons or text. Updated version!
-
Ajax Scaffold
This is a plugin version of the Ajax Scaffold generator
-
Annotate Renders
Displays the file name of the rendered template in a comment.
-
associated_list
If you are producing a form for a rails model object and it has a “has_many” or “has_and_belongs_to_many” relationship of some other simple objects (which can be identified by name), then this plugin might be for you. It uses a select box to add items to the list, and delete buttons to remove them. It’s all client side, using hidden fields, until you submit the form and it saves the relationships in your model.
-
Auto Focusable Forms
Plugin to automatically give focus to your Rails forms
-
auto_complete
Official Rails autocomplete plugin
-
Barcode Generator
Barcode generator makes generating/displaying bar-codes for any alphanumeric ids, a piece of cake. It uses free true-type barcode (code39) fonts and RMagick to create barcode images
-
BBCodeizer
Translates BBCode to HTML
-
BBRuby
BBCode implementation for Ruby
-
better_partials
Wraps render :partial to make dealing with partials much easier. <%= partial "form", :f => f %> instead of <%= render :partial => "form", :locals => {:f => f} %>
