aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/metal/testing.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove unused `before_filters`yuuji.yaginuma2017-10-151-6/+0
* 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 three new rubocop rulesRafael Mendonça França2016-08-161-1/+1
* Remove unnecessary methodeileencodes2015-10-291-3/+0
* stop directly setting headers on the controllerAaron Patterson2015-09-231-5/+0
* stop constructing a request object in this setterAaron Patterson2015-09-231-1/+0
* remove RackDelegation moduleAaron Patterson2015-08-261-2/+0
* Pass symbol as an argument instead of a blockErik Michaels-Ober2014-11-291-1/+1
* Fix controller test not resetting @_url_optionsTony Wooster2014-02-261-1/+0
* group things that are alikeAaron Patterson2012-07-031-0/+3
* push functional test specific methods to it's own moduleAaron Patterson2012-07-031-8/+10
* push the cookie writing stuff out of the controllerAaron Patterson2012-07-031-23/+2
* extend the controller with special logic on recycleAaron Patterson2012-07-031-10/+25
* push req / res setting to the test runnerAaron Patterson2012-07-031-4/+0
* Fix the issue where default_url_options is being cached on test cases. Closes...thoefer2011-08-011-0/+5
* Move @assigns from the controller to the test itselfSantiago Pastorino2010-11-061-1/+0
* Fix problems trying to functional test AC::Metal controllersSantiago Pastorino2010-11-061-9/+1
* Fix streaming by having it create a File object, which can be handled by Rack...Carlhuda2010-02-231-1/+0
* deOMGifying Railties, Active Support, and Action PackMikel Lindsaar2010-01-311-1/+1
* Cookies middlewareJoshua Peek2010-01-161-0/+3
* Rename RackConvenience => RackDelegationJoshua Peek2009-12-201-1/+1
* Rename /base to /metal and make base.rb and metal.rb top-level to reflect the...Yehuda Katz2009-08-061-0/+39