1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/lib/action_view/helpers
2012-05-06 19:38:41 +04:00
..
asset_tag_helpers Merge branch 'master' of github.com:lifo/docrails 2012-05-01 19:06:03 +05:30
tags check checkboxes with array of strings as :checked option 2012-05-05 20:34:06 +03:00
active_model_helper.rb Trim down Active Model API by removing valid? and errors.full_messages 2012-02-07 23:10:43 +01:00
asset_tag_helper.rb Comma missed 2012-04-21 11:14:37 +04:00
atom_feed_helper.rb removed unnecessary block when using fetch 2012-04-02 23:43:47 +02:00
benchmark_helper.rb add benchmark helper that works in erb 2012-01-07 12:17:48 +03:00
cache_helper.rb Merge pull request #2219 from kommen/fix_fragment_caching_squashed 2011-10-13 13:36:20 -07:00
capture_helper.rb Remove unnecessary in HTML 5 type attribute with default value 2012-04-05 15:32:37 +04:00
controller_helper.rb Make utf8 enforcer param customizeable 2011-06-11 01:58:26 -07:00
csrf_helper.rb Remove not used requires from csrf helper file and test 2012-01-21 18:47:06 -02:00
date_helper.rb distance_of_time_in_words: Add/tweak comments to understand time intervals better 2012-04-30 11:29:36 -06:00
debug_helper.rb remove warning: assigned but unused variable 2011-06-08 00:26:09 -03:00
form_helper.rb Lazy load default_form_builder if it's passed as a string 2012-04-28 22:32:46 -07:00
form_options_helper.rb Documentation fix in options_for_select helper. Fixed display errors caused by mixing Ruby and HTML code inside the same pre tag [ci skip] 2012-05-01 19:18:53 -03:00
form_tag_helper.rb Fix typo in submit_tag helper documentation 2012-05-06 19:38:41 +04:00
javascript_helper.rb Remove button_to_function and link_to_function helpers 2012-04-30 01:47:37 -03:00
number_helper.rb use safe_join in number helper 2012-04-26 21:24:12 +03:00
output_safety_helper.rb html_escape already handles nil 2012-01-11 23:49:15 -02:00
record_tag_helper.rb refactor content_tag_for helper 2012-04-26 21:25:42 +03:00
rendering_helper.rb closes #3241 - partial doc fix 2011-10-07 23:53:12 +05:30
sanitize_helper.rb Include TagHelper but don't explicitly require it 2011-12-12 14:05:25 -08:00
tag_helper.rb split CDATA end token in cdata_section helper 2012-04-30 16:08:06 +03:00
tags.rb Add HTML5 input[type="date"] helper 2012-02-12 16:23:43 +01:00
text_helper.rb Fix example url in text helper 2012-05-02 09:28:43 +04:00
translation_helper.rb wrap translate defaults to use translate helper features, closes #1102 2012-04-30 09:44:39 +03:00
url_helper.rb fix doc [ci skip] 2012-05-04 23:58:15 +05:30