Found 17 result(s) tagged with 'acts_as'
Acts as Changed
Specifies only the changed fields when updating the database record.
Added on January 15th, 2007 @ 09:01 PM, Author(s) Jonathon Viney
acts_as_audited
acts_as_audited is an Active Record extension that logs all modifications to your model objects in an audits table.
Added on January 15th, 2007 @ 09:01 PM, Author(s) Brandon Keepers
Acts As Most Popular
Make your models feel like they are in high school again. This plugin retrieves the most frequently occurring values for each column. It adds methods of the form most_popular_pluralized_column_name. You can control how many results you get with the :limit option. The default limit is 5.
Added on January 15th, 2007 @ 09:01 PM, Author(s) Shane Vitarana
Acts as Favorite
This plugin provides a simple way to track users favorites within the system using ActiveRecord models.
Added on January 15th, 2007 @ 09:01 PM, Author(s) Josh Martin
Acts as Friend
Extends a user model to create friend relationships.
Added on January 15th, 2007 @ 09:01 PM, Author(s) Josh Peek
acts_as_ratable
An ActiveRecord mixin that provides rating capabilities to a given model. This keeps track of rating per user.
Added on January 15th, 2007 @ 09:01 PM, Author(s) Bruce Williams
Acts As Flaggable
Acts As Flaggable is a model modifier which allows flag records to be associated with records. Authors of community driven sites may find this useful for quickly adding the ability to mark records as �spam� or �inappropriate�. There�s also facilities in place to automatically take a specific action automatically if a record has been flagged a certain way too many times (Think auto-removing posts that have been marked as �spam�).
Added on January 15th, 2007 @ 09:01 PM, Author(s) Jeff Lee
ActsAsLocateable
ActsAsLocateable is an easy way to give any model the ability to be found by location. For instance, say you have a model Store which is associated with a zip code indicating where that Store is located. To find all the stores within a specific radius of another ZipCode, you can do a
Added on January 15th, 2007 @ 09:01 PM, Author(s) Jeff Lee
Acts As Sanitized
Cleans up text data before it hits your database and, eventually, your users. The goal is to reduce Cross-Site Scripting (XSS) attacks. Install and forget.
Added on January 15th, 2007 @ 09:01 PM, Author(s) Alex Payne
Acts as Valid List
A Rails plugin to add valid list behavior to a model.
Added on January 21st, 2007 @ 05:41 PM