1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionview/test/template
Vipul A M b387d9a14a 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.
Also changed usage of html_safe to make use of raw() instead so that the intended behaviour is verified with raw()
2016-01-20 12:38:59 +05:30
..
erb
testing
active_model_helper_test.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
asset_tag_helper_test.rb Add missing test cases for asset_path 2015-12-17 13:07:10 +05:30
atom_feed_helper_test.rb remove redundant parenthesis. 2015-05-14 02:52:49 +05:30
capture_helper_test.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
compiled_templates_test.rb
controller_helper_test.rb Override default form builder for a controller 2015-04-13 23:43:34 -04:00
date_helper_i18n_test.rb Removed Mocha from Action View 2015-09-23 23:34:04 +05:30
date_helper_test.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
dependency_tracker_test.rb ✂️ empty line at the top of files 2015-09-21 01:27:33 +09:00
digestor_test.rb Add wildcard template dependencies. 2015-07-26 19:21:14 +02:00
erb_util_test.rb
form_collections_helper_test.rb Fix collection_radio_buttons' hidden_field name and make it appear before the radios 2015-12-31 00:40:37 -03:00
form_helper_test.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
form_options_helper_i18n_test.rb Removed Mocha from ActionView part 1 2015-08-24 08:59:19 +05:30
form_options_helper_test.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
form_tag_helper_test.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
html_test.rb
javascript_helper_test.rb Cleaning JavaScriptHelperTest 2015-03-14 16:37:42 -03:00
log_subscriber_test.rb Removed Mocha from Action View 2015-09-23 23:34:04 +05:30
lookup_context_test.rb Use Mime[:foo] instead of Mime::Type[:FOO] for back compat 2015-10-06 11:29:30 -07:00
number_helper_test.rb File encoding is defaulted to utf-8 in Ruby >= 2.1 2015-09-18 17:05:05 +09:00
output_safety_helper_test.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
partial_iteration_test.rb
record_identifier_test.rb
record_tag_helper_test.rb Removed not needed includes, As record_tag_helper is moved to a gem we are not 2015-05-10 20:48:34 -04:00
render_test.rb Add Html template handler that wraps Raw output in an OutputBuffer 2016-01-05 16:54:39 -03:00
resolver_patterns_test.rb
sanitize_helper_test.rb Let strip_tags leave HTML escaping to Rails. 2015-03-10 20:04:01 +01:00
streaming_render_test.rb
tag_helper_test.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
template_error_test.rb Deprecate exception#original_exception in favor of exception#cause 2015-11-03 06:54:34 -08:00
template_test.rb Removed Mocha from ActionView part 1 2015-08-24 08:59:19 +05:30
test_case_test.rb TestController#parameters returns AC::Parameters 2015-12-29 14:40:17 -06:00
test_test.rb Removed Mocha from Action View 2015-09-23 23:34:04 +05:30
text_helper_test.rb Pass the current locale to Inflector from the pluralize text helper. 2016-01-10 20:47:41 +01:00
text_test.rb
translation_helper_test.rb Fix typo 2015-12-30 10:43:24 +05:30
url_helper_test.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