.. |
tags
|
Fix doc [ci skip]
|
2016-01-27 10:49:58 -03:00 |
active_model_helper.rb
|
Remove deprecated cattr_* requires
|
2013-12-03 00:28:15 +02:00 |
asset_tag_helper.rb
|
Fix img alt attribute generation when using Sprockets >= 3.0
|
2016-01-27 19:38:13 +01:00 |
asset_url_helper.rb
|
typo fix [ci skip]
|
2015-08-18 00:02:16 +05:30 |
atom_feed_helper.rb
|
[ci skip] fix typo
|
2016-01-10 02:04:35 +05:30 |
cache_helper.rb
|
Remove ActionView::Helpers::CacheHelper#fragment_cache_key
|
2015-12-14 17:57:39 -06:00 |
capture_helper.rb
|
[doc] The capture method isn't always used inside views to create a variable
|
2016-01-08 18:08:11 +09:00 |
controller_helper.rb
|
Override default form builder for a controller
|
2015-04-13 23:43:34 -04:00 |
csrf_helper.rb
|
be more specific about csrf token and ajax - not whitelisted outside of jquery-rails [ci skip]
|
2013-08-06 10:55:58 +01:00 |
date_helper.rb
|
Fix style issues with #16252
|
2015-10-29 11:15:19 -06:00 |
debug_helper.rb
|
don't need to rescue Exception in this case
|
2015-03-05 15:19:44 -08:00 |
form_helper.rb
|
html_safe is not supposed to be public API for AV. This change removes usage of html_safe in favour of raw() in AV helpers.
|
2016-01-20 12:38:59 +05:30 |
form_options_helper.rb
|
minor doc fix [ci skip]
|
2015-09-27 05:57:21 +03:00 |
form_tag_helper.rb
|
html_safe is not supposed to be public API for AV. This change removes usage of html_safe in favour of raw() in AV helpers.
|
2016-01-20 12:38:59 +05:30 |
javascript_helper.rb
|
Cut string allocations in content_tag_string
|
2015-07-29 20:41:58 -05:00 |
number_helper.rb
|
Merge pull request #22759 from akshay-vishnoi/human-size-helper
|
2015-12-27 09:56:43 -05:00 |
output_safety_helper.rb
|
html_safe is not supposed to be public API for AV. This change removes usage of html_safe in favour of raw() in AV helpers.
|
2016-01-20 12:38:59 +05:30 |
record_tag_helper.rb
|
Remove RecordTagHelper, add extraction notices
|
2015-02-16 11:35:27 -08:00 |
rendering_helper.rb
|
Stop using deprecated render :text in test
|
2015-07-17 22:27:33 -04:00 |
sanitize_helper.rb
|
fix Docs [ci skip]
|
2015-08-18 00:41:17 +05:30 |
tag_helper.rb
|
Save a string allocation inside loop
|
2015-08-02 14:31:07 +02:00 |
tags.rb
|
Reduce duplication when generating translations
|
2015-01-22 23:02:48 +01:00 |
text_helper.rb
|
Pass the current locale to Inflector from the pluralize text helper.
|
2016-01-10 20:47:41 +01:00 |
translation_helper.rb
|
debug_missing_translation configuration added to action_view
|
2015-12-18 22:45:05 +03:30 |
url_helper.rb
|
add option for per-form CSRF tokens
|
2016-01-04 12:26:38 -07:00 |