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 (
Collapse
)
Author
Age
Files
Lines
...
*
All tests pass without memoizing view_context
Carlhuda
2010-03-18
1
-3
/
+13
|
*
Ensure json is loaded before using responders.
José Valim
2010-03-17
1
-1
/
+0
|
*
Remove unneeded AV::Base and AV::Template monkey-patches
Carlhuda
2010-03-17
1
-0
/
+1
|
*
Finish cleaning up rendering stack from views and move assigns evaluation to ↵
José Valim
2010-03-12
1
-8
/
+8
|
|
|
|
controller (so plugins and/or controllers can overwrite just one method).
*
Optimize and clean up how details key get expired.
José Valim
2010-03-10
1
-0
/
+28
|
*
Clean up the API required from ActionView::Template.
José Valim
2010-03-09
1
-1
/
+1
|
*
Clean LookupContext API.
José Valim
2010-03-08
1
-1
/
+1
|
*
Move details to lookup_context and make resolvers use the cache key.
José Valim
2010-03-08
1
-10
/
+0
|
*
Move ViewPaths module to its own file.
José Valim
2010-03-08
1
-70
/
+1
|
*
Speed up performance in resolvers by adding fallbacks just when required.
José Valim
2010-03-08
1
-10
/
+4
|
*
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 ↵
José Valim
2010-03-07
1
-20
/
+22
|
|
|
|
lookup.
*
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 ↵
José Valim
2010-02-26
1
-3
/
+1
|
|
|
|
status:resolved]
*
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 ↵
Yehuda Katz
2010-02-16
1
-1
/
+1
|
|
|
|
docs I'm working on.
*
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 ↵
José Valim
2010-01-22
1
-12
/
+25
|
|
|
|
configured _prefix.
*
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 ↵
Yehuda Katz
2009-12-20
1
-1
/
+0
|
|
|
|
works just fine standalone (which means that ConditionalGet also doesn't have a Rendering dependency)
*
Rename the RenderingController module to just plain Rendering
David Heinemeier Hansson
2009-12-20
1
-0
/
+203
[prev]