1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionview/lib/action_view/helpers
2016-02-22 18:44:57 -03:00
..
tags Fix doc [ci skip] 2016-01-27 10:49:58 -03:00
active_model_helper.rb
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 [ci skip] Document collection caching better. 2016-02-21 16:41:27 +01: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
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 We are calling to_s in the method so we can call downcase now 2016-02-22 18:44:57 -03:00
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 Test to check if the data-attr if nil is same or not 2016-02-14 16:45:50 +05:30
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 Make per form token work when method is not provided 2016-02-22 18:40:48 -03:00