aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/mime
Commit message (Expand)AuthorAgeFilesLines
* 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
* Action Pack VariantsŁukasz Strzałkowski2013-12-041-0/+54
* Fixing repond_with working directly on the options hashBlueHotDog2013-10-091-0/+15
* Create AbstractController::Rendering interfaceŁukasz Strzałkowski2013-08-251-0/+1
* Fail informatively in #respond_with when no appropriate #api_behavior rendere...Ben Woosley2013-08-171-0/+31
* Split the 1200+ line mime_responds_test into 3 more focused and manageable te...Ben Woosley2013-08-173-0/+1254