aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test
Commit message (Expand)AuthorAgeFilesLines
...
* | | | 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
|/ / / /
* | | | Added test for `send_file_headers` called with nil content typeRonak Jangir2015-09-191-1/+12
* | | | mostly remove the ParamsParser middlewareAaron Patterson2015-09-181-1/+0
* | | | do not instantiate a param parser middlewareAaron Patterson2015-09-181-8/+12
* | | | File encoding is defaulted to utf-8 in Ruby >= 2.1Akira Matsuda2015-09-181-1/+0
* | | | 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
* | | | ensure that mutating headers will impact the content_type methodAaron Patterson2015-09-081-0/+5
* | | | ensure that content type defaults to text / html when setting charsetAaron Patterson2015-09-081-0/+7
* | | | 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
* | | | | Make `config.force_ssl` less dangerous to try and easier to disableJeremy Daer2015-09-071-164/+133
* | | | | Remove mocha from ActionPack testsMarcin Olichwirowicz2015-09-058-90/+132
* | | | | implement abstract store methodsAaron Patterson2015-09-042-3/+3
|/ / / /
* | | | Fix route creation when format is a blank stringeileencodes2015-09-021-0/+1
* | | | Fix bug where cookies mutated by request were not persistedeileencodes2015-09-011-0/+9
* | | | Merge pull request #19788 from cmdrclueless/actionpack_http_url_ipv6Rafael Mendonça França2015-09-011-0/+45
|\ \ \ \
| * | | | Fix broken IPv6 addresses handlingBrian Weaver2015-04-161-0/+45
* | | | | 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
* | | | | Merge pull request #21384 from jeremyf/updating-ActionController-TestSession-...Yves Senn2015-08-271-0/+10
|\ \ \ \ \
| * | | | | Updating TestSession to access with indifferenceJeremy Friesen2015-08-261-0/+10
* | | | | | 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-255-4/+12
* | | | | Fix another rack SPEC violationAaron Patterson2015-08-251-1/+1
* | | | | rack SPEC doesn't allow `first` on the bodyAaron Patterson2015-08-251-8/+12
* | | | | adding a direct dispatch method to controller classesAaron Patterson2015-08-251-8/+2
* | | | | Merge pull request #21368 from rodzyn/remove_mochaKasper Timm Hansen2015-08-255-163/+209
|\ \ \ \ \
| * | | | | Get rid of mocha tests - part 2Marcin Olichwirowicz2015-08-255-163/+209
* | | | | | Merge pull request #21366 from amitsuroliya/remove_unused_variableRafael Mendonça França2015-08-252-13/+13
|\ \ \ \ \ \