rails--rails/actionpack/lib/action_view
wycats 201e8986b1 Updated asset_template_path to asset_path and have it also support a String [#4247 state:resolved] 2010-03-28 18:46:18 -07:00
..
helpers Updated asset_template_path to asset_path and have it also support a String [#4247 state:resolved] 2010-03-28 18:46:18 -07:00
locale Rename unsignificant to insignificant. 2010-03-23 00:26:12 +01:00
railties Rename Rails::Subscriber to Rails::LogSubscriber 2010-02-16 22:36:15 +01:00
render adds missing requires for Object#blank? and Object#present? 2010-03-28 14:15:02 +02:00
template Eliminate an error from an implicit dependency on AV::Base 2010-03-19 11:50:03 -07:00
base.rb Move application configuration to the application configuration object, remove railtie_name and engine_name and allow to set the configuration object. 2010-03-26 18:47:55 +01:00
context.rb Each controller class has it's own view context subclass. This removes the need for ActionView::Base.for_controller 2010-03-18 18:14:54 -07:00
helpers.rb Use ActiveSupport::Autoload for view helpers. [#4237 state:resolved] 2010-03-27 01:13:45 -07:00
lookup_context.rb Ensure details are frozen after @details_keys lookup. The implementation waits to freeze until the last required moment, to avoid duping hashes. 2010-03-27 20:52:11 +01:00
paths.rb Clean LookupContext API. 2010-03-08 23:25:16 +01:00
railtie.rb Move application configuration to the application configuration object, remove railtie_name and engine_name and allow to set the configuration object. 2010-03-26 18:47:55 +01:00
template.rb Improve performance of the rendering stack by freezing formats as a sign that they shouldn't be further modified. 2010-03-19 17:20:20 +01:00
test_case.rb adds missing requires for Object#blank? and Object#present? 2010-03-28 14:15:02 +02:00