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
Stan Lo f785413ce3 - Freeze strings in frequent used private method
reduce string allocation.
- Use freezed empty string instead of create one every time we need to return it
2016-03-08 22:53:23 +08: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
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
csrf_helper.rb
date_helper.rb
debug_helper.rb
form_helper.rb Revert "Merge pull request #22764 from stevenspiel/titleize_model_name_for_default_submit_button_value" 2016-03-05 17:26:04 -03:00
form_options_helper.rb
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
number_helper.rb
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
rendering_helper.rb
sanitize_helper.rb
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
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
url_helper.rb - Freeze strings in frequent used private method 2016-03-08 22:53:23 +08:00