aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/class_cache_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Replace `assert !` with `assert_not`Daniel Colson2018-04-191-1/+1
* Use assert_empty and assert_not_emptyDaniel Colson2018-01-251-10/+10
* Use assert_predicate and assert_not_predicateDaniel Colson2018-01-251-10/+10
* [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
* "Use assert_nil if expecting nil. This will fail in minitest 6."Akira Matsuda2016-12-251-1/+1
* applies new string literal convention in activesupport/testXavier Noria2016-08-061-2/+2
* Rely solely on active_model_serializer and remove the fancy constant lookup.José Valim2011-11-231-0/+5
* Add safe_constantize to ActiveSupport::Dependencies.José Valim2011-11-231-15/+23
* Removed deprecated methods and related tests from ActiveSupportJosh Kalderimis2011-05-251-43/+0
* Rename duplicate tests. There is now one failing test that was failing befor...Mike Gehard2011-05-071-1/+1
* adding deprecation noticies to deprecated class cache methodsAaron Patterson2011-03-021-3/+24
* adding backwards compat for class cache references. <3<3Aaron Patterson2011-03-021-4/+10
* refactor Reference to a ClassCache object, fix lazy lookup in Middleware so t...Aaron Patterson2011-03-011-0/+81