rails--rails/actionpack/lib/action_view
Prem Sichanugrist f0523f72b4 Rename Rails::Subscriber to Rails::LogSubscriber 2010-02-16 22:36:15 +01:00
..
helpers Explicit html_escape removed when not needed 2010-02-14 12:03:39 -08: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 More html_safe strings now use the safe_concat method 2010-02-05 13:28:43 -08:00
template Resolve view paths correctly on CygWin 2010-02-02 12:05:49 +11:00
base.rb Convert to class_attribute 2010-02-01 02:02:42 -08:00
context.rb
helpers.rb Expose CSRF tag for UJS adapters 2010-02-04 14:58:32 -08:00
paths.rb Improve missing template error messages a little bit. 2010-01-31 10:24:38 +01:00
railtie.rb Rename Rails::Subscriber to Rails::LogSubscriber 2010-02-16 22:36:15 +01:00
template.rb Fix t('.helper'). 2010-01-26 20:43:35 +01:00
test_case.rb For performance reasons, you can no longer call html_safe! on Strings. Instead, all Strings are always not html_safe?. Instead, you can get a SafeBuffer from a String by calling #html_safe, which will SafeBuffer.new(self). 2010-01-31 19:39:13 -08:00