aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* | uses PATCH for the forms of persisted records, and routes PATCH and PUT to th...Xavier Noria2012-02-241-0/+8
|/
* Merge pull request #5119 from kennyj/fix_5114Aaron Patterson2012-02-221-0/+26
|\
| * Testcase for GH #5114.kennyj2012-02-221-0/+26
* | Add config.default_method_for_update to support PATCHDavid Lee2012-02-221-4/+11
|/
* Remove fixture files with Windows incompatible filenamesAndrew White2012-02-201-26/+88
* Fix ActionDispatch::Static to serve files with unencoded PCHARAndrew White2012-02-171-2/+26
* escape static file path to prevent double unescapingSergey Nartimov2012-02-161-0/+4
* ActionDispatch: add missing test for callbacksBogdan Gusiev2012-02-161-2/+9
* fixing AP testsAaron Patterson2012-02-151-1/+1
* say goodbye to #with_test_routes :axe:Xavier Noria2012-02-101-1166/+947
* fixes a regression introduced by 532cd4, and a bogus test in AP the regressio...Xavier Noria2012-02-101-6/+6
* Fix GH #4720. Routing problem with nested namespace and already camelized con...kennyj2012-02-101-0/+26
* Fix failing request testCarlos Antonio da Silva2012-02-071-1/+1
* Merge pull request #2490 from gsterndale/x_forwarded_for_orderJosé Valim2012-02-071-4/+4
|\
| * The first IP address in the X-Forwarded-For header is the originating IPGreg Sterndale2012-02-071-4/+4
* | Merge pull request #2632 from gsterndale/replace_trusted_proxiesJosé Valim2012-02-071-2/+13
|\ \
| * | Trusted proxies is replaced with a Regexp or appended to with a StringGreg Sterndale2012-02-071-2/+13
| |/
* / Failing test case that shows issue #736 should still be open.Scott W. Bradley2012-02-061-0/+6
|/
* Fix url_for method's behavior when it is called with :controller option which...kennyj2012-02-071-0/+33
* Revert "Deprecated multi args to http route methods"Jeremy Kemper2012-02-051-2/+1
* Add testcase for non english filename. Related to #2982.kennyj2012-02-051-1/+6
* Fix GH #4873. Allow swapping middleware of same classkennyj2012-02-041-0/+6
* Remove not used env[] call in routing_test. Carlos Antonio da Silva2012-01-271-1/+0
* Fix warning. assigned but unused variable - path_paramskennyj2012-01-281-1/+1
* Merge pull request #4658 from pwim/unicode-pathsAaron Patterson2012-01-251-0/+20
* Deprecated multi args to http route methodsAaron Patterson2012-01-231-1/+2
* ActionDispatch::Cookies::CookieJar#deleted? predicate method.Paul Annesley2012-01-241-0/+11
* Removed unused assigns from ActionView::Template::Errorbrainopia2012-01-202-2/+2