1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/lib/action_view
Michael Koziarski e6de95889d * Pass around handler instances, not their classes [Koz]
* Move compilation, rendering and 'compilable?' checks into the Handlers [Koz]
 * Remove delegate_* methods as the handler is now an instance [Koz]


git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8624 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2008-01-11 04:45:06 +00:00
..
helpers Move fragment caching from special helper methods to TemplateHandler. Closes #10754 [Josh Peek] 2008-01-10 03:17:20 +00:00
template_handlers * Pass around handler instances, not their classes [Koz] 2008-01-11 04:45:06 +00:00
base.rb * Pass around handler instances, not their classes [Koz] 2008-01-11 04:45:06 +00:00
compiled_templates.rb Fix various documentation typos throughout ActionPack. Closes #8111. [Henrik N] 2007-05-06 04:46:11 +00:00
partials.rb Only Benchmark and log if we're going to output the information. 2007-11-14 09:39:27 +00:00
template_error.rb Fix TemplateError so it doesn't bomb on exceptions while running tests [rick] 2007-11-26 03:35:04 +00:00
template_handler.rb * Pass around handler instances, not their classes [Koz] 2008-01-11 04:45:06 +00:00