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
Sven Fuchs 585c8c17c3 rename Backend::Simple#add_translations to set_translations
because it overwrites existing translations
2008-06-20 09:13:20 +02:00
..
helpers rename Backend::Simple#add_translations to set_translations 2008-06-20 09:13:20 +02:00
lang rename Backend::Simple#add_translations to set_translations 2008-06-20 09:13:20 +02:00
template_handlers 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
base.rb Replaced TemplateFinder abstraction with ViewLoadPaths 2008-06-17 21:21:07 -05:00
inline_template.rb Replaced TemplateFinder abstraction with ViewLoadPaths 2008-06-17 21:21:07 -05:00
partial_template.rb Replaced TemplateFinder abstraction with ViewLoadPaths 2008-06-17 21:21:07 -05:00
partials.rb Make render shorthands work with namespaced controllers 2008-05-10 11:28:19 +01:00
template.rb Replaced TemplateFinder abstraction with ViewLoadPaths 2008-06-17 21:21:07 -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 Replaced TemplateFinder abstraction with ViewLoadPaths 2008-06-17 21:21:07 -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 Replaced TemplateFinder abstraction with ViewLoadPaths 2008-06-17 21:21:07 -05:00