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-02-01 02:02:42 -08:00
..
helpers Deleted all references to ActionView::SafeBuffer in favor of ActiveSupport::SafeBuffer 2010-01-31 22:14:18 -08:00
locale Add possibility to use i18n translatios in submit FormHelper. 2010-01-14 01:07:03 +01:00
railties Add subscriber for ActionPack and move all logging inside it. 2010-01-13 01:19:23 +01:00
render 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
template Convert to class_attribute 2010-02-01 02:02:42 -08:00
base.rb Convert to class_attribute 2010-02-01 02:02:42 -08:00
context.rb replace _render_*_from_controller with render_* as they are intended to be public 2009-08-06 19:43:28 -03:00
helpers.rb Drop AjaxHelper 2010-01-30 15:08:29 -06:00
paths.rb Improve missing template error messages a little bit. 2010-01-31 10:24:38 +01:00
railtie.rb Rename plugin_name to railtie_name and engine_name. 2010-01-24 12:23:21 +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