All tagged by model

  • Acts As Param acts as param Type: Plugin | Last updated: 19 July 2010
  • Model Generator With Factories a modification of the standard Rails model generator to generate factory definitions for use with factory_girl instead of fixtures Type: Plugin | Last updated: 27 July 2009
  • soundex find A drop=in replacement ActiveRecord finder for auto-complete that returns phonetically similar ... Type: Plugin | Last updated: 25 April 2009
  • Simple Groups Adds a comprehensive system for adding user maintained social groups to your rails app. Both open and restricted/user-moderated groups are supported. It adds a Group model and extends the User model with a range of methods designed to make... Type: Plugin | Last updated: 11 December 2008
  • Acts as Boolean Treats a column as a boolean, whether it’s a tinyint, integer, float, string, etc. No matter how true and false are stored in the database. Type: Plugin | Last updated: 18 November 2008
  • Searchlogic Searchlogic's inspiration comes right from ActiveRecord. ActiveRecord lets you create objects that represent a record in the database, so why can't you create objects that represent searching the database? Now you can! Searchlogic makes... Type: Plugin | Last updated: 03 November 2008
  • Model Browser Model Browser is a little helper-plugin to quickly build simple browser applications solely by defining the underlying model. Type: Plugin | Last updated: 20 August 2008
  • Nubs Rails ActiveRecord plugin for providing little nuggets of information to models, which have little to no validation requirements. Type: Plugin | Last updated: 12 August 2008
  • Extended Model Generator The plugin allows extented model generation functionality. Type: Plugin | Last updated: 01 July 2008
  • acts as soft deletable This plugin provides the ability to soft delete ActiveRecord models. When models are destroyed, they will be archived into a special deleted table. They can later be restored easily. Type: Plugin | Last updated: 20 May 2008
  • Valid Attributes This plugin provides the ActiveRecord validations with individual attribute. Type: Plugin | Last updated: 26 January 2008
  • Valid Attributes This plugin provides the ActiveRecord validations with individual attribute. Type: Plugin | Last updated: 26 January 2008
  • Validates As Phone Validates a US telephone number with or without area code, and without regard to the different input formats. ( e.g. (xxx)xxx-xxxx or xxx.xxx.xxxx or xxx-xxx-xxxx ) Type: Plugin | Last updated: 23 December 2007
  • Social Welfare Social Welfare makes it easy to update children objects from with their parent's views. Type: Plugin | Last updated: 17 December 2007
  • Easily Migrate This is a plugin that adds rake tasks to make migrating easier. Currently Adds * Set db version * migrate up 1 * migrate down 1 Type: Plugin | Last updated: 19 November 2007
  • Acts As Flaggable Allows for flags to be added to multiple and different models. Type: Plugin | Last updated: 12 February 2008
  • Acts As Locateable ActsAsLocateable is an easy way to give any model the ability to be found by location. Type: Plugin | Last updated: 13 October 2007
  • Visualize Models Visualize Models is a small rake script that will generate .png images for RoR models (i.e. the database tables) that will display the table/column information. Type: Plugin | Last updated: 06 October 2007
  • Redhill On Rails Core RedHill on Rails Core is a plugin that adds the following features: Generic support for foreign-keys; Mechanism for obtaining indexes directly from a model class; and A mechanism for determining when Schema.define() is running. Type: Plugin | Last updated: 03 October 2007
  • Model Formatter The ModelFormatter module allows you to easily handle fields that need to be formatted or stripped of formatting as the are set or retrieved from the database. Type: Plugin | Last updated: 08 October 2007