aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test
Commit message (Expand)AuthorAgeFilesLines
* Revert "ActionController::Base#process() now only takes an action name"Aaron Patterson2015-10-291-0/+20
* ActionController::Base#process() now only takes an action nameAaron Patterson2015-10-291-20/+0
* switch to JSON.dump to avoid infinite recursionAaron Patterson2015-10-291-1/+1
* Write the cookie jar it was not committed in TestCaseRafael Mendonça França2015-10-281-1/+1
* 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
* Remove skip on tests that have been fixed.Guo Xiang Tan2015-10-241-4/+0
* Catch invalid UTF-8 querystring values and respond with BadRequestGrey Baker2015-10-231-6/+10
* FIX: Randomly failing test when running without GIL.Guo Xiang Tan2015-10-231-0/+6
* Merge pull request #19327 from rousisk/masterSean Griffin2015-10-221-2/+2
|\
| * Change Integer#year to return a Fixnum instead of a Float to improve consistencyKonstantinos Rousis2015-10-221-2/+2
* | Suppress warnings (warnings about AD::IntegrationTest HTTP request)yui-knk2015-10-221-1/+1
|/
* Merge pull request #20715 from simsalabim/feature/parse-rss-atom-as-xmlSean Griffin2015-10-201-13/+17
* Merge pull request #22003 from yui-knk/remove_needless_require_asYves Senn2015-10-201-1/+0
|\
| * Delete needless `require 'active_support/deprecation'`yui-knk2015-10-201-1/+0
* | 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-0612-128/+113
* | | move file sending to the response objectAaron Patterson2015-10-052-1/+3
* | | 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
* | Remove TestRouter#add_routesakihiro172015-09-291-11/+0
* | 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
* | call `get` instead of controller.processAaron Patterson2015-09-231-12/+10
* | remove controller constructionAaron Patterson2015-09-231-8/+4
* | stop directly referencing the request and response objectsAaron Patterson2015-09-231-23/+21
* | test framework allocates the controller for usAaron Patterson2015-09-231-1/+0
* | type of response should not matterAaron Patterson2015-09-231-6/+0
* | don't touch the response object until after we call `get`Aaron Patterson2015-09-231-5/+2
* | stop directly setting headers on the controllerAaron Patterson2015-09-231-9/+1
* | test against controller responsesAaron Patterson2015-09-231-52/+65
* | stop applying default headers in ActionDispatch::ResponseAaron Patterson2015-09-231-3/+3
* | don't access the response object before a request was madeAaron Patterson2015-09-231-1/+10
* | split cookie testsAaron Patterson2015-09-231-1/+6
* | don't mutate a response object after to_aAaron Patterson2015-09-231-0/+2
* | Merge pull request #21703 from ronakjangir47/redirect_error_messagesJeremy Daer2015-09-211-2/+4
|\ \
| * | Added assertion for error messages for redirection to nil and params Ronak Jangir2015-09-211-2/+4
* | | 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-2111-66/+66
* | | deprecate accessing mime types via constantsAaron Patterson2015-09-211-35/+37
|/ /