aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/module/attribute_accessors.rb
Commit message (Expand)AuthorAgeFilesLines
* fix example format and add markup in Module#mattr_accessor documentation [ci ...Francesco Rodriguez2012-05-291-10/+10
* update Module#mattr_accessor documentation [ci skip]Francesco Rodriguez2012-05-261-6/+6
* String quotes and trailing spacesAlexey Gaziev2012-04-291-2/+2
* validate attribute names in class and module attribute accessorsDmitry Plashchynski2012-03-301-0/+2
* Added instance_accessor: false to Module#mattr_accessorVijay Dev2011-06-141-2/+6
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-1/+1
* It's not needed to initialize the attr when calling mattr_writerSantiago Pastorino2010-07-181-7/+1
* LINE on class_eval need + 1, also removed comments [#4281 state:committed]Santiago Pastorino2010-03-271-20/+20
* fixing inconsistency with cattr_reader and matter_reader [#4172 state:resolved]Kabari Hendrick2010-03-271-5/+9
* Merge branch 'master' into cherryJeremy Kemper2009-04-201-2/+2
|\
| * Sync with rails/rails/master, merge two metaprogramming annotation effortsMichael S. Klishin2008-12-281-24/+24
| |\
| * | Annotated metaprogramming code across ActiveSupportMichael S. Klishin2008-12-281-23/+23
* | | Explicit dependency on Array#extract_options!Jeremy Kemper2009-03-241-24/+28
| |/ |/|
* | Inline code comments for class_eval/module_eval [#1657 state:resolved]Xavier Noria2008-12-281-24/+24
|/
* Improve documentation coverage and markupXavier Noria2008-05-021-1/+11
* 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-1/+5
* Added reusable reloading support through the inclusion of the Relodable modul...David Heinemeier Hansson2006-01-291-0/+44