index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actionpack
/
lib
/
action_controller
/
metal
/
implicit_render.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Override default_render's behavior with a block
Dave Copeland
2015-06-20
1
-2
/
+17
*
Return 204 if render is not called in API controllers
Jorge Bejar
2015-06-11
1
-6
/
+3
*
Fix ActionPack tests after changes to missing template logger
eileencodes
2015-04-06
1
-1
/
+1
*
head no_content when there is no template or action performed
Stephen Bussey
2015-04-05
1
-1
/
+6
*
Use performed? instead of checking for response_body
Carlos Antonio da Silva
2012-01-19
1
-1
/
+1
*
Revert to old semantics, use available_action? instead of action_method?.
José Valim
2011-05-06
1
-9
/
+7
*
pass respond_with options to controller render when using a template for api ...
Josh Kalderimis
2011-03-31
1
-2
/
+2
*
Make action_method? public and change implicit rendering to override it instead.
José Valim
2011-03-30
1
-4
/
+2
*
Pass the proper method_name instead of hardcoding to action_name.
José Valim
2011-03-29
1
-8
/
+10
*
#948 template_inheritance
artemave
2010-12-26
1
-2
/
+2
*
Finally moved the find template logic to the views.
José Valim
2010-03-08
1
-1
/
+1
*
Move layout lookup to views.
José Valim
2010-03-08
1
-2
/
+1
*
Added template lookup responsible to hold all information used in template lo...
José Valim
2010-03-07
1
-0
/
+1
*
Actually move ImplicitRender into it's own file
Carl Lerche
2010-03-03
1
-0
/
+21