Links
Categories
Category: Model
-
acts_as_cached
A plugin which allows you to cache any Ruby object with memcached.
-
acts_as_chimp
User integration with Mail Chimp APIs.
-
acts_as_commentable
Add comments to any ActiveRecord model. acts_as_commentable comments can also function as notes, descriptions, definitions, etc...
-
acts_as_commentable_with_threading
acts_as_commentable with threaded comments
-
acts_as_comparable
an easy way to compare ActiveRecord models based on their attributes
-
acts_as_confirmation
acts_as_confirmable is useful when you want to know who ticked a check box and when they did so.
-
acts_as_countable
count page view of any object, similar acts_as_commentable.
-
acts_as_dropdown
The acts_as_dropdown plug-in allows any ActiveRecord class to be easily used as the contents of a HTML select tag.
-
acts_as_enumeration
Adds support for declaring an ActiveRecord class as an enumeration.
-
acts_as_fixed_case
acts_as_fixed_case is a plugin derived from ForceUppercase. It provides the capabilities to "automagically" convert on before_save filter all ActiveRecord column objects of type :string or :text to their uppercase/lowercase (upcase/downcase) version, as long as they have content (nil values will remain nil).
-
acts_as_friendly_param
Use SEO friendly good looking URLs to identify resources, without having to modify your schema/controllers.
-
acts_as_geocodable
A plugin to help build geo-aware applications. It automatically geocodes your models when they are saved, giving you the ability to search by location and calculate distances.
-
acts_as_geocode
Adds a latitude and longitude for models that is retrieved via Googles Geocode HTTP request.
-
acts_as_graph
The acts_as_graph plugin extends ActiveRecord to implement a connected graph.
-
acts_as_hot_record
a simple plugin that could be used to show records that are set with their hotness level and be shown on the homepage of the application. The hotness level could be set and has expiration date of the hot_records.
-
acts_as_line
Use PostGIS for date ranges: treat start/end date columns as a single spatial object that can be efficiently queried and manipulated.
-
acts_as_messageable
acts_as_messageable is a plugin for enabling private messaging between users. Conversations, multiple recipients, trash, sentbox...
-
acts_as_money
makes it easier to work with the money gem.
-
acts_as_nice_url
A Ruby on Rails plugin to generate pretty URLs from models data
-
acts_as_ordered_tree
Adds list capability to the standard acts_as_tree, as well as various movements within the tree.
