Plugin Search
-
Annotate models
-
Add a comment summarizing the current schema to the top of each ActiveRecord model source file.
Rating: 5/5 (44 votes)
Added on 14 Apr 2006
-
Validate Attributes
-
Validate Attributes plugin provides a simple way to validate specific attribute(s) unlike the function valid? which collectively validates all the attributes.
Rating: 4/5 (5 votes)
Added on 21 May 2007
-
AttrLocked
-
Adds the ability to prevent changes to model attributes - perfect for fixing usernames or making sure no-one tampers with your financial records.
Rating: 5/5 (1 vote)
Added on 8 Jun 2007
-
Nested has_many_through
-
Makes it possible to define has_many :through associations that
go through other has_many :through associations, allowing them to span any number of tables.
Rating: 4/5 (20 votes)
Added on 10 Jun 2007
-
Validates Constancy
-
Allows you to prevent particular database fields from being changed after a record is created. A validation error occurs on updates if an attribute of a model object is different from its value in the database.
Rating: 5/5 (3 votes)
Added on 27 Jun 2007
-
seo_urls
-
Overwrites to_param to append a url-friendly version of the model’s ‘name’ or ‘title’ attribute to it’s id.
Rating: 4/5 (4 votes)
Added on 22 Jul 2007
-
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.
Rating: 4/5 (7 votes)
Added on 24 Jul 2007
-
super_transaction
-
SuperTransaction allows you to save and destroy objects just as you normally would, but under the
safety of a database transaction. It extends upon the built in Rails transaction method to cut
duplication of what I find myself repeating all over when using transactions.
Rating: 0/5 (0 votes)
Added on 29 Jul 2007
-
suggests_id
-
Takes user input (such as their name) and returns an available ID string for use in login names or URLs.
Rating: 4/5 (1 vote)
Added on 17 Aug 2007
-
ActsAsResource
-
Acts As Resource combines ActiveRecord and ActiveResource features in *one* class.
Rating: 2/5 (8 votes)
Added on 28 Nov 2007
-
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.
Rating: 5/5 (5 votes)
Added on 12 Dec 2007
-
Validation Scenarios
-
Adds validation scenarios support to an Active Record model.
Rating: 5/5 (7 votes)
Added on 14 Jan 2008
-
Bangin' Finders
-
Add a bang(!) to your dynamic ActiveRecord finders to have them raise RecordNotFound if they return something that is .blank?
Rating: 5/5 (4 votes)
Added on 7 Feb 2008
-
db_column_with_spaces
-
A simple plugin that enables ActiveRecord's accessor methods and dynamic finders to work with legacy database tables that have column labels containing spaces.
Rating: 5/5 (1 vote)
Added on 5 Mar 2008
-
You Tube Model
-
Generates a model that interacts with the YouTube API. Still beta so no uploading yet.
Rating: 5/5 (3 votes)
Added on 26 Mar 2008
-
pdf_converter
-
Convert PDF documents to various image formats in attachment based models.
Rating: 5/5 (3 votes)
Added on 6 Jul 2008
-
Vote Fu
-
Allows an arbitrary number of entites (including Users) to vote on models. Adapted from act_as_voteable. Differences from acts_as_voteable include:
1. You can specify the model name that initiates votes.
2. You can, with a little tuning, have more than one entity type vote on more than one model type.
3. Adds "acts_as_voter" behavior to the initiator of votes.
4. Introduces some newer Rails features like named_scope and :polymorphic keywords
Rating: 5/5 (1 vote)
Added on 20 Jul 2008
-
polymorphic_association
-
Create polymorphic association without join table or class. Just a couple lines of code will do the magic.
Rating: 5/5 (1 vote)
Added on 22 Jul 2008
Add a plugin
Search Plugins
Plugins by Category
Sponsors
Have a comment?