aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/core_ext/module/attribute_aliasing_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Use assert_predicate and assert_not_predicateDaniel Colson2018-01-251-7/+7
* [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
* Correct spellingBenjamin Fleischer2017-02-051-2/+2
* applies new string literal convention in activesupport/testXavier Noria2016-08-061-2/+2
* use AS::TestCase as the base classAaron Patterson2012-01-051-1/+1
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-3/+3
* Opt in to DependenciesJeremy Kemper2009-04-221-0/+1
* require abstract_unit directly since test is in load pathJeremy Kemper2008-01-051-1/+1
* Ruby 1.9 compat: shadowed vars, kcodeJeremy Kemper2007-12-151-2/+6
* Let alias_attribute work with attributes with initial capital letters (legacy...Michael Koziarski2007-07-191-1/+24
* Added Module#alias_attribute [Jamis/DHH]David Heinemeier Hansson2006-08-031-0/+31