aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/abstract/collector_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Module#{define_method,alias_method,undef_method,remove_method} become public ...Ryuta Kamizono2018-12-211-1/+1
* Use frozen string literal in actionpack/Kir Shatrov2017-07-291-0/+2
* 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
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-1/+1
* applies new string literal convention in actionpack/testXavier Noria2016-08-061-1/+1
* Use `Mime[:foo]` instead of `Mime::Type[:FOO]` for back compatJeremy Daer2015-10-061-3/+3
* stop calling deprecated methodsAaron Patterson2015-09-211-3/+3
* Ensure :js is defined regardless of the outcome of the test.Zuhao Wan2014-05-171-5/+11
* Action Pack VariantsŁukasz Strzałkowski2013-12-041-1/+1
* Changed 'args' to 'arguments' in test descriptionPrathamesh Sonpatki2013-03-241-1/+1
* use consistent explicit module inclusionLuke Gruber2012-03-161-2/+2
* Added AbstractController::Collector.José Valim and Mikel Lindsaar2010-01-231-0/+57