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
2008-01-19 03:20:39 +00:00
..
helpers Introduce TemplateFinder to handle view paths and lookups. Closes #10800. 2008-01-19 03:20:39 +00:00
template_handlers * Pass around handler instances, not their classes [Koz] 2008-01-11 04:45:06 +00:00
base.rb Introduce TemplateFinder to handle view paths and lookups. Closes #10800. 2008-01-19 03:20:39 +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 Make render :partial recognise form builders and use the _form partial. Closes #10814 [djanowski] 2008-01-16 02:01:57 +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_finder.rb Introduce TemplateFinder to handle view paths and lookups. Closes #10800. 2008-01-19 03:20:39 +00:00
template_handler.rb * Pass around handler instances, not their classes [Koz] 2008-01-11 04:45:06 +00:00