.. |
active_model_helper.rb
|
Make many parts of Rails lazy. In order to facilitate this,
|
2010-03-07 06:24:30 -08:00 |
asset_tag_helper.rb
|
Fix a bunch of failing AP / AM specs created from the previous AbstractController configuration refactor.
|
2010-03-04 01:01:21 -08:00 |
atom_feed_helper.rb
|
ActionDispatch::Request deprecates #request_uri
|
2010-03-03 21:24:00 -08:00 |
cache_helper.rb
|
Make @controller an internal ivar in the view
|
2010-01-22 10:19:01 -06:00 |
capture_helper.rb
|
Deleted all references to ActionView::SafeBuffer in favor of ActiveSupport::SafeBuffer
|
2010-01-31 22:14:18 -08: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 many parts of Rails lazy. In order to facilitate this,
|
2010-03-07 06:24:30 -08:00 |
form_options_helper.rb
|
content_tag should escape its input
|
2010-02-14 12:03:28 -08:00 |
form_tag_helper.rb
|
content_tag should escape its input
|
2010-02-14 12:03:28 -08:00 |
javascript_helper.rb
|
content_tag should escape its input
|
2010-02-14 12:03:28 -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
|
Added template lookup responsible to hold all information used in template lookup.
|
2010-03-07 19:41:58 +01: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
|
Explicit html_escape removed when not needed
|
2010-02-14 12:03:39 -08:00 |
text_helper.rb
|
simple_format returns a safe buffer escaping unsafe input [Santiago Pastorino]
|
2010-02-12 17:24:04 -08:00 |
translation_helper.rb
|
Bump i18n for new public I18n.normalize_keys
|
2010-02-25 15:06:11 -08:00 |
url_helper.rb
|
Tweak the semantic of various URL related methods of ActionDispatch::Request
|
2010-03-03 21:23:34 -08:00 |