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
Xavier Noria 7ebef567ce systematic revision of =~ usage in AV
Where appropriate, prefer the more concise Regexp#match?,
String#include?, String#start_with?, or String#end_with?
2016-07-25 00:31:35 +02:00
..
tags New syntax for tag helpers i.e. tag.br instead of tag(br) #25195 2016-06-27 19:00:54 +02:00
active_model_helper.rb Remove deprecated cattr_* requires 2013-12-03 00:28:15 +02:00
asset_tag_helper.rb systematic revision of =~ usage in AV 2016-07-25 00:31:35 +02:00
asset_url_helper.rb systematic revision of =~ usage in AV 2016-07-25 00:31:35 +02:00
atom_feed_helper.rb fix a comment in atom_feed_helper.rb 2016-03-16 19:51:53 +09:00
cache_helper.rb Explain meaning of the code very well and Remove confusion. [ci skip] 2016-07-23 09:56:35 +05:30
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 Merge pull request #25287 from marekkirejczyk/fix_25267 2016-06-25 10:57:57 +08:00
debug_helper.rb don't need to rescue Exception in this case 2015-03-05 15:19:44 -08:00
form_helper.rb Change datetime to datetime-local helper tag 2016-06-21 22:37:42 -03:00
form_options_helper.rb Fix docs in collection_radio_buttons 2016-07-18 16:40:50 -07:00
form_tag_helper.rb Change datetime to datetime-local helper tag 2016-06-21 22:37:42 -03:00
javascript_helper.rb Cut string allocations in content_tag_string 2015-07-29 20:41:58 -05:00
number_helper.rb remove deprecated :prefix option from doc [ci skip] 2016-06-09 15:26:04 +09:00
output_safety_helper.rb mimic ActiveSupport's Array#to_sentence in an html_safe-aware way 2016-03-15 09:22:11 -10:00
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 sanitiser helper may be remove in 5.1, update doc [ci skip] 2016-03-31 09:32:28 +05:30
tag_helper.rb Tiny documentation fixes [ci skip] 2016-07-04 15:40:07 +02:00
tags.rb Reduce duplication when generating translations 2015-01-22 23:02:48 +01:00
text_helper.rb Document simple_format handling of \r 2016-06-27 16:47:24 -04:00
translation_helper.rb systematic revision of =~ usage in AV 2016-07-25 00:31:35 +02:00
url_helper.rb systematic revision of =~ usage in AV 2016-07-25 00:31:35 +02:00