Plugins tagged by ActiveRecord

  • active record each ActiveRecordEach is a 5 minutes plugin that implements ActiveRecord::Base.each instance method, and map/collect Type: Plugin | Last updated: 20 May 2008
  • 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) Type: Plugin | Last updated: 26 March 2008
  • Multiplexing Delegator MultiplexingDelegator is used to define a delegator method that multiplexes calls from one method across many methods for an instance of an object. The class method is usable for any type of Object, but was intended for use within an ActiveRecord... Type: Plugin | Last updated: 20 January 2008
  • Acts As Proxy Sometimes it's handy for one of your ActiveRecord classes to proxy methods from another associated class. This can be useful for simplifying forms, for example. Type: Plugin | Last updated: 02 January 2008
  • Acts As Enumeration acts_as_enumeration adds support for declaring an ActiveRecord class as an enumeration. Type: Plugin | Last updated: 12 May 2008
  • Values Of Adds a values_of class method to ActiveRecord::Base classes. ... Type: Plugin | Last updated: 24 October 2007
  • Active Delegate Provides ActiveRecord with the ability to talk to multiple databases from a single model. Type: Plugin | Last updated: 07 October 2007
  • ActiveRecord Scrollable ResultSet The plugin allows us to iterate through a query's result set in batches resulting in faster response times. Active Record's find methods accumulate all the rows and return them in one shot. This results in a lead time proportional to the size of... Type: Plugin | Last updated: 07 October 2007
  • AR Delegation Be able to delegate ActiveRecord fields between objects when using belongs_to relationships. Type: Plugin | Last updated: 06 October 2007
  • ActiveRecord Defaults Allow you to easily specify default values for attributes on new model objects. Type: Plugin | Last updated: 06 October 2007
  • Acts As Noteable Allows for notes to be added to multiple and different models. Type: Plugin | Last updated: 12 February 2008
  • ActiveRecord IO Mode Redirect the SQL statements that ActiveRecord generates to any object that responds to the method << Type: Plugin | Last updated: 06 October 2007
  • Acts As Modified This plugin lets you track attribute changes to an ActiveRecord object. Type: Plugin | Last updated: 05 October 2007
  • Slice and Dice Allows simple conditions to be used in active record finders and calculations without having to write sql Type: Plugin | Last updated: 05 October 2007
  • Acts as Changed Specifies only the changed fields when updating the database record. Type: Plugin | Last updated: 05 October 2007
  • AR Fixtures This library makes it easy to save ActiveRecord objects to reloadable files or fixtures. ActiveRecord is required. Type: Plugin | Last updated: 05 October 2007
  • Acts As Countable A plugin like acts_as_commentable and acts_as_rateable but can count visit times on some object. Type: Plugin | Last updated: 05 October 2007
  • ActiveRecord::Base Without Table Get the power of ActiveRecord models, including validation, without having a table in the database. Type: Plugin | Last updated: 30 September 2007
  • Strip Attributes StripAttributes is a Rails plugin that automatically strips all ActiveRecord model attributes of leading and trailing whitespace before validation. If the attribute is blank, it strips the value to +nil+. ... Type: Plugin | Last updated: 24 September 2007
  • Active Resources This plugin enables you to do ActiveRecord operations from the client layer. Type: Plugin | Last updated: 18 September 2007