Agile Web Development

Build it. Launch it. Love it.

Category: Model

  • Acts As Threaded

    Great for creating threaded forums and other tree structures where performance is a concern. The nested_set model is insert/update heavy but the whole tree can be retrieved in order from the database with a single query.

  • Acts as Toucher

    Inform a model when another model gets updated.

  • Acts as tree

    ActsAsTree plugin

  • Acts As Unimaginative Join Model

    A simple shortcut to ease the promotion of simple HABTM relations to join models.

  • Acts As Urlnameable

    Intended to be a successor or alternative to acts_as_permalink. Allows you to give your ActiveRecord objects nice url names, for use in permalinks and such.

  • Acts as versioned

    This library adds simple versioning to an ActiveRecord module. ActiveRecord is required.

  • Acts As Versioned Association

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

  • Acts As Videoclub

    Allows for videos to be added to any model, with a helper for showing them on views

  • Acts As View

    Allows AR models to behave as same as view tables.

  • Acts as Viewed

    View count system for ActiveRecord models.

  • Acts without database

    Allows the use of most functionality from ActiveRecord without a database

  • Actsascsvable

    A Rails plugin for easy export/import of ActiveRecord Models

  • ActsAsLocateable

    Allow any model to be found via a distance query i.e. "Find Objects within 10 miles of zip code 94086)

  • ActsAsNetwork

    Rails plugin for cleanly modeling network relationships (social networks) and unions using ActiveRecord

  • ActsAsOptions

    This plugin make model acts like select options

  • ActsAsProxy

    Proxies attributes from associated records.

  • ActsAsResource

    Acts As Resource combines ActiveRecord and ActiveResource features in *one* class.

  • ActsAsTaggableOn

    Allows models to become taggable with multiple contexts per model.

  • acts_as_audited

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

  • acts_as_breadcrumbs

    This plugin uses an acts_as_tree model and creates a breadcrumbs trail attribute using a base attribute.