aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/class/attribute_accessors.rb
Commit message (Expand)AuthorAgeFilesLines
* applied guidelines to "# =>"Paco Guzman2010-08-121-2/+2
* adding comment specifying that cattr_accessor also supports instance_write an...Neeraj Singh2010-07-281-0/+10
* adding some comments to cattr_accessor methodNeeraj Singh2010-07-281-0/+6
* LINE on class_eval need + 1, also removed comments [#4281 state:committed]Santiago Pastorino2010-03-271-24/+27
* flatten not needed hereSantiago Pastorino2010-03-271-2/+2
* fixing inconsistency with cattr_reader and matter_reader [#4172 state:resolved]Kabari Hendrick2010-03-271-5/+8
* Got overhead down from 127 to 85. All tests pass:Yehuda Katz2009-08-111-2/+3
* Fix tests on 1.9Jeremy Kemper2009-04-221-0/+2
* Sync with rails/rails/master, merge two metaprogramming annotation effortsMichael S. Klishin2008-12-281-24/+24
|\
| * Inline code comments for class_eval/module_eval [#1657 state:resolved]Xavier Noria2008-12-281-24/+24
* | Annotated metaprogramming code across ActiveSupportMichael S. Klishin2008-12-281-23/+23
|/
* Improve documentation coverage and markupXavier Noria2008-05-021-1/+7
* Refactored in use of extract_options! (closes #9079) [josh]David Heinemeier Hansson2007-07-241-1/+1
* Added :instance_writer option to #mattr_writer/accessor, #cattr_writer/access...Rick Olson2007-01-281-0/+4
* Added reusable reloading support through the inclusion of the Relodable modul...David Heinemeier Hansson2006-01-291-0/+44