aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/metal/implicit_render.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove args from `default_render`Aaron Patterson2019-01-171-2/+2
* Create MissingExactTemplate exception with separate templateVinicius Stock2018-04-201-12/+2
* 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
* [docs] fix ActionController documentationHrvoje Šimić2017-03-121-3/+3
* Remove unused requireRyuta Kamizono2017-02-121-2/+0
* RuboCop is 100% green :tada:Xavier Noria2016-09-021-1/+1
* fixes remaining RuboCop issues [Vipul A M, Xavier Noria]Xavier Noria2016-09-011-1/+1
* yl - remove extra …yunlei2016-08-231-1/+1
* revises more Lint/EndAlignment offensesXavier Noria2016-08-081-1/+1
* applies remaining conventions across the projectXavier Noria2016-08-061-1/+0
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-1/+1
* applies new string literal convention in actionpack/libXavier Noria2016-08-061-1/+1
* Refinement of our "are you missing a template or did you omit it on purpose?"...Jeremy Daer2016-03-031-53/+34
* Fix typo in implicit_renderMax Woolf2016-03-021-1/+1
* Additional review of 6b31761.Kasper Timm Hansen2016-02-251-1/+1
* Lock down new `ImplicitRender` behavior for 5.0 RCGodfrey Chan2016-02-251-17/+74
* Override default_render's behavior with a blockDave Copeland2015-06-201-2/+17
* Return 204 if render is not called in API controllersJorge Bejar2015-06-111-6/+3
* Fix ActionPack tests after changes to missing template loggereileencodes2015-04-061-1/+1
* head no_content when there is no template or action performedStephen Bussey2015-04-051-1/+6
* Use performed? instead of checking for response_bodyCarlos Antonio da Silva2012-01-191-1/+1
* Revert to old semantics, use available_action? instead of action_method?.José Valim2011-05-061-9/+7
* pass respond_with options to controller render when using a template for api ...Josh Kalderimis2011-03-311-2/+2
* Make action_method? public and change implicit rendering to override it instead.José Valim2011-03-301-4/+2
* Pass the proper method_name instead of hardcoding to action_name.José Valim2011-03-291-8/+10
* #948 template_inheritanceartemave2010-12-261-2/+2
* Finally moved the find template logic to the views.José Valim2010-03-081-1/+1
* Move layout lookup to views.José Valim2010-03-081-2/+1
* Added template lookup responsible to hold all information used in template lo...José Valim2010-03-071-0/+1
* Actually move ImplicitRender into it's own fileCarl Lerche2010-03-031-0/+21