aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch
Commit message (Expand)AuthorAgeFilesLines
* Fix typo [ci skip]Jake Worth2015-11-121-1/+1
* Require only necessary concurrent-ruby classes.Jerry D'Antonio2015-11-041-1/+1
* Deprecate exception#original_exception in favor of exception#causeYuki Nishijima2015-11-034-9/+21
* Merge pull request #21251 from rodzyn/more_param_parser_testsSean Griffin2015-10-301-0/+14
|\
| * Add test for parsing application/vnd.api+jsonMarcin Olichwirowicz2015-08-211-0/+14
* | Remove skipped JRuby tests that are passing on 9.0.3.0.Guo Xiang Tan2015-10-273-6/+0
* | Tweaked wording used in some tests.Sebastian McKenzie2015-10-251-2/+2
* | Catch invalid UTF-8 querystring values and respond with BadRequestGrey Baker2015-10-231-6/+10
* | Show helpful messages on invalid param. encodingsAgis Anastasopoulos2015-10-191-0/+14
* | Merge pull request #19135 from yuki24/access-control-supportJeremy Daer2015-10-131-8/+27
|\ \
| * | Add the ability of returning arbitrary headers to ActionDispatch::StaticYuki Nishijima2015-06-131-8/+27
* | | Merge pull request #21849 from yui-knk/refactor_regexp_to_stringAndrew White2015-10-122-2/+13
|\ \ \
| * | | Change `Journey::Route#verb` to return string instead of regexp.yui-knk2015-10-032-2/+13
* | | | Use `Mime[:foo]` instead of `Mime::Type[:FOO]` for back compatJeremy Daer2015-10-063-93/+78
* | | | move file sending to the response objectAaron Patterson2015-10-051-0/+2
* | | | Merge pull request #21848 from yui-knk/test_suppress_warningsSean Griffin2015-10-041-3/+2
|\ \ \ \
| * | | | Suppress warnings of `assigned but unused variable`yui-knk2015-10-031-3/+2
| |/ / /
* / / / Introduce `Headers#add`. Move `Response#add_header` upstream.Jeremy Daer2015-10-032-10/+28
|/ / /
* | | Response#add_header for adding to multi-valued headers like VaryJeremy Daer2015-10-011-0/+59
* | | Don't set a nil Set-Cookie header when there aren't any cookies. Omit the hea...Jeremy Daer2015-10-011-74/+93
* | | adding test for content type with default charsetGaurav Sharma2015-10-021-1/+11
* | | Added test case for deprecation of Mime.const_defined? and removed use of it.Ronak Jangir2015-09-271-1/+5
* | | fix Mime type in doc since mime types via constants is deprecated [ci skip]Gaurav Sharma2015-09-261-3/+3
* | | stop applying default headers in ActionDispatch::ResponseAaron Patterson2015-09-231-3/+3
* | | split cookie testsAaron Patterson2015-09-231-1/+6
* | | don't mutate a response object after to_aAaron Patterson2015-09-231-0/+2
* | | remove html_types setAaron Patterson2015-09-211-1/+1
* | | introduce an `All` mime typeAaron Patterson2015-09-211-2/+4
* | | change inheritance to compositionAaron Patterson2015-09-211-2/+3
* | | stop calling deprecated methodsAaron Patterson2015-09-213-32/+32
* | | deprecate accessing mime types via constantsAaron Patterson2015-09-211-35/+37
* | | ensure that mutating headers will impact the content_type methodAaron Patterson2015-09-081-0/+5
* | | ensure that content type defaults to text / html when setting charsetAaron Patterson2015-09-081-0/+7
* | | Make `config.force_ssl` less dangerous to try and easier to disableJeremy Daer2015-09-071-164/+133
* | | Remove mocha from ActionPack testsMarcin Olichwirowicz2015-09-053-51/+76
* | | implement abstract store methodsAaron Patterson2015-09-042-3/+3
* | | Fix bug where cookies mutated by request were not persistedeileencodes2015-09-011-0/+9
* | | Merge pull request #19788 from cmdrclueless/actionpack_http_url_ipv6Rafael Mendonça França2015-09-011-0/+45
|\ \ \
| * | | Fix broken IPv6 addresses handlingBrian Weaver2015-04-161-0/+45
* | | | Updating TestSession to access with indifferenceJeremy Friesen2015-08-261-0/+10
* | | | Merge pull request #21368 from rodzyn/remove_mochaKasper Timm Hansen2015-08-252-41/+25
|\ \ \ \
| * | | | Get rid of mocha tests - part 2Marcin Olichwirowicz2015-08-252-41/+25
* | | | | Remove more unused block arguments amitkumarsuroliya2015-08-251-1/+1
* | | | | Remove unused block argumentsAnshul Sharma2015-08-251-1/+1
|/ / / /
* | | | Merge pull request #21321 from rodzyn/removing_mochaKasper Timm Hansen2015-08-245-26/+27
|\ \ \ \
| * | | | Get rid of mocha tests - part 1Marcin Olichwirowicz2015-08-245-26/+27
* | | | | use a request object in the session middlewareAaron Patterson2015-08-222-22/+24
|/ / / /
* | | | pass a request object to the headers objectAaron Patterson2015-08-211-1/+1
* | | | move header allocation to a helper methodAaron Patterson2015-08-211-5/+9
| |_|/ |/| |
* | | point at rack masterAaron Patterson2015-08-201-1/+1