aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test
Commit message (Expand)AuthorAgeFilesLines
...
* | | | 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
|\ \ \ \ \
| * | | | | Remove more unused block arguments amitkumarsuroliya2015-08-252-13/+13
* | | | | | Merge pull request #21345 from aditya-kapoor/trim-apRafael Mendonça França2015-08-252-6/+4
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Trim out unneeded controllers from AP test suiteAditya Kapoor2015-08-242-6/+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 unused block argumentsAnshul Sharma2015-08-251-1/+1
* | | | | | | remove more direct `env` mutationsAaron Patterson2015-08-241-1/+1
* | | | | | | remove dead code :bomb:Aaron Patterson2015-08-241-2/+0
* | | | | | | use `make_set` helper method to generate route setsAaron Patterson2015-08-241-31/+1
* | | | | | | subclass and delegate rather than mutating existing objectsAaron Patterson2015-08-241-12/+29
* | | | | | | temp files are no more requireGaurav Sharma2015-08-251-1/+0
* | | | | | | use a custom request class to determine the controller classAaron Patterson2015-08-241-23/+21