.. |
erb
|
Fix more offences
|
2018-09-25 13:21:40 -04:00 |
form_helper
|
Change the empty block style to have space inside of the block
|
2018-09-25 13:19:35 -04:00 |
testing
|
Use frozen string literal in actionview/
|
2017-07-24 11:53:43 +03:00 |
active_model_helper_test.rb
|
Fix field_error_proc wrap form select optgroup and divider option tag
|
2017-11-09 17:37:06 +01:00 |
asset_tag_helper_test.rb
|
Add the nonce: true option for javascript_include_tag helper.
|
2018-04-17 22:50:33 +03:00 |
atom_feed_helper_test.rb
|
Use assert_predicate and assert_not_predicate
|
2018-01-25 23:32:59 -05:00 |
capture_helper_test.rb
|
Merge pull request #33975 from JuanitoFatas/jf.fix-test-name
|
2018-09-25 17:54:30 -04:00 |
compiled_templates_test.rb
|
Use frozen string literal in actionview/
|
2017-07-24 11:53:43 +03:00 |
controller_helper_test.rb
|
Merge pull request #29897 from kirs/frozen-actionview
|
2017-07-24 15:54:08 -04:00 |
date_helper_i18n_test.rb
|
Use frozen string literal in actionview/
|
2017-07-24 11:53:43 +03:00 |
date_helper_test.rb
|
Enable Performance/UnfreezeString cop
|
2018-09-23 08:56:55 +09:00 |
dependency_tracker_test.rb
|
Use frozen string literal in actionview/
|
2017-07-24 11:53:43 +03:00 |
digestor_test.rb
|
Fix digesting templates with mixed formats
|
2018-03-20 06:33:20 -04:00 |
erb_util_test.rb
|
Use assert_predicate and assert_not_predicate
|
2018-01-25 23:32:59 -05:00 |
form_collections_helper_test.rb
|
Fix RuboCop offenses
|
2017-08-16 17:55:25 +09:00 |
form_helper_test.rb
|
Change the empty block style to have space inside of the block
|
2018-09-25 13:19:35 -04:00 |
form_options_helper_i18n_test.rb
|
Use frozen string literal in actionview/
|
2017-07-24 11:53:43 +03:00 |
form_options_helper_test.rb
|
Change the empty block style to have space inside of the block
|
2018-09-25 13:19:35 -04:00 |
form_tag_helper_test.rb
|
Enable Performance/UnfreezeString cop
|
2018-09-23 08:56:55 +09:00 |
html_test.rb
|
Use frozen string literal in actionview/
|
2017-07-24 11:53:43 +03:00 |
javascript_helper_test.rb
|
Enable Performance/UnfreezeString cop
|
2018-09-23 08:56:55 +09:00 |
log_subscriber_test.rb
|
Add allocations to template renderer subscription
|
2018-10-10 08:07:12 -04:00 |
lookup_context_test.rb
|
Replace assert ! with assert_not
|
2018-04-19 08:11:33 -04:00 |
number_helper_test.rb
|
Use assert_predicate and assert_not_predicate
|
2018-01-25 23:32:59 -05:00 |
output_safety_helper_test.rb
|
Use assert_predicate and assert_not_predicate
|
2018-01-25 23:32:59 -05:00 |
partial_iteration_test.rb
|
Fix CustomCops/AssertNot to allow it to have failure message
|
2018-05-13 11:32:47 +09:00 |
record_identifier_test.rb
|
Use frozen string literal in actionview/
|
2017-07-24 11:53:43 +03:00 |
render_test.rb
|
Enable Performance/UnfreezeString cop
|
2018-09-23 08:56:55 +09:00 |
resolver_cache_test.rb
|
Use frozen string literal in actionview/
|
2017-07-24 11:53:43 +03:00 |
resolver_patterns_test.rb
|
Use frozen string literal in actionview/
|
2017-07-24 11:53:43 +03:00 |
sanitize_helper_test.rb
|
Use assert_predicate and assert_not_predicate
|
2018-01-25 23:32:59 -05:00 |
streaming_render_test.rb
|
Enable Performance/UnfreezeString cop
|
2018-09-23 08:56:55 +09:00 |
tag_helper_test.rb
|
Use assert_predicate and assert_not_predicate
|
2018-01-25 23:32:59 -05:00 |
template_error_test.rb
|
Use frozen string literal in actionview/
|
2017-07-24 11:53:43 +03:00 |
template_test.rb
|
make actionview templates marshalable so that they can be serialized during the parallel tests (#34030)
|
2018-09-30 16:50:57 -07:00 |
test_case_test.rb
|
Change the empty block style to have space inside of the block
|
2018-09-25 13:19:35 -04:00 |
test_test.rb
|
Use frozen string literal in actionview/
|
2017-07-24 11:53:43 +03:00 |
text_helper_test.rb
|
Prevent TextHelper#word_wrap from stripping white space on the left
|
2018-11-19 17:16:34 -05:00 |
text_test.rb
|
Use frozen string literal in actionview/
|
2017-07-24 11:53:43 +03:00 |
translation_helper_test.rb
|
Add safe html support to arrays of translations
|
2018-07-03 11:50:02 -04:00 |
url_helper_test.rb
|
respect path_only option when an array is passed into url_for
|
2018-10-01 19:31:08 +02:00 |