aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch
Commit message (Expand)AuthorAgeFilesLines
* Add ActionDispatch::Session::CacheStore as a generic way of storing sessions ...Brian Durand2011-10-211-0/+181
* Make tests run on 1.8.x, add integration setup.José Valim2011-10-191-39/+45
* Blah, SecureRandom#uuid is not supported in 1.8.7 -- cant wait for Rails 4.0 ...David Heinemeier Hansson2011-10-191-1/+1
* Added X-Request-Id tracking and TaggedLogging to easily log that and other pr...David Heinemeier Hansson2011-10-191-0/+59
* Symbol captures may generate multiple path segments, so don't escape / -> %2F...Jeremy Kemper2011-10-131-7/+17
* Failing tests for path parameter escapingJeremy Kemper2011-10-131-0/+27
* allow shorthand routes with nested optional parametersDiego Carrion2011-10-101-0/+11
* :subdomain can now be specified with a value of false in url_for, allowing fo...Kamil Sobieraj2011-10-041-0/+1
* fix deprecation warning in cookie_store_testVijay Dev2011-09-251-1/+1
* Implement Mime::Type#respond_to? (consistently with #method_missing)Evgeniy Dolzhenko2011-09-251-0/+2
* Fix named routes modifying argumentsPawel Pierzchala2011-09-221-0/+11
* all routes can be stored in the Journey Routes objectAaron Patterson2011-09-121-0/+1
* CookieJar is enumerable. fixes #2795Aaron Patterson2011-09-011-0/+16
* when calling url_for with a hash, additional (likely unwanted) values (such a...Andrew Kaspick2011-08-111-0/+12
* fixing wildcard path matching when wildcard is inside parenthesisAaron Patterson2011-07-261-0/+7
* Allow a route to have :format => trueErik Michaels-Ober2011-07-251-0/+7
* Merge pull request #2245 from davidtrogers/constraints_block_passed_to_follow...Santiago Pastorino2011-07-251-0/+20
|\
| * Ensure the constraints block is only applied to the correct routeDave Rogers2011-07-251-0/+20
* | Make polymorphic_url calls go through application helpers again.thedarkone2011-07-251-0/+12
|/
* Check Accept and Content-Type headers before evaluating them in xhr requests....ogeidix2011-07-191-0/+6
* assert nothing raised for setting a cookie value to nil in ActionDispatchBradford Folkens2011-07-141-0/+5
* Add has_key? and key? methods to CookieJar removed in 0ca69ca65f83b4bb34f8José Valim2011-06-301-0/+9
* No need to register again. As it's default now.Arun Agrawal2011-06-281-3/+3
* Fix test to use Mime::ZipArun Agrawal2011-06-281-1/+1
* Use assert_equal instead of assert in uploaded file test.Lukáš Konarovský2011-06-151-1/+1
* all requests are utf-8. Don't use the external encoding.Damien Mathieu2011-06-141-6/+1
* encode the uploaded file's name in the default external encoding - Closes #869Damien Mathieu2011-06-141-0/+12
* 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