aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/metal/implicit_render.rb
Commit message (Expand)AuthorAgeFilesLines
* 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