aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/mime
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Change `ActionDispatch::Response#content_type` returning Content-Type header ...yuuji.yaginuma2019-06-011-39/+39
* Remove :all symbol from Mime::ALLJohn Hawthorn2019-03-271-0/+13
* Only accept formats from registered mime typesJohn Hawthorn2019-03-101-4/+6
* Change the empty block style to have space inside of the blockRafael Mendonça França2018-09-251-1/+1
* Raises exception when respond_to called multiple times in incompatible wayPatrick Toomey2018-07-301-0/+34
* Create MissingExactTemplate exception with separate templateVinicius Stock2018-04-201-2/+2
* Use frozen string literal in actionpack/Kir Shatrov2017-07-292-0/+4
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-022-2/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-012-0/+2
* Define path with __dir__bogdanvlviv2017-05-231-1/+1
* Correct spellingBenjamin Fleischer2017-02-051-1/+1
* Privatize unneededly protected methods in Action Pack testsAkira Matsuda2016-12-232-2/+2
* Add three new rubocop rulesRafael Mendonça França2016-08-161-8/+8
* Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty linesRyuta Kamizono2016-08-071-2/+0
* applies remaining conventions across the projectXavier Noria2016-08-061-4/+4
* modernizes hash syntax in actionpackXavier Noria2016-08-061-4/+4
* applies new string literal convention in actionpack/testXavier Noria2016-08-062-55/+55
* Render default template if block doesn't renderJustin Coyne2016-02-251-0/+15
* Lock down new `ImplicitRender` behavior for 5.0 RCGodfrey Chan2016-02-251-33/+60
* Response when error should be formatted properly in Rails API if local requestJorge Bejar2015-12-091-4/+6
* Use `Mime[:foo]` instead of `Mime::Type[:FOO]` for back compatJeremy Daer2015-10-061-1/+1
* Stop using deprecated `render :text` in testPrem Sichanugrist2015-07-171-52/+52
* pass variants in rather than mutating the request.Aaron Patterson2015-07-071-48/+31
* Override default_render's behavior with a blockDave Copeland2015-06-201-0/+21
* Fix ActionPack tests after changes to missing template loggereileencodes2015-04-061-0/+1
* head no_content when there is no template or action performedStephen Bussey2015-04-051-6/+16
* Migrating xhr methods to keyword arguments syntaxKir Shatrov2015-02-011-10/+10
* Switch to kwargs in ActionController::TestCase and ActionDispatch::IntegrationKir Shatrov2015-01-292-16/+16
* Remove respond_to/respond_with placeholder methodsCarlos Antonio da Silva2015-01-041-32/+0
* Remove redundant `to_s` in interpolationclaudiob2014-10-301-2/+2
* `responders` 1.x won't do it. Told you to RTFM for details!Godfrey Chan2014-08-171-0/+2
* The gem is called 'responders'Godfrey Chan2014-08-171-2/+2
* Raise a more helpful error for people who are using these extracted featuresGodfrey Chan2014-08-171-0/+30
* Move respond_with to the responders gemJosé Valim2014-08-171-737/+0
* Address CVE-2014-4671 (JSONP Flash exploit)Greg Campbell2014-07-091-1/+1
* Change the JSON renderer to enforce the 'JS' Content TypeLucas Mazza2014-07-021-0/+13
* Merge pull request #15182 from zuhao/refactor_actionpack_respond_with_test_2Yves Senn2014-05-201-4/+10
|\
| * Add using_resouce_with_json to controller.Zuhao Wan2014-05-201-4/+10
* | Add ActionController::Renderers.remove.Zuhao Wan2014-05-201-0/+19
|/
* Remove tests method for test cases when controller can be inferred.Guo Xiang2014-05-033-6/+0
* Return null type format when format is not knowRafael Mendonça França2014-04-141-0/+5
* No variant should also be picked up by variant.any if variant.none is not def...David Heinemeier Hansson2014-02-131-0/+4
* Variant negotiationLukasz Strzalkowski2014-02-131-0/+21
* Add any/all support for variantsŁukasz Strzałkowski2013-12-261-0/+143
* Inline variants syntaxŁukasz Strzałkowski2013-12-101-1/+38
* Revert "Merge pull request #13235 from strzalek/variants-inline" -- needs a l...David Heinemeier Hansson2013-12-081-13/+1
* Inline variants syntaxŁukasz Strzałkowski2013-12-081-1/+13
* Variants can be declared without a block to signify their presence in the con...David Heinemeier Hansson2013-12-071-1/+1
* Allow code execution in case no variant has been set with variant.noneDavid Heinemeier Hansson2013-12-071-0/+16