Links
Categories
Category: View Extensions
-
better_partials
Wraps render :partial to make dealing with partials much easier. <%= partial "form", :f => f %> instead of <%= render :partial => "form", :locals => {:f => f} %>
-
Blueprint Accessible Forms
A form builder plugin which produces non-table grid layouts, in conjunction with the Blueprint CSS Framework.
-
box_tag
A Rails plugin to make generating styling boxed content simpler.
-
browser_status
Simple hack that reports whether browser has javascript enabled to controllers and views.
-
Bundle-fu
CSS/JS asset bundling in 10 seconds or less!
-
Button Labels
Add labels to your radio buttons.
-
Calendar Helper
Make a simple, customizable calendar.
-
CalendarDateSelect
A lightweight Ruby on Rails Date Picker / DateTime picker based on the prototype JavaScript framework.
-
Calendariffic 0.1.0
The Calendariffic plugin allows the user to create a DHTML pop-up calendar and an associated text-box that displays the selected date using 1 Rails function from within a .rhtml file.
-
Cartographer
Allows you to plop Google Maps down into your Rails app without knowing a lick of Javascript.
-
Cascading Javascripts
Allows you to define application-wide and page-specific javascript files without needing to manually include each one.
-
Cascading Stylesheets
Allows you to define application-wide, environment-specific (such as different backgrounds for UAT and production) and page-specific styles without needing to manually link each one.
-
Chainselects
ChainSelects is a plugin which allows easy creation of AJAX-based dependent or "chained" selects.
-
Checkbox Select
Checkbox Form helper for has_and_belongs_to_many relationships.
-
clear_helper
A Rails plugin to simplify generation of "clear" divs.
-
CleverValidation
CleverValidation gives you the the ability to customize your validation error messages and features javascript functionality for adding a bit of interaction to your validations via scriptaculous effects.
-
Client-Side Validation
Mostly declarative client-side validation.
-
confirmation_field
Form helpers which make validates_ confirmation_ of view logic real easy.
-
content_for_once
content_for only once.
-
Correct number units
Corrects Numeric extensions like kilobyte to measure in proper units and adds kibibyte, mebibyte (and so on) to follow the standard.
