Links
Categories
Category: Model
-
acts_as_twittertasticable!!
Make your models tell the world what they're doing with Twitter!
-
acts_as_url
Validates and adds protocol to a url
-
acts_as_url_param
Automatically generate a pretty url from another field on your model, keep it up to date when it changes, and remember all the old values to provide redirection support.
-
acts_as_views_count
rails plugin help you easy to total views_count with Models, it can delay in cache.
-
acts_as_voteable
Allows any ActiveRecord model to be voted on.
-
Addicted To Caching
This plugin is handy for brochure type websites that have a few dynamic areas. You can simply page cache the entire site and then add acts_as_cache_clearer to all your models. Then, anytime any of those model's records are saved or destroyed, the entire page cache in the public directory is wiped out.
-
Advanced Validations
this plugin is intented to patch the problem of validations when done for scope.
see Rails Trac ticket 8774 (http://dev.rubyonrails.org/ticket/8774) -
affected_on_destroy
Rails plugin showing which related records will be deleted from DB when :dependent => :destroy is used
-
Ajaxful Rating
Generates a rating system with a useful helper to allow you
display and submit rates for a model 'ajaxly'. -
Ancestry
Organise ActiveRecord model into a tree structure
-
Annotate models
Add a comment summarizing the current schema to the top of each ActiveRecord model source file.
-
Apple push notification
Rails plugin for Apple Push Notifications
-
Ar uid
Adds a uid property too all Active Record models to hide database ID from visitors
-
ar-backup
Active Record backup is a Rails plugin which lets you backup and restore your database schema and content.
Backups are organized by environments and SVN revision.
(compatible with Sake)
-
ar-delegation
Extends ActiveRecord::Base to add useful delegation features. For example: has_columns :from => :source, :only => ["title", "name"] has_column "title", :from => :source, :as => "source_title"
-
ar-extensions
ActiveRecord::Extensions is a set of extensions for ActiveRecord
-
Association Extensions
Adds methods for candidates, complement, unrelated to associations.
Provides methods for getting/setting associations by id. -
Association Scope
Allows scoping of association definitions.
-
Asynchronous
Make any method in your model asynchronous.
-
Attachment Fu
attachment_fu is a plugin by Rick Olson (aka technoweenie) and is the successor to acts_as_attachment. To get a basic run-through of its capabilities, check out Mike Clark's tutorial http://clarkware.com/cgi/blosxom/2007/02/24#FileUploadFu.
