aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #12651 from cespare/ipv6-remote-ip-fixesRafael Mendonça França2014-05-011-1/+4
|\
| * Make remote_ip detection properly handle private IPv6 addressesCaleb Spare2013-10-261-1/+4
* | Fixed an issue with migrating legacy json cookies.Godfrey Chan2014-04-231-0/+117
* | Make URL escaping more consistentAndrew White2014-04-201-3/+25
* | Change the method descriptionRafael Mendonça França2014-04-171-1/+1
* | Merge pull request #14755 from timlinquist/to_io_http_uploadRafael Mendonça França2014-04-171-0/+6
|\ \
| * | Provide interface for accessing underlying IO objectTim Linquist2014-04-151-0/+6
* | | Display diagnostics in text format for xhr requestVlad Bokov2014-04-141-1/+2
|/ /
* | Add a failing test for a URL helper that was broken by a6b9ea2.James Coglan2014-04-101-0/+18
* | Avoid URI parsingAndriel Nuernberg2014-04-091-0/+7
* | Append link to bad code to backtrace when exception is SyntaxErrorBoris Kuznetsov2014-03-271-0/+35
* | Cleaning and adding tests for SessionAttila Domokos2014-03-191-7/+34
* | Add an explicit require for 4ece124396669d3580e7f229ab407a0d4882727a rather t...Jeremy Kemper2014-03-161-0/+1
* | Avoid concurrent test collision on the same memcache server by namespacing keysJeremy Kemper2014-03-161-1/+1
* | Use nested_scope? not shallow? to determine whether to copy optionsAndrew White2014-03-161-0/+36
* | use the body proxy to freeze headersAaron Patterson2014-03-121-2/+12
* | only write the jar if the response isn't committedAaron Patterson2014-03-121-0/+1
* | Copy shallow options from normal options when using scopeAndrew White2014-03-081-0/+48
* | Pull namespace defaults out of the options hashAndrew White2014-03-081-0/+130
* | Only use shallow nested scope when depth is > 1Andrew White2014-03-081-0/+60
* | Do note remove `Content-Type` when `render :body`Prem Sichanugrist2014-03-051-8/+0
* | Refactor tests from BaseRackTest into BaseRequestTestZachary Scott2014-03-012-370/+386
* | Add `#no_content_type` attribute to `AD::Response`Prem Sichanugrist2014-02-181-1/+1
* | Introduce `render :body` for render raw contentPrem Sichanugrist2014-02-181-0/+8
* | Check if variant array contains only symbolsŁukasz Strzałkowski2014-02-131-0/+8
* | Variant negotiationLukasz Strzalkowski2014-02-131-1/+5
* | Re-write legacy (marshal) cookies on readGodfrey Chan2014-02-111-15/+17
* | Changed the tests to ensure HybridSerializer actually migrates the cookies (c...Godfrey Chan2014-02-111-10/+18
* | Fixed minor typo in test codeGodfrey Chan2014-02-111-1/+1
* | Tests for the HybridSerializerRafael Mendonça França2014-02-111-0/+68
* | Removed an old testGodfrey Chan2014-02-111-5/+0
* | Just very so slightly better test coverageGodfrey Chan2014-02-111-15/+57
* | Renamed session_serializer option to cookies_serializerGodfrey Chan2014-02-111-6/+6
* | docs, link to HTTP and CGI header definitions. [ci skip]Yves Senn2014-02-101-1/+1
* | Set the :shallow_path as each scope is generatedAndrew White2014-02-091-0/+75
* | Merge pull request #13982 from dskang/fix-response-flatten-infinite-recursionAaron Patterson2014-02-091-0/+18
|\ \
| * | Prevent [response].flatten from recursing infinitely.Dan Kang2014-02-081-0/+9
| * | Add missing test for response destructuring.Myron Marston2014-02-081-0/+9
* | | use File.exist? instead of File.exists?SHIBATA Hiroshi2014-02-091-1/+1
* | | Skips tests on Windows that create files with illegal charactersMikko Johansson2014-02-091-2/+7
|/ /
* | Modify the session serializer implementationGuillermo Iguaran2014-01-301-9/+3
* | Allow session serializer key in config.session_storeLukasz Sarnacki2014-01-291-0/+33
* | Add additional tests for #13824Andrew White2014-01-251-0/+26
* | Transform dashes to underscores in resource route namesByron Bischoff2014-01-251-3/+13
* | Merge pull request #13811 from mdesantis/issue-13810Yves Senn2014-01-241-0/+21
|\ \
| * | Fix `rake routes` error when `Rails::Engine` with empty routes is mounted; fi...Maurizio De Santis2014-01-241-0/+21
* | | test boolean and number json param parsingArthur Neves2014-01-231-0/+7
|/ /
* | Tidy up tests and CHANGELOG for #12598Andrew White2014-01-203-5/+24
* | Automatically convert dashes to underscores in shorthand routesMikko Johansson2014-01-201-0/+10
* | Automatically convert dashes to underscores for url helpersAmr Tamimi2014-01-202-1/+5