public
Description: A Rails plugin providing class table inheritance to ActiveRecord functionality
Homepage:
Clone URL: git://github.com/aantono/class_table_inheritance.git
Click here to lend your support to: class_table_inheritance and make a donation at www.pledgie.com !
name age message
file README Wed Aug 27 21:53:32 -0700 2008 Removed line breaks from README [aantono]
file init.rb Wed Aug 27 21:52:09 -0700 2008 Initial plugin code checkin [aantono]
directory lib/ Tue Oct 14 20:53:45 -0700 2008 fix 0 for 1 error when using update_attribute ... [antonmos]
README
This project will contain a modified rails plugin supporting class table inheritance for ActiveRecord
The original code was obtained from 
http://trac.emma-soft.com/pracstrat/browser/SimpleCRM/branches/Rails2/lib/class_table_inheritance.rb and heavily 
modified to make it fully compatible with Rails 2.0 & 2.1 versions as well as extend and fully implement the 
functionality for doing finds, counts, and all other operations one might do on ActiveRecord objects
This plugin has been tested to work with will_paginate plugin out of the box and supports full paginating capabilities