..
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 tests to #23288
2016-01-27 14:12:32 -05:00
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
handle <%== nil %> cases
2014-09-14 17:11:13 -07:00
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
date_select helper with_css_classes option also accept a hash
2016-04-05 13:36:17 +02:00
dependency_tracker_test.rb
✂️ empty line at the top of files
2015-09-21 01:27:33 +09:00
digestor_test.rb
Extract resolver cache disabling to a method.
2016-05-09 20:11:02 +02:00
erb_util_test.rb
Pass symbol as an argument instead of a block
2014-11-29 11:53:24 +01:00
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
Deprecate datetime_field
and datetime_field_tag
helpers.
2016-03-31 21:46:12 +02:00
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
Support for unified Integer class in Ruby 2.4+
2016-05-18 21:58:51 -07:00
form_tag_helper_test.rb
Confirm with the specification when generating emtpy option for select with include_blank: true
option.
2016-05-21 15:43:35 +08:00
html_test.rb
javascript_helper_test.rb
Cleaning JavaScriptHelperTest
2015-03-14 16:37:42 -03:00
log_subscriber_test.rb
Added log "Rendering ...", when starting to render a template, to log that we have started to render something, at the very beginning.
2016-02-26 12:08:51 -05:00
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
mimic ActiveSupport's Array#to_sentence in an html_safe-aware way
2016-03-15 09:22:11 -10:00
partial_iteration_test.rb
record_identifier_test.rb
Better tests for AV::RecordIdentifier
2014-12-23 01:59:25 +01:00
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 render allows unicode text name in partials - 🍣
2016-04-17 19:18:50 +05:30
resolver_cache_test.rb
Ensure Cache#inspect doesn't block concurrent cache writes
2016-04-19 19:20:37 -07:00
resolver_patterns_test.rb
Support :any
variants lookup in PathResolver
2016-03-01 01:04:26 -08:00
sanitize_helper_test.rb
Let strip_tags leave HTML escaping to Rails.
2015-03-10 20:04:01 +01:00
streaming_render_test.rb
fix ActionView::Template::Error when using Streaming with capture.
2015-03-01 16:20:27 +09:00
tag_helper_test.rb
Test to check if the data-attr if nil is same or not
2016-02-14 16:45:50 +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
Make collection caching explicit.
2016-02-20 16:54:32 +01:00
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
Fix sanitizer tests
2016-01-26 20:16:48 -05:00
text_test.rb
translation_helper_test.rb
Fix typo
2015-12-30 10:43:24 +05:30
url_helper_test.rb
silence deprecation message for dynamic controller and actions on Action View test
2016-03-13 08:59:31 +09:00