Agile Web Development

Build it. Launch it. Love it.

Search Results

  • USPS countries

    Replaces Rails’ default countries list with the list of countries to which the United States Postal Service can send mail.

  • Universal WHOIS Client

    A universal Ruby WHOIS client that lets you intelligently parse output from most TLD WHOIS servers (and is easily extended).

  • Validates captcha

    A captcha verification approach for Rails apps, directly integrated into ActiveRecord’s validation mechanism and providing helpers for ActionController and ActionView.

  • Validatious on rails

    Rails plugin that maps model validations to class names on form elements to integrate with Validatious

  • WeeklyBuilder

    A Rails builder for creating weekly calendars (horizontal scrolling), inspired by TableBuilder.

  • WhiteList

    This White Listing helper will html encode all tags and strip all attributes that aren't specifically allowed.

  • activity_streams

    ActivityStreams is a Rails plug-in providing a customizable framework for cataloging and publishing user activity and social objects.

  • acts_as_audited

    Active Record extension that logs all revisions in an audits table, allowing changes to be reverted.

  • acts_as_chimp

    User integration with Mail Chimp APIs.

  • acts_as_confirmation

    acts_as_confirmable is useful when you want to know who ticked a check box and when they did so.

  • acts_as_dropdown

    The acts_as_dropdown plug-in allows any ActiveRecord class to be easily used as the contents of a HTML select tag.

  • acts_as_ordered_tree

    Adds list capability to the standard acts_as_tree, as well as various movements within the tree.

  • acts_as_revisionable

    Handle keeping revisions of your active record models which can be restored in a pinch. Similar to ActsAsVersioned, but with an emphasis on minimizing storage space and revisioning complex, multi-table models.

  • acts_as_stripped

    Auto-strips HTML from designated attributes (for people like me who always forget to use <%=h ).

  • 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.

  • association_collection_tools

    Adds methods to Rails has_many and HABTM associations that speed up common operations:

    a. fast_copy
    A method called fast_copy is added to has_and_belongs_to_many association collections that makes the process of cloning HABTM associations MUCH more efficient. Simply replace person1.items = person2.items with person1.items.fast_copy(person2) and your database, network and RAM will thank you. See below for more details.

    b. ids
    A method called ids is added to has_many and has_and_belongs_to_many association collections. It returns the list of object ids in the association collection without unnecessarily instantiating the objects.

  • attribute_predicates

    Adds automatic generation of predicate methods (truth accessors) when defining attributes using attr, attr_reader, attr_writer, and attr_accessor.

  • auto_html

    Rails plugin for easy converting URL's to appropriate HTML blocks for links, images, youtube, vimeo, deezer, ... (more to come)

  • class_associations

    Allows you to express relationships at the class level between a model and individual records, such Vehicle.states.

  • css_sprite

    A rails plugin to generate css sprite image automatically