aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/metal/testing.rb
Commit message (Collapse)AuthorAgeFilesLines
* Fix the issue where default_url_options is being cached on test cases. ↵thoefer2011-08-011-0/+5
| | | | | | Closes #1872. Closes #2031. Signed-off-by: José Valim <jose.valim@gmail.com>
* 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
| | | | [#5393 state:committed]
* Fix streaming by having it create a File object, which can be handled by ↵Carlhuda2010-02-231-1/+0
| | | | Rack servers as appropriate
* 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 ↵Yehuda Katz2009-08-061-0/+39
their module locations