.. |
active_model_helper.rb
|
Move verification to a plugin as well: http://github.com/rails/verification.git
|
2010-04-10 11:47:20 +02:00 |
asset_tag_helper.rb
|
image_path -> path_to_image in a couple of places, plus motivation for path_to_image in rdoc
|
2010-04-09 11:10:26 -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
|
Remove input, form, error_messages_for and error_message_on from the framework. If you think you will miss them, feel free to use the dynamic_form plugin available at http://github.com/rails/dynamic_form
|
2010-04-10 10:53:05 +02:00 |
form_options_helper.rb
|
Stray carrier returns
|
2010-04-09 11:05:26 -07:00 |
form_tag_helper.rb
|
image_path -> path_to_image in a couple of places, plus motivation for path_to_image in rdoc
|
2010-04-09 11:10:26 -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
|
|
|
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
|
Consistently use lowercase instead of camelCase for all JS class names in Rails
|
2010-04-08 12:17:46 -07:00 |