Agile Web Development

Build it. Launch it. Love it.

Plugins Tagged helpers

  • Labeling Form Helper

    Adds a :label option to form helpers, with an often appropriate default behavior kicking in with no extra options when using LabelingFormBuilder instead of the default builder.

  • date_time_text_field_helpers

    Date/time form helpers which use text fields for date components instead of the select dropdowns which the standard rails date helpers use.

  • better_partials

    Wraps render :partial to make dealing with partials much easier. <%= partial "form", :f => f %> instead of <%= render :partial => "form", :locals => {:f => f} %>

  • Dojo Helpers

    A plugin designed to make it easier to use the dojo toolkit javascript library with your rails application.

  • inputs_with_class

    Automatically applies best-practice css naming conventions to rails generated form elements. Easily configurable.