All tagged by attribute

  • Magic Meta Methods A plugin to generate many methods or "attributes" on ActiveRecord that persists data into a serialized text based column as defined by :column. This plugin is particularly useful for storing display data or meta data that isn't intended... Type: Plugin | Last updated: 23 February 2009
  • Attribute Predicates Adds automatic generation of predicate methods when defining attributes Type: Plugin | Last updated: 17 February 2009
  • attr encrypted Generates attr_accessors that encrypt and decrypt attributes transparently Type: Plugin | Last updated: 12 January 2009
  • XML Protected Keeps specified attributes of a model out of to_xml. Do so by aliasing to_xml, and automatically sending in the correct :excludes to the original to_xml method. Type: Plugin | Last updated: 06 October 2008
  • Attr Hidden Hide attributes in a model (particularly useful for Single Table Inheritance) Type: Plugin | Last updated: 26 August 2008
  • Has Details HasDetails allows you to store a large amount of (optional) attributes for any model's instance in a serialized column. ... Type: Plugin | Last updated: 24 June 2008
  • Ordered Attributes This Ruby on Rails plugin provides a way to order ActiveRecord attributes for using them for csv exports or automated table generation. Type: Plugin | Last updated: 03 June 2008
  • Type Attributes type_attributes fixes the type accessor method if "type" is a column in any model. Type: Plugin | Last updated: 12 May 2008
  • Validate Attributes Validate Attribute is a plugin which provides a way to extend the functionality of the the rails' activerecord function valid?. Using this plugin, we can validate any specific attribute(s) or we can skip validating any specific attribute(s).... Type: Plugin | Last updated: 03 October 2007