aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/metal/mime_responds.rb
Commit message (Expand)AuthorAgeFilesLines
* Use match? where we don't need MatchDataAkira Matsuda2019-07-291-1/+1
* Change `ActionDispatch::Response#content_type` returning Content-Type header ...yuuji.yaginuma2019-06-011-1/+1
* Document that `format.any` can match all formatsDaniel Schierbeck2019-01-161-0/+8
* Merge pull request #33718 from kddeisz/permit-listMatthew Draper2018-08-291-1/+1
|\
| * Convert over the rest of the whitelist referencesKevin Deisz2018-08-241-1/+1
* | Format respond_to method as code in doc [ci skip]Rob Zolkos2018-08-251-1/+1
|/
* Raises exception when respond_to called multiple times in incompatible wayPatrick Toomey2018-07-301-0/+3
* Use frozen string literal in actionpack/Kir Shatrov2017-07-291-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Small grammar fixJon Moss2017-03-221-1/+1
* [docs] fix ActionController documentationHrvoje Šimić2017-03-121-2/+2
* Add three new rubocop rulesRafael Mendonça França2016-08-161-2/+2
* applies new string literal convention in actionpack/libXavier Noria2016-08-061-1/+1
* Render default template if block doesn't renderJustin Coyne2016-02-251-1/+1
* remove doc reference to ActionController::MimeResponds#respond_tosealocal2016-01-201-3/+0
* document simple example of ActionController::MimeResponds#respond_tosealocal2016-01-201-1/+9
* fix rdoc markup [ci skip]yuuji.yaginuma2015-10-251-4/+4
* Use `Mime[:foo]` instead of `Mime::Type[:FOO]` for back compatJeremy Daer2015-10-061-3/+3
* swap upcase and to_symAaron Patterson2015-09-211-1/+1
* stop calling deprecated methodsAaron Patterson2015-09-211-3/+3
* push content_type assigment in to metalAaron Patterson2015-09-081-1/+1
* only call self.content_type= when there is a responseAaron Patterson2015-08-261-0/+1
* Stop using deprecated `render :text` in testPrem Sichanugrist2015-07-171-4/+4
* Provide friendlier access to request variantsGeorge Claghorn2015-03-241-6/+7
* Remove unused requireCarlos Antonio da Silva2015-01-041-1/+0
* Remove respond_to/respond_with placeholder methodsCarlos Antonio da Silva2015-01-041-20/+0
* Removed documentation that still mentioned using respond_with in placeRobert Evans2014-11-051-16/+4
* Merge pull request #17302 from claudiob/replace-slower-block-call-with-faster...Rafael Mendonça França2014-10-181-2/+2
* Revert "Replace (slower) block.call with (faster) yield"Zachary Scott2014-10-181-2/+2
* Replace (slower) block.call with (faster) yieldclaudiob2014-10-181-2/+2
* `responders` 1.x won't do it. Told you to RTFM for details!Godfrey Chan2014-08-171-3/+6
* 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-1/+16
* Move respond_with to the responders gemJosé Valim2014-08-171-231/+3
* [ci skip] /javascript/ ~> JavaScriptAditya Kapoor2014-06-171-3/+3
* No variant should also be picked up by variant.any if variant.none is not def...David Heinemeier Hansson2014-02-131-1/+1
* Variant negotiationLukasz Strzalkowski2014-02-131-8/+20
* Add any/all support for variantsŁukasz Strzałkowski2013-12-261-27/+54
* Some assorted fixes for the 4.1 release notes:Godfrey Chan2013-12-171-1/+1
* Variants inline syntax documentation [ci skip]Łukasz Strzałkowski2013-12-121-0/+9
* Inline variants syntaxŁukasz Strzałkowski2013-12-101-2/+24
* Simplify @responses hash initializationŁukasz Strzałkowski2013-12-101-1/+2
* Revert "Merge pull request #13235 from strzalek/variants-inline" -- needs a l...David Heinemeier Hansson2013-12-081-15/+9
* Inline variants syntaxŁukasz Strzałkowski2013-12-081-8/+14
* Simplify @responses hash initializationŁukasz Strzałkowski2013-12-081-1/+1
* Variants can be declared without a block to signify their presence in the con...David Heinemeier Hansson2013-12-071-1/+3
* Allow code execution in case no variant has been set with variant.noneDavid Heinemeier Hansson2013-12-071-4/+5
* Improve a couple exception messages related to variants and mime typesCarlos Antonio da Silva2013-12-031-2/+4
* Add nodoc to added VariantFilter classCarlos Antonio da Silva2013-12-031-3/+3