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/renderer
José Valim 43d27e9105 Deprecate passing the template handler in the template name.
For example, calling hello.erb is now deprecated. Since Rails 3.0
passing the handler had no effect whatsover. This commit simply
deprecates such cases so we can clean up the code in later releases.
2011-09-22 15:37:38 +02:00
..
abstract_renderer.rb Deprecate passing the template handler in the template name. 2011-09-22 15:37:38 +02:00
partial_renderer.rb Get rid of update_details in favor of passing details to find_template. 2011-09-22 15:03:05 +02:00
renderer.rb no @controller dependency in Renderers. 2011-05-04 00:12:11 +02:00
streaming_template_renderer.rb Streaming docs. 2011-05-01 14:50:42 +02:00
template_renderer.rb Get rid of update_details in favor of passing details to find_template. 2011-09-22 15:03:05 +02:00