aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/abstract/callbacks_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Replace `assert !` with `assert_not`Daniel Colson2018-04-191-2/+2
* Make actionpack frozen string friendlyKir Shatrov2017-07-241-1/+3
* 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
* Remove deprecated methods related to controller filtersRafael Mendonça França2016-10-091-48/+0
* applies remaining conventions across the projectXavier Noria2016-08-061-1/+0
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-16/+16
* modernizes hash syntax in actionpackXavier Noria2016-08-061-3/+3
* applies new string literal convention in actionpack/testXavier Noria2016-08-061-1/+1
* Revert "ActionController::Base#process() now only takes an action name"Aaron Patterson2015-10-291-0/+20
* ActionController::Base#process() now only takes an action nameAaron Patterson2015-10-291-20/+0
* Deprecate all *_filter callbacks in favor of *_action callbacksAbdelkader Boudih2015-01-081-3/+5
* Partially revert deprecation of *_filterRafael Mendonça França2014-06-031-5/+3
* Deprecate all *_filter callbacks in favor of *_action callbacksRafael Mendonça França2014-05-271-3/+5
* Changed 'args' to 'arguments' in test descriptionPrathamesh Sonpatki2013-03-241-1/+1
* add tests to aliased _filter callbacksFrancesco Rodriguez2012-12-071-0/+46
* use `_action` instead of `_filter` callbacksFrancesco Rodriguez2012-12-071-21/+19
* Rename all action callbacks from *_filter to *_actionDavid Heinemeier Hansson2012-12-071-5/+5
* Make test meaningfulNeeraj Singh2011-06-081-1/+1
* removing usesless variable assignmentsAaron Patterson2011-01-181-14/+14
* process_action accepts multiple args, even with Callbacks.Nick Sutterer2010-12-291-0/+21
* Fix more warnings by defining variables and using instance_variable_defined? ...Emilio Tagua2010-09-281-2/+4
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-46/+46
* Ensure overwritten callbacks conditions in controllers work [#4761 state:reso...José Valim2010-06-221-2/+12
* Follow short name convention for test folder and just call it "abstract"Joshua Peek2009-09-191-0/+238