Links
Categories
Category: Model
-
Acts as Configurable
Adds a number of methods to an AR model which enable saving any settings you want.
-
Acts As DAG
Allows active record instances to make up a Directed Acyclic Graph hierarchy. Similar to acts as nested set, but allows multiple parents.
-
Acts as Decimal
Store decimals as integers in the database.
-
Acts as deque
Make your models behave as a stack, queue, or dequeue.
-
Acts as describable
ActsAsDescribable plugin
-
Acts as Draftable
Allows a model to save certain attributes into a smaller drafts table. These are meant to be temporary modifications until the actual model is saved. This is very similar to Acts as Versioned.
-
Acts As Enterprisey
Make your app look enterprisey to impress your clients :)
-
Acts As Enumerated
Treats ActiveRecord models as an enumerations.
-
Acts as Favorite
Provides a quick and easy way for you to add a 'favorites' feature to you application.
-
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 Flaggable
Model modifier to flag resources with a specific flag and take action if a certain number of flags are present
-
Acts as Friend
Extends a user model to create friend relationships.
-
Acts as habtm list
Manages ordered lists through a join-table. It is providing almost the same API as acts_as_list.
-
Acts as ldapable
An acts-as mixin providing model to ldap mapping that gets updated during persistant operations.
-
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 Modified
This plugin lets you track attribute changes to an ActiveRecord object.
-
Acts As Most Popular
This plugin retrieves the most frequently occurring values for each column.
-
Acts as Network
Adds "networking" behaviour to any ActiveRecord model.
-
Acts As Noteable
Add notes to multiple AR models
-
Acts As Notifiable
Acts As Notifiable enables your Rails app to send notification to Jabber client.
