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
2010-03-19 11:50:03 -07:00
..
helpers Merge branch 'master' of gitproxy:rails/rails 2010-03-19 17:23:44 +01:00
locale Add possibility to use i18n translatios in submit FormHelper. 2010-01-14 01:07:03 +01:00
railties Rename Rails::Subscriber to Rails::LogSubscriber 2010-02-16 22:36:15 +01:00
render 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
template Eliminate an error from an implicit dependency on AV::Base 2010-03-19 11:50:03 -07:00
base.rb Eliminate an error from an implicit dependency on AV::Base 2010-03-19 11:50:03 -07: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 Deprecate block_called_from_erb? pending a solution for getting it into apps 2010-03-09 23:44:12 -08:00
lookup_context.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
paths.rb Clean LookupContext API. 2010-03-08 23:25:16 +01:00
railtie.rb Make many parts of Rails lazy. In order to facilitate this, 2010-03-07 06:24:30 -08: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 Modify assert_template to use notifications. Also, remove ActionController::Base#template since it is no longer needed. 2010-03-17 16:29:35 -07:00