aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller
Commit message (Expand)AuthorAgeFilesLines
* deletes code commented out in 72160d9fTony Ta2015-12-151-10/+0
* Merge pull request #14212 from tylerhunt/fix-token-regexSean Griffin2015-12-151-0/+8
|\
| * Handle tab in token authentication header.Tyler Hunt2014-02-261-0/+8
* | Add fragment_cache_key macro for controller-wide fragment cache key prefixesSam Stephenson2015-12-141-0/+25
* | Make Parameters#to_h and #to_unsafe_h return HWIAPrem Sichanugrist2015-12-141-4/+4
* | Merge pull request #20831 from jmbejar/rails-api-json-error-responseSantiago Pastorino2015-12-091-4/+6
|\ \
| * | Response when error should be formatted properly in Rails API if local requestJorge Bejar2015-12-091-4/+6
* | | Fix `make_response!` when called by `serve` in `RouteSet`eileencodes2015-12-091-0/+39
|/ /
* | Change the `protect_from_forgery` prepend default to `false`eileencodes2015-12-071-2/+2
* | Push `before_sending` to super classeileencodes2015-12-062-2/+2
* | 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
* | | Remove arity check for `RouteSet#draw`yui-knk2015-11-211-6/+0
|/ /
* | Require only necessary concurrent-ruby classes.Jerry D'Antonio2015-11-041-1/+1
* | 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-031-2/+10
* | 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 skip on tests that have been fixed.Guo Xiang Tan2015-10-241-4/+0
* | 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
* | Delete needless `require 'active_support/deprecation'`yui-knk2015-10-201-1/+0
* | Use `Mime[:foo]` instead of `Mime::Type[:FOO]` for back compatJeremy Daer2015-10-068-32/+32
* | move file sending to the response objectAaron Patterson2015-10-051-1/+1
* | 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
* | don't access the response object before a request was madeAaron Patterson2015-09-231-1/+10
* | 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
* | | stop calling deprecated methodsAaron Patterson2015-09-217-31/+31
|/ /
* | Added test for `send_file_headers` called with nil content typeRonak Jangir2015-09-191-1/+12
* | do not instantiate a param parser middlewareAaron Patterson2015-09-181-8/+12
* | create a new renderer instance on calls to `for`Aaron Patterson2015-09-141-16/+3
* | eagerly allocate the renderer objectAaron Patterson2015-09-141-0/+4
* | Handle Content-Types that are not :json, :xml, or :url_encoded_formeileencodes2015-09-091-0/+25
* | Merge pull request #21502 from bernerdschaefer/bs-polymorphic-url_for-dups-ar...Rafael Mendonça França2015-09-081-0/+20
|\ \
| * | `url_for` does not modify polymorphic optionsBernerd Schaefer2015-09-041-0/+20
* | | Remove mocha from ActionPack testsMarcin Olichwirowicz2015-09-054-38/+56
|/ /
* | Fix route creation when format is a blank stringeileencodes2015-09-021-0/+1
* | Set the content-type to `text/html` if the options[:html] is trueakihiro172015-08-291-1/+0
* | revises 877e42eXavier Noria2015-08-281-6/+6