Plugins tagged by attribute

  • 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