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
Aaron Patterson ca5e23ed4d
Templates have one format
Templates only have one format.  Before this commit, templates would be
constructed with a single element array that contained the format.  This
commit eliminates the single element array and just implements a
`format` method.  This saves one array allocation per template.
2019-02-25 13:18:44 -08:00
..
tags Fix unique DOM IDs for collection inputs 2019-01-25 10:04:23 -08:00
active_model_helper.rb Fix field_error_proc wrap form select optgroup and divider option tag 2017-11-09 17:37:06 +01:00
asset_tag_helper.rb Prefer ImageProcessing's resize_to_limit macro over resize_to_fit 2019-01-24 11:46:42 -05:00
asset_url_helper.rb Add Style/RedundantFreeze to remove redudant .freeze 2018-09-29 07:18:44 +00:00
atom_feed_helper.rb Fix broken doc layout for action_view [ci skip] 2017-08-27 09:12:19 +09:00
cache_helper.rb Templates have one format 2019-02-25 13:18:44 -08:00
capture_helper.rb [ci skip] Doc ActionView::OutputBuffer 2018-09-06 15:28:45 -05:00
controller_helper.rb Fix broken doc layout for action_view [ci skip] 2017-08-27 09:12:19 +09:00
csp_helper.rb Allow to pass options to csp_meta_tag 2019-02-16 09:36:37 +09:00
csrf_helper.rb Don't expect defined protect_against_forgery? in {token,csrf_meta}_tag 2018-12-27 11:33:54 +02:00
date_helper.rb Add Style/RedundantFreeze to remove redudant .freeze 2018-09-29 07:18:44 +00:00
debug_helper.rb We should call methods with .method_name not ::method_name. 2018-02-22 00:54:40 +01:00
form_helper.rb Generate doc of methods provided by form builders [ci skip] 2018-12-26 19:53:48 +09:00
form_options_helper.rb Fix typo in collection_radio_buttons spec [ci skip] 2019-01-11 00:06:25 +01:00
form_tag_helper.rb Add Style/RedundantFreeze to remove redudant .freeze 2018-09-29 07:18:44 +00:00
javascript_helper.rb Add Style/RedundantFreeze to remove redudant .freeze 2018-09-29 07:18:44 +00:00
number_helper.rb Add missing documentation options to number_to_currency [ci skip] 2018-07-11 20:59:51 -03:00
output_safety_helper.rb
rendering_helper.rb rename push / pop function 2019-02-19 13:46:09 -08:00
sanitize_helper.rb Permit list usage cleanup and clearer documentation 2018-08-27 09:51:46 -04:00
tag_helper.rb Add Style/RedundantFreeze to remove redudant .freeze 2018-09-29 07:18:44 +00:00
tags.rb Fix broken doc layout for action_view [ci skip] 2017-08-27 09:12:19 +09:00
text_helper.rb Fix integer regex deprecation warnings for Ruby 2.6.0 (#34728) 2018-12-21 08:19:41 +09:00
translation_helper.rb Improve regexp of html_safe_translation_key? 2019-02-05 23:23:22 +09:00
url_helper.rb Don't expect defined protect_against_forgery? in {token,csrf_meta}_tag 2018-12-27 11:33:54 +02:00