aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/core_ext/module/attribute_accessor_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Use respond_to test helpersDaniel Colson2018-01-251-4/+4
* [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-091-0/+1
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Implement mattr_acessor :default optionGenadi Samokovarov2017-06-031-1/+37
* Add three new rubocop rulesRafael Mendonça França2016-08-161-1/+1
* modernizes hash syntax in activesupportXavier Noria2016-08-061-3/+3
* applies new string literal convention in activesupport/testXavier Noria2016-08-061-8/+8
* Regex fix for mattr_accessor validationAliaksandr Buhayeu2015-10-011-0/+14
* Only invoke the default block for mattr_accessor once so that it does not cau...Lachlan Sylvester2015-08-071-0/+6
* Unify cattr and mattr accessors declarationsGenadi Samokovarov2013-12-021-4/+22
* validate attribute names in class and module attribute accessorsDmitry Plashchynski2012-03-301-0/+14
* use AS::TestCase as the base classAaron Patterson2012-01-051-1/+1
* Added instance_accessor: false to Module#mattr_accessorVijay Dev2011-06-141-0/+7
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-1/+1
* Final iteration of use better testing methodsNeeraj Singh2010-05-191-4/+4
* fixing inconsistency with cattr_reader and matter_reader [#4172 state:resolved]Kabari Hendrick2010-03-271-0/+6
* Fix dependencies revealed by testing in isolationJeremy Kemper2009-04-221-0/+1
* require abstract_unit directly since test is in load pathJeremy Kemper2008-01-051-1/+1
* Hax to workaround private send for Ruby 1.9. Consider moving to send! and ali...Jeremy Kemper2007-09-271-7/+7
* Added :instance_writer option to #mattr_writer/accessor, #cattr_writer/access...Rick Olson2007-01-281-0/+33