aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/class
Commit message (Expand)AuthorAgeFilesLines
* fix problem with EMPTY_INHERITABLE_ATTRIBUTES being redefinedRick Olson2007-02-041-1/+2
* fix #write_inheritable_attribute bug that crept inRick Olson2007-02-041-1/+1
* Optimize Class Inheritable Attributes so that unnecessary hashes are not crea...Rick Olson2007-02-041-5/+14
* Added :instance_writer option to #mattr_writer/accessor, #cattr_writer/access...Rick Olson2007-01-282-0/+14
* Fix issue with #class_inheritable_accessor saving updates to the parent class...Rick Olson2006-10-021-1/+6
* Remove ::Controllers related cruft; fix AP testsNicholas Seckar2006-02-261-5/+5
* Fixed Class.remove to not blow up on inheritanceDavid Heinemeier Hansson2006-02-041-3/+3
* Fix Reloadable to handle the case where a class that has been 'removed' has n...Nicholas Seckar2006-02-041-0/+7
* Further improvements to reloading codeNicholas Seckar2006-02-021-9/+5
* Added reusable reloading support through the inclusion of the Relodable modul...David Heinemeier Hansson2006-01-293-0/+180