aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Trim out unneeded controllers from AP test suiteAditya Kapoor2015-08-241-4/+4
* | | | | Merge pull request #21094 from aditya-kapoor/add-missing-ap-testsRafael Mendonça França2015-08-251-0/+10
|\ \ \ \ \
| * | | | | add missing tests for action regexpAditya Kapoor2015-08-021-0/+10
* | | | | | remove more direct `env` mutationsAaron Patterson2015-08-241-1/+1
* | | | | | use `make_set` helper method to generate route setsAaron Patterson2015-08-241-31/+1
* | | | | | Merge pull request #21355 from akihiro17/remove-variablesRafael Mendonça França2015-08-241-2/+2
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Remove unused variablesakihiro172015-08-241-2/+2
| | |/ / / | |/| | |
* / | | | Get rid of mocha tests - part 1Marcin Olichwirowicz2015-08-243-45/+60
|/ / / /
* | | | Merge pull request #21106 from amitsuroliya/fix_routing_testAndrew White2015-08-211-6/+0
|\ \ \ \
| * | | | Remove duplicity in testsamitkumarsuroliya2015-08-031-6/+0
| |/ / /
* | | | test the verb method on the route, specificallyAaron Patterson2015-08-171-1/+1
* | | | routes are always constructed with a hash for the conditionsAaron Patterson2015-08-171-1/+1
* | | | Merge pull request #21203 from denniss/issue-21199Sean Griffin2015-08-111-0/+8
|\ \ \ \ | |_|_|/ |/| | |
| * | | Authorization scheme should be case insensitive. Fixes #21199Dennis Suratna2015-08-111-0/+8
* | | | Refactor route assertion methods in resources testeileencodes2015-08-081-50/+51
* | | | remove vestigial codeAaron Patterson2015-08-071-43/+0
* | | | finish deprecating handling strings and symbolsAaron Patterson2015-08-071-1/+1
* | | | do not add common ports to HTTP_HOSTMichael Grosser2015-08-061-0/+19
|/ / /