aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/class/attribute_accessors.rb
Commit message (Expand)AuthorAgeFilesLines
* [Active Support] require_relative => requireAkira Matsuda2017-10-211-1/+1
* [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-091-0/+1
* [Active Support] require => require_relativeAkira Matsuda2017-07-011-1/+1
* applies new string literal convention in activesupport/libXavier Noria2016-08-061-1/+1
* Remove deprecation on active_support/core_ext/class/attribute_accessors requi...Jeremy Kemper2014-03-151-5/+3
* Unify cattr and mattr accessors declarationsGenadi Samokovarov2013-12-021-180/+5
* Merge remote-tracking branch 'docrails/master'Xavier Noria2013-11-241-1/+1
|\
| * Change syntax format for example returned valuesPrem Sichanugrist2013-11-111-1/+1
* | Unify `cattr_*` interface: allow to pass a block to `cattr_reader`.Alexey Chernenkov2013-11-151-0/+11
|/
* more descriptive NameError's messages for class attributesHrvoje Šimić2013-04-171-2/+2
* cut some duplication and minor edits [ci skip]Vijay Dev2012-05-081-37/+4
* added docs to cattr_readerFrancesco Rodriguez2012-05-071-0/+27
* better docs for cattr_accessor and cattr_writerFrancesco Rodriguez2012-05-071-2/+14
* added docs and examples to cattr_writer methodFrancesco Rodriguez2012-05-071-5/+41
* added docs to cattr_accessor methodFrancesco Rodriguez2012-05-071-12/+50
* adding example about using cattr_accessor with subclassesFrancesco Rodriguez2012-05-071-0/+8
* String quotes and trailing spacesAlexey Gaziev2012-04-291-2/+2
* AS core_ext refactoringAlexey Gaziev2012-04-291-1/+1
* validate attribute names in class and module attribute accessorsDmitry Plashchynski2012-03-301-0/+2
* Added instance_accessor: false as an option to Class#cattr_accessor and frien...David Heinemeier Hansson2011-06-131-2/+3
* 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