.. |
active_model_helper.rb
|
Require persisted? in ActiveModel::Lint and remove new_record? and destroyed? methods. ActionPack does not care if the resource is new or if it was destroyed, it cares only if it's persisted somewhere or not.
|
2010-02-21 11:12:14 +01: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
|
add time_separator for minutes only if minutes aren't hidden
|
2010-02-25 08:31:02 -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
|
Require persisted? in ActiveModel::Lint and remove new_record? and destroyed? methods. ActionPack does not care if the resource is new or if it was destroyed, it cares only if it's persisted somewhere or not.
|
2010-02-21 11:12:14 +01: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
|
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 |
prototype_helper.rb
|
Change AV formats so they can delegate to the controller. Now users (or plugins) can override details_for_render in their controllers and add appropriate additional details. Now if only they could *do* something with those details...
|
2010-03-01 14:37:05 -08: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
|
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 |