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 datable

    acts_as_datable allow you to display a year/month based archive list on a given model

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

  • Acts as permission

    Simple Rails plugin to assign a list of permissions on a resource.

  • Acts as publishable

    Publishing frame work for rails applications

  • Acts as revisionable

    ActiveRecord extension that provides revision support so that history can be tracked and changes can be reverted. Emphasis for this plugin versus similar ones is including associations, saving on storage, and extensibility of the model.

  • Acts as sanitiled

    Textile and sanitize ActiveRecord columns

  • Acts as taggable redux

    Provides drop in tagging for multiple classes, efficient database storage, functions for user owned tagging and tag clouds.

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

  • Ancestry

    Organise ActiveRecord model into a tree structure

  • Ar test runner

    Run ActiveRecord core regression tests with YOUR modules/plugins/gems/code loaded