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
/
renderers.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor to make renderers a Set
Jose and Yehuda
2011-10-15
1
-11
/
+9
*
Slightly reorganize rendering stack.
José Valim
2011-04-18
1
-3
/
+3
*
removes support for render :update
Xavier Noria
2011-04-13
1
-8
/
+1
*
add some docs for ActionController::Renderers
Gabriel Horner
2011-02-10
1
-0
/
+37
*
If a user wants json output then try best to render json output. In such case...
Neeraj Singh
2010-11-24
1
-1
/
+1
*
Remove unused constant
Santiago Pastorino
2010-11-22
1
-2
/
+0
*
Remove unneeded metaprogramming and method generation in favor of direct defi...
Santiago Pastorino
2010-11-22
1
-24
/
+10
*
renderer calls object.to_json when rendering :json => object [#5655 state:res...
Diego Carrion
2010-09-27
1
-1
/
+1
*
Always downstream given options in :json, :xml and :js renderers and add test...
José Valim
2010-04-22
1
-2
/
+2
*
It should be possible to render :json with options
wycats
2010-04-20
1
-1
/
+1
*
adds missing requires for Object#blank? and Object#present?
Xavier Noria
2010-03-28
1
-0
/
+1
*
All tests pass without memoizing view_context
Carlhuda
2010-03-18
1
-1
/
+1
*
Finish cleaning up rendering stack from views and move assigns evaluation to ...
José Valim
2010-03-12
1
-1
/
+2
*
Remove the renderer option from the hash.
José Valim
2010-02-24
1
-1
/
+1
*
Convert to class_attribute
Jeremy Kemper
2010-02-01
1
-3
/
+7
*
Rename RenderOptions to Renderers
David Heinemeier Hansson
2009-12-20
1
-0
/
+91