aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch
Commit message (Expand)AuthorAgeFilesLines
* remove warning: assigned but unused variableSantiago Pastorino2011-06-081-1/+0
* Add backward compatibility for testing cookiesAndrew White2011-06-051-2/+49
* Ensure cookie keys are stringsAndrew White2011-06-051-0/+9
* Refactor ActionController::TestCase cookiesAndrew White2011-06-042-24/+21
* removed deprecated methods, and related tests, from ActionPackJosh Kalderimis2011-05-241-37/+0
* Replace references to ActiveSupport::SecureRandom with just SecureRandom, and...Jon Leighton2011-05-231-1/+1
* adding teststeve2011-05-191-4/+8
* Dump and load rack-cache stuff.José Valim2011-05-171-0/+21
* Fix previous commit by allowing a proc to be given as response_body. This is ...José Valim2011-05-101-5/+4
* Merge pull request #446 from danielstutzman/response_body_is_procJosé Valim2011-05-101-0/+38
|\
| * New test: setting response_body to a Proc should be supported.Daniel Stutzman2011-05-071-0/+38
* | Logs should show overridden method; Issue 426David Lee2011-05-071-0/+7
* | Don't pluralize, camelize.José Valim2011-05-061-2/+2
|/
* Fix renew feature on cookies.José Valim2011-05-041-0/+16
* Fix .subdomain regression.José Valim2011-05-041-0/+9
* Sets the HTTP charset parameter for rescue response.Matias Korhonen2011-05-031-0/+7
* Static middleware accepts cache control.José Valim2011-05-031-1/+7
* Multipart is now fixed in Rack.José Valim2011-05-031-14/+8
* Koz asked to test something crazy.José Valim2011-05-021-0/+12
* Add ignore_accept_header config to AD::Request.José Valim2011-05-021-0/+22
* Add `ActionController::ParamsWrapper` to wrap parameters into a nested hashPrem Sichanugrist2011-05-032-0/+91
* Fix tests, main_app mounted helper must be defined explicitly now.Piotr Sarnacki2011-04-251-0/+1
* Do not inherit from Rack::Response, remove a shit-ton of unused code.José Valim2011-04-191-16/+0
* Make static faster as we don't have to serve multiple paths anymore.José Valim2011-04-151-32/+1
* Remove `#among?` from Active SupportPrem Sichanugrist2011-04-131-1/+1
* Change Object#either? to Object#among? -- thanks to @jamesarosen for the sugg...David Heinemeier Hansson2011-04-121-1/+1
* Fix failing test case on masterPrem Sichanugrist2011-04-101-1/+1
* Using Object#in? and Object#either? in various placesPrem Sichanugrist2011-04-111-1/+2
* Revert "Use freeze instead of close!"Santiago Pastorino2011-04-071-6/+0
* cookies hereSantiago Pastorino2011-04-071-3/+3
* Use freeze instead of close!Santiago Pastorino2011-04-061-0/+6
* Delete useless argumentsSantiago Pastorino2011-04-061-6/+6
* Delete useless env variableSantiago Pastorino2011-04-061-9/+3
* Add tests to verify that signed and permanent cookies raises if someone triesSantiago Pastorino2011-04-061-0/+51
* raise if someone tries to modify the cookies when it was already streamed bac...Santiago Pastorino2011-04-061-0/+51
* Remove 'warning: ambiguous first argument' when running ActionPack testsSebastian Martinez2011-03-291-2/+2
* Move mapper_test to the appropriate locationPrem Sichanugrist2011-03-291-0/+88
* correction to the outputted controller name in the diagnostics error template...Josh Kalderimis2011-03-241-0/+16
* Filter sensitive query string parameters in the log [#6244 state:committed]Prem Sichanugrist & Xavier Noria2011-03-111-0/+38
* Improve testing of cookies in functional tests:Andrew White2011-03-062-2/+67
* Raise ArgumentError if route name is invalid [#6517 state:resolved]Andrew White2011-03-061-0/+32
* make sure string keys are always looked up from the class cacheAaron Patterson2011-03-021-0/+25
* Ruby 1.8: Y U NO FUN?Aaron Patterson2011-03-021-1/+3
* refactor Reference to a ClassCache object, fix lazy lookup in Middleware so t...Aaron Patterson2011-03-011-0/+50
* Add test to prevent regression on namespace root nested in a resourceAndrew White2011-02-141-0/+9
* Fix named route helper for routes nested inside deeply nested resourcesAndrew White2011-02-141-1/+9
* Fix assert_recognizes with block constraints [#5805 state:resolved]Andrew White2011-02-131-0/+103
* Use Mime::Type references.José Valim2011-02-081-0/+7
* cleaning up some warnings on 1.9.3Aaron Patterson2011-02-073-7/+6
* fixed bug with nested resources within shallow scopegerman2011-02-041-0/+62