aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch
Commit message (Expand)AuthorAgeFilesLines
* Raise a helpful error message on #mount misuseCarl Lerche2012-07-101-0/+9
* Rename RouteInspector to RoutesInspectorCarlos Antonio da Silva2012-07-081-2/+2
* move route_inspector to actionpack@schneems and @mattt2012-07-071-0/+170
* Prevent conflict between mime types and Object methodsMircea Pricop2012-07-061-0/+14
* Remove more tests related to draw external routes filesRafael Mendonça França2012-06-292-51/+1
* Support unicode character route in config/routes.rb.kennyj2012-06-161-2/+2
* Fix buildSantiago Pastorino2012-06-131-2/+2
* Array parameters should not contain nil values.Aaron Patterson2012-06-121-0/+4
* both string and sumbol will be interpolated as string no need to convert to_sganesh2012-06-111-5/+5
* Merge branch 'master-sec'Aaron Patterson2012-05-311-1/+6
|\
| * Strip [nil] from parameters hash.Aaron Patterson2012-05-301-1/+6
* | Remove implicit dependency on pathnameJosé Valim2012-05-251-1/+1
* | Added ActionDispatch::Request::Session#keys and ActionDispatch::Request::Sess...Philip Arndt2012-05-231-0/+16
|/
* Fix bug when Rails.application is defined but is nil. See #881Marc-Andre Lafortune2012-05-211-0/+7
* Return 400 Bad Request for URL paths with invalid encoding.Andrew White2012-05-201-0/+31
* Raise ActionController::BadRequest for malformed parameter hashes.Andrew White2012-05-204-1/+29
* Raise Assertion instead of RoutingError for routing assertion failures.David Chelimsky2012-05-201-6/+6
* Add the #unshift method to the middleware stackRich Healey2012-05-181-2/+7
* add tests and external file backtrace for Routing::Mapper#drawKornelius Kalnbach2012-05-151-0/+49
* Copy literal route constraints to defaults - fixes #3571 and #6224.Andrew White2012-05-112-3/+45
* Don't ignore nil positional arguments for url helpers - fixes #6196.Andrew White2012-05-101-0/+35
* Refactor Generator class to not rely on in-place editing the controllerAndrew White2012-05-091-6/+6
* Fix bug when url_for changes controller.Nikita Beloglazov2012-05-091-0/+9
* Add passing tests for generating URLs with nested SCRIPT_NAMEsJeremy Kemper2012-05-072-3/+17
* Fix that optimized named routes should also work as singleton methods on the ...Jeremy Kemper2012-05-061-0/+24
* Force given path to http methods in mapper to skip canonical action checkingCarlos Antonio da Silva2012-05-041-1/+8
* Merge branch 'master' into sessionAaron Patterson2012-05-042-0/+24
|\
| * Reset the request parameters after a constraints checkAndrew White2012-05-021-0/+19
| * Enable ActionDispatch::Http::Headers to support fetchMark Turner2012-05-021-0/+5
* | testing session store behaviorAaron Patterson2012-05-022-0/+104
|/
* Dont stream back cookie value if it was set to the same valuebrainopia2012-04-301-0/+12
* Dont set cookie header for deletion of unexisting databrainopia2012-04-301-8/+24
* Restore interpolation of path option in redirect routesAndrew White2012-04-291-1/+32
* Escape interpolated params when redirecting - fixes #5688Andrew White2012-04-291-0/+29
* Fix the buildYehuda Katz2012-04-251-1/+2
* Merge pull request #5980 from gazay/valid_ipsJeremy Kemper2012-04-251-20/+114
|\
| * Valid ips v4 and v6. Right logic for working with X-FORWARDED-FOR header and ...Alexey Gaziev2012-04-251-20/+114
* | Remove default match without specified methodJose and Yehuda2012-04-2413-87/+87
|/
* adds delegetion for eof? to AD::Http::UploadedFileJens Fahnenbruck2012-03-271-0/+6
* Allow a defining custom member field on resourcesJamie Macey2012-03-251-0/+18
* Fix secure cookies when there are more than one space before the secureRafael Mendonça França2012-03-191-0/+28
* Remove exclude option from ActionDispatch::SSLRafael Mendonça França2012-03-191-6/+0
* Some refactoring and update ActionDispatch::SSL code to use the Rack 1.4.xRafael Mendonça França2012-03-171-14/+0
* Rack::SSL -> ActionDispatch::SSLRafael Mendonça França2012-03-171-0/+149
* fix ArgumentError being raised in case of invalid byte sequencesMichael Reinsch2012-03-081-0/+4
* Refactor AD::UploadedFile, and raise sooner if tempfile is not presentCarlos Antonio da Silva2012-03-061-1/+1
* Added parsing of arbitrary media type parameters.Steve Klabnik2012-03-051-0/+6
* Merge pull request #5219 from mattfawcett/2781-fix-querystring-route-constrai...Aaron Patterson2012-02-291-0/+12
|\
| * Fix the assert_recognizes test method so that it works when there areMatt Fawcett2012-02-241-0/+12
* | Remove wrong and redundant code.kennyj2012-02-251-6/+4