aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch/reloader_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Replace `assert !` with `assert_not`Daniel Colson2018-04-191-2/+2
* 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 `Style/EmptyLinesAroundMethodBody` in `.rubocop.yml` and remove extra emp...Ryuta Kamizono2017-02-121-1/+0
* Remove deprecated callbacks from ActionDispatch middlewaresRafael Mendonça França2017-01-311-83/+46
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-1/+1
* Add three new rubocop rulesRafael Mendonça França2016-08-161-1/+1
* remove redundant curlies from hash argumentsXavier Noria2016-08-061-1/+1
* modernizes hash syntax in actionpackXavier Noria2016-08-061-1/+1
* applies new string literal convention in actionpack/testXavier Noria2016-08-061-3/+3
* Publish AS::Executor and AS::Reloader APIsMatthew Draper2016-03-021-20/+47
* Reset callbacks after test.Zuhao Wan2014-06-051-0/+5
* Use a BodyProxy instead of including a Module that responds to close.Santiago Pastorino2012-01-131-1/+12
* AP tests should inherit from AS::TestCaseAaron Patterson2012-01-051-1/+1
* Speed up development by only reloading classes if dependencies files changed.José Valim2011-12-121-0/+9
* Allow reloader to be configured.José Valim2011-12-121-0/+13
* Clean up callbacks should also be called on exceptions.José Valim2010-12-231-0/+14
* Small changes on AD::Reloader.José Valim2010-12-201-20/+5
* Introduce ActionDispatch::ReloaderJohn Firebaugh2010-12-201-0/+139