aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/class
Commit message (Expand)AuthorAgeFilesLines
...
* delegating_attributes.rb does not use duplicableXavier Noria2010-01-011-1/+0
* Fix inheritance issue with new callbacks.José Valim2010-01-011-1/+2
* Extract descendents a bit so it can take advantage of Rubinius' __subclasses__.Yehuda Katz2009-12-131-1/+5
* Allow :instance_reader to be given to superclass_delegating_accessor as well.José Valim2009-11-011-21/+39
* Missed cherry-pick from 2e37effd7203cad84459661e11db2be44586cb4fJeremy Kemper2009-10-191-0/+1
* Unify class_inheritable_accessor and extlib_inheritable_accessor and allow re...José Valim2009-10-171-12/+16
* Allow superclass_delegating_accessor to take a block for initial set.Yehuda Katz2009-08-111-3/+4
* Got overhead down from 127 to 85. All tests pass:Yehuda Katz2009-08-111-2/+3
* Simplify callbacks to use less metaprogrammingYehuda Katz2009-06-021-2/+4
* Fix dependencies revealed by testing in isolationJeremy Kemper2009-04-222-1/+6
* 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