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
Joshua Peek 01637796d7 Revert "Moved TemplateHandlers to Base"
This reverts commit 42d215a925.

Conflicts:

	actionpack/lib/action_view/inline_template.rb
	actionpack/lib/action_view/template.rb
2008-07-03 21:09:37 -05:00
..
helpers Revert "Moved TemplateHandlers to Base" 2008-07-03 21:09:37 -05:00
template_handlers Don't rely on view instance logger 2008-07-03 12:49:54 -05:00
base.rb Revert "Moved TemplateHandlers to Base" 2008-07-03 21:09:37 -05:00
inline_template.rb Revert "Moved TemplateHandlers to Base" 2008-07-03 21:09:37 -05:00
partial_template.rb Extracted Template rendering logic into Renderer module 2008-07-03 13:06:00 -05:00
partials.rb Add :as option to render a collection of partials with a custom local variable name. [#509 state:resolved] [Simon Jefford, Pratik Naik] 2008-07-02 16:40:42 +01:00
renderer.rb Extracted Template rendering logic into Renderer module 2008-07-03 13:06:00 -05:00
template.rb Revert "Moved TemplateHandlers to Base" 2008-07-03 21:09:37 -05:00
template_error.rb Handle template error gracefully when line number cannot be derived. Closes #11327 [Nex3] 2008-03-15 18:42:53 +00:00
template_file.rb Deprecate :use_full_path render option. The supplying the option no longer has an effect. 2008-07-02 21:38:58 -05:00
template_handler.rb Moved template handler registration into a mix-in module. 2008-06-11 22:05:36 -05:00
template_handlers.rb Replaced TemplateFinder abstraction with ViewLoadPaths 2008-06-17 21:21:07 -05:00
test_case.rb Use output_buffer reader and writer methods exclusively instead of hitting the instance variable so others can override the methods. 2008-06-08 20:05:39 -07:00
view_load_paths.rb Reduce the number of callsites for new TemplateFiles 2008-07-03 14:01:45 -05:00