Links
Categories
Category: Model
-
Acts as NullObject
Null Object pattern implementation as Rails plugin
-
Acts as ordered
Allows you to access the adjacent models in a given order. Adds next and previous accessors to model instances.
-
Acts As Paranoid
Make your Active Records "paranoid." Deleting them does not delete the row, but set a deleted_at field. Find is overloaded to skip deleted records.
-
Acts as permalinkable
A ruby on rails ActiveRecord plugin for using search engine (SEO) friendly permalink style URLs
-
Acts as Permissible
This plugin enables any activerecord model to have permissions. It provides a set of methods for querying the model’s permissions. In addition, the plugin can generate roles support, which turns it into a full RBAC (Role Based Access Control) solution.
-
Acts as Phoneable
Allows for phone numbers to be added to multiple and different models.
-
Acts as Popular
Acts As Popular makes models know about popularity and the way it is updated between their records.
-
Acts as priceable
Associate prices to any model, includes multiple currency support.
-
Acts as publishable
Publishing frame work for rails applications
-
Acts As Revisable
A framework for building heavily versioned applications
-
Acts As Sanitized
Cleans up text data before it hits your database and, eventually, your users.
-
Acts as Scheduled
acts_as_scheduled allows you to manage scheduled events for your models.
-
Acts As Shellable
This mixin provides methods to make ActiveRecord::Base classes
more usable from the commandline. This is done by providing a
shorthand syntax for creating and querying tables with aliases for column names and associations. -
Acts As State Machine
Adds state machine functionality to any model. This makes it much easier to model complex constraints and behaviours.
-
Acts as Static
Light weight transparent record cache
-
Acts as Suggest
Provides suggestions for searches, similar to Google search.
-
Acts As Taggable
Adds tagging or folksonomy support to any model.
-
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 taggable redux
Provides drop in tagging for multiple classes, efficient database storage, functions for user owned tagging and tag clouds.
-
Acts as Taskable
Acts as Taskable is a Rails plugin that allows any ActiveRecord class to automatically accept tasks
