.. |
active_model_helper.rb
|
Replace the placeholder base_hook API with on_load. To specify some code that
|
2010-03-29 17:08:50 -07:00 |
asset_tag_helper.rb
|
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 |
atom_feed_helper.rb
|
Update various documentation examples to use new routing DSL
|
2010-04-04 17:34:13 +01:00 |
cache_helper.rb
|
All tests pass without memoizing view_context
|
2010-03-18 15:52:43 -07:00 |
capture_helper.rb
|
adds missing requires for Object#blank? and Object#present?
|
2010-03-28 14:15:02 +02: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
|
:action => "create" added to form_for with name only to show appropiate behavior
|
2010-04-03 18:36:29 -03:00 |
form_options_helper.rb
|
adds missing requires for Object#blank? and Object#present?
|
2010-03-28 14:15:02 +02:00 |
form_tag_helper.rb
|
HTML safety: give a deprecation warning if an array of option tags is passed to select tag. Be sure to join the tag yourself and mark them .html_safe
|
2010-03-31 19:51:54 -07:00 |
javascript_helper.rb
|
Merge branch 'master' into docrails
|
2010-03-26 15:10:24 -07:00 |
number_helper.rb
|
Fix error in number_with_precision with :significant option and zero value [#4306 state:resolved]
|
2010-04-01 07:25:14 +02:00 |
prototype_helper.rb
|
adds missing requires for Object#blank? and Object#present?
|
2010-03-28 14:15:02 +02: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
|
Updated documentation for block helpers in record_tag_helper.rb
|
2010-03-12 16:50:14 +01: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
|
adds missing requires for Object#blank? and Object#present?
|
2010-03-28 14:15:02 +02:00 |
text_helper.rb
|
adds missing requires for Object#blank? and Object#present?
|
2010-03-28 14:15:02 +02: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
|
* Change the object used in routing constraints to be an instance of
|
2010-04-03 20:24:30 -07:00 |