Agile Web Development

Build it. Launch it. Love it.

Search Results

  • Sortable

    Allows you to sort ActiveRecord items in multiple lists with multiple scopes

  • Has generic list

    Ruby on Rails plugin to store lists of data associated with an active record model without having to create a table for each type of data. All data is stored in a generic table.

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

  • Has machine tags

    A rails tagging plugin implementing flickr's machine tags + maybe more (semantic tags)

  • Social Welfare

    Update children objects from their parent's view.

  • ActsAsTaggableOn

    Allows models to become taggable with multiple contexts per model.

  • Launching soon

    Helps rails projects to manage a dedicated launching soon page before the actual launch date

  • partial_plugin_list

    Adds support for using wildcards in the list of plugins to load.

  • Sanction

    A role based permissions management system designed to have an intuitive and useful API making an authorization system easy and painless. (Even Fun!)

  • Consent

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

  • migration_assist

    This plugin provides rake tasks to assist with the management of migration
    files.

  • Mass assignment

    a better mass assignment method for ActiveRecord that allows contextual whitelists of assignable attributes

  • Ancestry

    Organise ActiveRecord model into a tree structure

  • Acl9

    Yet another role-based authorization system for Rails

  • Multiple Select Helper

    Adds alternative multiple selection lists for arrays, collections or trees.

  • Holly

    Holly is an automated dependency manager for JavaScript and CSS assets in Ruby on Rails projects.

  • Sub-List Form

    A plugin that makes it easy to have dynamic lists of related models on a single editing page by presenting the user with a single page to edit/create the parent model as well a list of it’s children. (Uses AJAX)

  • Acts as taggable redux

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

  • Authlogic

    A clean, simple, and unobtrusive ruby authentication solution.

  • Acts as habtm list

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