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 !
aantono (author)
Wed Aug 27 21:53:32 -0700 2008
commit  9e03e8565203a3fe99fbf8c095ab5437cd5c967e
tree    ecd8db481caeeb61764f2d5e4ee58535b94495b6
parent  0d34be23d17c675583f942f2a81689c82140b0d0
name age message
file README Loading commit data...
file init.rb
directory lib/
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