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
...
*
Rename Template::Lookup to LookupContext.
José Valim
2010-03-08
1
-24
/
+11
*
Finally moved the find template logic to the views.
José Valim
2010-03-08
1
-134
/
+98
*
More refactoring. Split _normalize_args and _normalize_options concerns.
José Valim
2010-03-08
1
-4
/
+8
*
Move layout lookup to views.
José Valim
2010-03-08
1
-3
/
+5
*
Added template lookup responsible to hold all information used in template lo...
José Valim
2010-03-07
1
-20
/
+22
*
Merge _details_defaults and details_for_render
Carlhuda
2010-03-01
1
-2
/
+2
*
Fix controller_path returnsing an empty string in Ruby 1.8.7 [#4036 status:re...
José Valim
2010-02-26
1
-3
/
+1
*
Renamed LocalizedCache to DetailsCache.
José Valim
2010-02-24
1
-3
/
+7
*
Update AP to start locking down a public API. This work is parallel to some d...
Yehuda Katz
2010-02-16
1
-1
/
+1
*
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
[prev]