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
/
abstract_controller
/
rendering.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert to class_attribute
Jeremy Kemper
2010-02-01
1
-7
/
+11
*
Added :format and :locale options to render.
José Valim
2010-01-29
1
-1
/
+10
*
Fix rendering of layouts.
José Valim
2010-01-29
1
-1
/
+2
*
Move double render check out of AbstractController.
José Valim and Mikel Lindsaar
2010-01-23
1
-4
/
+0
*
Ensure strings given to render with slash are rendered relative to the config...
José Valim
2010-01-22
1
-12
/
+25
*
Move ActionController::Translation to AbstractController::Translation.
José Valim
2010-01-20
1
-1
/
+1
*
Bring normalize behavior to AbstractController::Rendering
José Valim
2010-01-20
1
-3
/
+19
*
Fix DoubleRenderError error message
Pratik Naik
2010-01-19
1
-1
/
+1
*
@_formats initialization should be AbstractController::Base.
José Valim
2010-01-04
1
-6
/
+0
*
Expose a _render_partial hook as thhe _render_template one and make use of it.
José Valim
2009-12-31
1
-5
/
+9
*
Dont introspect inline templates for the logger and cleanup a few styling issues
David Heinemeier Hansson
2009-12-21
1
-5
/
+4
*
AC::Head now doesn't have an unfulfilled Rendering dependency, and instead wo...
Yehuda Katz
2009-12-20
1
-1
/
+0
*
Rename the RenderingController module to just plain Rendering
David Heinemeier Hansson
2009-12-20
1
-0
/
+203