Agile Web Development

Build it. Launch it. Love it.

Recent Plugins

  • RSpec on Rails

    Allows you to use RSpec (http://rspec.rubyforge.org) with Rails.

  • Acts As Versioned Association

    Building on the great 'acts_as_versioned' plugin by Rick Olson, this plugin also stores versions of associations.

  • in_place_controls

    InPlaceControls is a Ruby on Rails plugin that creates "active" checkboxes, selects and radio buttons in the view that update your model via the builtin Rails in-place editing features.

  • Default Value

    Sets up accessors returning a provided value for one or more fields. If the values of the fields aren't set upon saving the record, the fields are set to the default value provided.

  • Fix Date

    FixDate adds a wee bit more functionality to Rails’ built in DateHelper class.

  • Unobtrusive Javascript for Rails

    The Unobtrusive Javascript plugin for Rails allows you to attach Javascript behaviour and events to your page elements using pure Ruby, from within your controller or view, without clogging up your rendered HTML with Javascript - either inline or in the head of your document.

  • Window Helper

    Opens a modal dialog containing the specified content.

  • Asset Field

    Adds asset management capabilities to your model.

  • Simplified form helper

    Adds form helper methods that generate the field along with the label and the error message

  • MergeJS

    Now superceded by AssetPackager which supports CSS as well.

  • psitsNOT

    psitsNOT ("Photoshop it's NOT!") is an AJAX powered image editor for
    Rails.

  • Rail Mail

    When enabled, any mail sent by your application will be trapped and stored in a database table. An interface is enabled within your application where you can view these emails.

  • Candidate Keys

    Makes it easy to use another field (such as ISBN) as a primary lookup field.

  • Row Version Migrations

    Row Version Migrations is a plugin that automatically generates row version columns for every database table.

  • History

    Stores the browsing history of user in an intelligent way.

  • Exiguous formatter

    A very simple formatter that adds paragraphs to newline separated blocks of text. It also includes Rubypants, which converts all types of quotes to better looking alternatives.

  • Simple LDAP Authenticator

    Simple authentication to an LDAP server with sensible defaults and a minimum
    of configuration.

  • Track

    Allows simple "flow-like" action sequences to be implemented

  • Upload mock

    A plugin that gives you a quick way to fake a file upload in your tests

  • Filter Logged Params

    Allows you to filter the logging of params (which are still logged by default in production mode). Mostly used for keeping sensitive information (e.g. passwords) or very large parameters (e.g. large bodies of text) out of the logs.