aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller
Commit message (Expand)AuthorAgeFilesLines
* 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
* [Feature] params.require requires array of paramsGaurish Sharma2015-08-281-0/+17
* remove RackDelegation moduleAaron Patterson2015-08-262-4/+0
* include ActionView::Rendering in the minimal controllerAaron Patterson2015-08-261-0/+1
* Removed duplicate requiring minitest/mock as it is already required in method...Ronak Jangir2015-08-261-1/+0
* provide a request and response to all controllersAaron Patterson2015-08-254-2/+6
* Fix another rack SPEC violationAaron Patterson2015-08-251-1/+1
* rack SPEC doesn't allow `first` on the bodyAaron Patterson2015-08-251-8/+12
* Merge pull request #21368 from rodzyn/remove_mochaKasper Timm Hansen2015-08-252-121/+177
|\
| * Get rid of mocha tests - part 2Marcin Olichwirowicz2015-08-252-121/+177
* | Merge pull request #21366 from amitsuroliya/remove_unused_variableRafael Mendonça França2015-08-251-12/+12
|\ \
| * | Remove more unused block arguments amitkumarsuroliya2015-08-251-12/+12
* | | Merge pull request #21345 from aditya-kapoor/trim-apRafael Mendonça França2015-08-251-4/+4
|\ \ \ | |/ / |/| |