aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/class/inheritable_attributes.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix dependencies revealed by testing in isolationJeremy Kemper2009-04-221-1/+3
* 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-281-27/+27
|\
| * Inline code comments for class_eval/module_eval [#1657 state:resolved]Xavier Noria2008-12-281-34/+34
* | Annotated metaprogramming code across ActiveSupportMichael S. Klishin2008-12-281-29/+29
|/
* Whitespace.Clemens Kofler2008-09-031-5/+5
* Use #duplicable? instead of anonymous rescueJeremy Kemper2008-05-121-1/+1
* Refactored in use of extract_options! (closes #9079) [josh]David Heinemeier Hansson2007-07-241-3/+3
* 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-281-0/+10
* Fix issue with #class_inheritable_accessor saving updates to the parent class...Rick Olson2006-10-021-1/+6
* Added reusable reloading support through the inclusion of the Relodable modul...David Heinemeier Hansson2006-01-291-0/+115