aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #22371 from yui-knk/better_mount_errorArthur Nogueira Neves2015-11-281-1/+13
|\
| * Brush up errors of `ActionDispatch::Routing::Mapper#mount`yui-knk2015-11-281-1/+13
* | Merge pull request #21241 from pdg137/masterArthur Nogueira Neves2015-11-261-0/+7
|\ \
| * | In url_for, never append ? when the query string is empty anyway.Paul Grayson2015-10-291-0/+7
* | | Merge pull request #22263 from mastahyeti/csrf-origin-checkRafael França2015-11-261-0/+45
|\ \ \
| * | | Add option to verify Origin header in CSRF checksBen Toews2015-11-251-0/+45
* | | | Merge pull request #22172 from tijmenb/fix-source-in-show-exceptionRafael França2015-11-241-0/+8
|\ \ \ \
| * | | | Add text template for source codeTijmen Brommet2015-11-031-0/+8
* | | | | Merge pull request #17928 from sergey-alekseev/remove-unused-form-data-methodSean Griffin2015-11-231-0/+20
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | write a test for `#form_data?`Sergey Alekseev2015-03-311-0/+20
* | | | | Remove arity check for `RouteSet#draw`yui-knk2015-11-211-6/+0
* | | | | Fix typo [ci skip]Jake Worth2015-11-121-1/+1
| |_|/ / |/| | |
* | | | Require only necessary concurrent-ruby classes.Jerry D'Antonio2015-11-042-2/+2
* | | | tests, test should not care wether 9ms or 11ms have passed.Yves Senn2015-11-041-1/+1
| |/ / |/| |
* | | Deprecate exception#original_exception in favor of exception#causeYuki Nishijima2015-11-035-11/+31
* | | 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
* | | 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