aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/class
Commit message (Expand)AuthorAgeFilesLines
* Fix tests on 1.9Jeremy Kemper2009-04-222-1/+3
* Opt in to DependenciesJeremy Kemper2009-04-221-0/+2
* Merge branch 'master' into cherryJeremy Kemper2009-04-203-18/+97
|\
| * Helpers with an initial testYehuda Katz2009-03-031-3/+3
| * First, very early, AbstractController code. More to comeYehuda Katz2009-02-241-0/+79
| * Sync with rails/rails/master, merge two metaprogramming annotation effortsMichael S. Klishin2008-12-283-67/+68
| |\
| * | Annotated metaprogramming code across ActiveSupportMichael S. Klishin2008-12-283-73/+73
* | | Indentation, superfluous selfJeremy Kemper2009-03-241-25/+25
| |/ |/|
* | Inline code comments for class_eval/module_eval [#1657 state:resolved]Xavier Noria2008-12-283-77/+78
|/
* Whitespace.Clemens Kofler2008-09-031-5/+5
* Use #duplicable? instead of anonymous rescueJeremy Kemper2008-05-121-1/+1
* Improve documentation coverage and markupXavier Noria2008-05-021-1/+7
* Improve documentation.Pratik Naik2008-04-051-8/+25
* Add query methods for superclass_delegating_readerJeremy Kemper2008-03-311-1/+7
* Improve documentation.Pratik Naik2008-03-261-0/+9
* Add new superclass_delegating_accessors. Similar to class inheritable attrib...Michael Koziarski2007-10-291-0/+40
* Some 1.9 forward compatibilityJeremy Kemper2007-09-141-2/+2
* Refactored in use of extract_options! (closes #9079) [josh]David Heinemeier Hansson2007-07-242-4/+4
* 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