.. |
active_model_helper.rb
|
Making escaped things more readable
|
2010-03-14 12:07:15 -05:00 |
asset_tag_helper.rb
|
Made asset_tag_helper use config.perform_caching instead of ActionController::Base.perform_caching
|
2010-03-12 21:33:39 +01:00 |
atom_feed_helper.rb
|
ActionDispatch::Request deprecates #request_uri
|
2010-03-03 21:24:00 -08:00 |
cache_helper.rb
|
Some more tweaks on <% %>.
|
2010-03-16 11:43:04 -07:00 |
capture_helper.rb
|
link_to_remote -> link_to :remote => true
|
2010-03-15 23:05:12 -07:00 |
csrf_helper.rb
|
HTML-escape csrf meta contents
|
2010-02-04 17:45:43 -08:00 |
date_helper.rb
|
Adds disable option to date_helpers generated hidden fields when html_options specifies it. ht by Marc Schütz
|
2010-03-05 13:49:04 -08:00 |
debug_helper.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 |
form_helper.rb
|
Make form helpers work with <%=
|
2010-03-09 23:44:12 -08:00 |
form_options_helper.rb
|
Make form helpers work with <%=
|
2010-03-09 23:44:12 -08:00 |
form_tag_helper.rb
|
Make form helpers work with <%=
|
2010-03-09 23:44:12 -08:00 |
javascript_helper.rb
|
Deprecate block_called_from_erb? pending a solution for getting it into apps
|
2010-03-09 23:44:12 -08:00 |
number_helper.rb
|
Remove some of the blank rescues from number helper. This makes the code easier to understand, as you're not left wondering what the rescue is actually doing. This does not change documented/tested behaviour.
|
2010-03-05 08:50:01 -08:00 |
prototype_helper.rb
|
Add deprecation notices for <% %>.
|
2010-03-15 14:50:43 -07:00 |
raw_output_helper.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 |
record_identification_helper.rb
|
Added record identifications to FormHelper#form_for and PrototypeHelper#remote_form_for [DHH]
|
2007-05-14 17:30:35 +00:00 |
record_tag_helper.rb
|
API change: content_tag_for outputs prefixed class name
|
2009-10-08 14:13:49 -05:00 |
sanitize_helper.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 |
scriptaculous_helper.rb
|
Reorg options_for_javascript and array_or_string_for_javascript
|
2010-01-30 16:13:49 -06:00 |
tag_helper.rb
|
Making escaped things more readable
|
2010-03-14 12:07:15 -05:00 |
text_helper.rb
|
Some more tweaks on <% %>.
|
2010-03-16 11:43:04 -07:00 |
translation_helper.rb
|
scope_key_by_partial fix for Ruby 1.9 when there's virtual_path [#4202 state:resolved]
|
2010-03-16 16:20:10 -07:00 |
url_helper.rb
|
Fix missing require
|
2010-03-16 17:32:42 -07:00 |