aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/metal/mime_responds.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Action Pack VariantsŁukasz Strzałkowski2013-12-041-4/+46
* Revert "Used Yield instead of block.call" -- this causes all of atom_feed_hel...David Heinemeier Hansson2013-11-141-2/+2
* Merge pull request #12889 from kuldeepaggarwal/speed_upsRafael Mendonça França2013-11-141-2/+2
|\
| * Used Yield instead of block.callKuldeep Aggarwal2013-11-151-2/+2
* | Remove order attribute from collectorLukasz Strzalkowski2013-11-101-4/+3
|/
* Fixing repond_with working directly on the options hashBlueHotDog2013-10-091-0/+1
* Remove remaining coupling with AV in MimeRespondsJosé Valim2013-09-091-3/+1
* fix respond_to without blocks not working if one of the blocks is allgrosser2013-02-241-1/+1
* Missing or unneeded require extract_optionsAkira Matsuda2013-02-011-0/+1
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2013-01-091-4/+4
|\
| * PUT => PATCHAkira Matsuda2013-01-031-1/+1
| * find_or_create_by is deprecated in AR 4Akira Matsuda2013-01-021-3/+3
* | Reduce number of Strings a bitAkira Matsuda2013-01-071-1/+1
|/
* Multiple changes to 1,9 hash syntaxAvnerCohen2012-10-271-12/+12
* removes usage of Object#in? from the code base (the method remains defined by...Xavier Noria2012-08-061-2/+2
* load active_support/core_ext/class/attribute in active_support/railsXavier Noria2012-08-021-1/+0
* load active_support/core_ext/object/inclusion in active_support/railsXavier Noria2012-08-021-1/+0
* copy-edits 9674d2cXavier Noria2012-07-211-2/+2
* Clarification to doc of ActionController::MimeResponse.respond_toShigeya Suzuki2012-07-191-1/+2
* Removing ==Examples and last blank lines of docs from actionpackFrancesco Rodriguez2012-05-151-7/+0
* remove .new from raise ActionController::UnknownFormatSteven Soroka2012-05-061-1/+1
* Raise a rescuable exception when Rails doesn't know what to do with the forma...Steven Soroka2012-05-061-2/+1
* Remove non-obligatory params in AC respond_to examplesAlexey Vakhov2012-04-031-2/+2
* respond_with description: changed 'response' to 'format'Mark Thomson2012-03-181-1/+1
* Revised comments for respond_withMark Thomson2012-03-181-17/+18