Agile Web Development

Build it. Launch it. Love it.

Search Results

  • ARTS Plugin - Another RJS Testing System

    Adds the 'assert_rjs' method, allowing you to test all of your rjs interactions with the same syntax as rjs calls themselves (page.visual_effect)

  • Acl9

    Yet another role-based authorization system for Rails

  • Acts As Bookmarkable

    A bookmarkable model can be any ActiveRecord class so you can use the acts_as_bookmarkable to bookmark other users in a friends list, or bookmark posts in a favorites list, etc.

  • Acts As Taggable On Steroids

    This plugin is based on acts_as_taggable by DHH but includes extras
    such as tests, smarter tag assignment, caching, and tag cloud calculations.

  • Acts as Feeder

    Acts as feeder is a plugin that generates a feed aggregator in Ruby on Rails. This plugin is inspired by Craig Ambrose FeedFetcher. Thanks Craig.

  • Acts as Resource

    acts_as_resource lets you handle nested resource controllers neatly without
    having to modify every single call to a named route to include the full list of
    resources used to reach the target resource.

  • Acts as Toucher

    Inform a model when another model gets updated.

  • Acts as habtm list

    Manages ordered lists through a join-table. It is providing almost the same API as acts_as_list.

  • Acts as licensed

    Acts As Licensed is a plugin which provides a basic content licensing system to community centred Ruby On Rails applications. The plugin includes a set of Creative Commons New Zealand and Australian licenses, which can be imported (excluding the No Derivative Works variant).

  • ActsAsTaggableOn

    Allows models to become taggable with multiple contexts per model.

  • Acts_As_Mailchimp

    Plugin to integrate a model with the Mail Chimp API to subscribe, unsubscribe and update the newsletter mailing list.

  • Addicted To Caching

    This plugin is handy for brochure type websites that have a few dynamic areas. You can simply page cache the entire site and then add acts_as_cache_clearer to all your models. Then, anytime any of those model's records are saved or destroyed, the entire page cache in the public directory is wiped out.

  • BBRuby

    BBCode implementation for Ruby

  • Bj

    Backgroundjob (Bj) is a brain dead simple zero admin background priority queue for Rails. Bj is robust, platform independent (including windows), and supports internal or external manangement of the background runner process.

  • CachedAssets

    Combine CSS and JS files into one to reduce the number of HTTP requests.

  • Capistrano Mailer

    Rails / Capistrano plugin giving Capistrano the ability to send emails via ActionMailer

  • Checkbox Select

    Checkbox Form helper for has_and_belongs_to_many relationships.

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

  • Consent

    Access control layer for ActionPack, providing a DSL for writing a firewall to sit in front of Rails controllers

  • Datalist For

    Aids in manipulating a list of ActiveRecord objects.