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
Matthew Draper 457c876b15 Revert "Merge pull request #15312 from JuanitoFatas/action_view/asset_path"
This reverts commit 21ec7fefea.

Per #16911, there's actually a good reason for a "blank" value to have a
useful `to_s` here. So let's also add some tests to prove that.
2014-09-14 07:04:47 +09:30
..
tags Merge pull request #16488 from agrobbin/form-label-builder 2014-08-25 07:22:17 -07:00
active_model_helper.rb
asset_tag_helper.rb Uppercase HTML in docs. 2014-08-08 14:27:05 -07:00
asset_url_helper.rb Revert "Merge pull request #15312 from JuanitoFatas/action_view/asset_path" 2014-09-14 07:04:47 +09:30
atom_feed_helper.rb Update documentation to use Rails.application instead 2014-04-13 05:52:04 -05:00
cache_helper.rb Change links to 37signals and svn blog to point to new destinations. [ci skip] 2014-04-12 12:46:04 +05:30
capture_helper.rb Removed CaptureHelper#flush_output_buffer as it is only used in tests. 2014-06-04 16:30:36 -07:00
controller_helper.rb
csrf_helper.rb
date_helper.rb Uppercase HTML in docs. 2014-08-08 14:27:05 -07:00
debug_helper.rb remove unnecessary substitution for space in ActionView::Helpers#debug 2014-06-14 15:22:09 +05:30
form_helper.rb Merge branch 'master' of github.com:rails/docrails 2014-08-19 16:28:53 +00:00
form_options_helper.rb Uppercase HTML in docs. 2014-08-08 14:27:05 -07:00
form_tag_helper.rb Remove erroneous form_tag option docs 2014-08-22 15:22:59 -04:00
javascript_helper.rb [ci skip] Fix doc for javascript_helper 2014-06-11 01:29:17 +05:30
number_helper.rb [ci skip] Add Docs for strip_insignificant_zeros option in number helpers 2014-06-10 23:07:49 +05:30
output_safety_helper.rb Uppercase HTML in docs. 2014-08-08 14:27:05 -07:00
record_tag_helper.rb
rendering_helper.rb Uppercase HTML in docs. 2014-08-08 14:27:05 -07:00
sanitize_helper.rb Ship with rails-html-sanitizer instead. 2014-09-03 20:27:59 +02:00
tag_helper.rb Extract data/aria attribute prefixes to a constant 2014-09-03 18:31:04 -03:00
tags.rb
text_helper.rb Deal with regex match groups in excerpt 2014-06-24 17:01:40 +01:00
translation_helper.rb fix the undefined method content_tag #15245 2014-09-06 12:09:01 +05:30
url_helper.rb In actionview, eliminate calls to tag that use html_safe parameter values. This is generally unnecessary, since tag handles string quoting, except in one case (utf8_enforcer_tag) where we want to specify the encoding ourselves. 2014-06-13 12:55:55 -07:00