.. |
erb
|
Set correct "routes" in tests cases
|
2017-02-20 01:27:32 +02:00 |
form_helper
|
Reduce string objects by using \ instead of + or << for concatenating strings
|
2017-01-12 17:45:37 +09:00 |
testing
|
remove redundant curlies from hash arguments
|
2016-08-06 19:44:11 +02:00 |
active_model_helper_test.rb
|
class Foo < Struct.new(:x) creates an extra unneeded anonymous class
|
2017-01-13 15:13:47 +09:00 |
asset_tag_helper_test.rb
|
"Use assert_nil if expecting nil. This will fail in minitest 6."
|
2016-12-25 02:29:52 +09:00 |
atom_feed_helper_test.rb
|
class Foo < Struct.new(:x) creates an extra unneeded anonymous class
|
2017-01-13 15:13:47 +09:00 |
capture_helper_test.rb
|
"Use assert_nil if expecting nil. This will fail in minitest 6."
|
2016-12-25 02:29:52 +09:00 |
compiled_templates_test.rb
|
Allow render locals to be assigned to instance variables
|
2017-01-15 13:41:39 +00:00 |
controller_helper_test.rb
|
code gardening: removes redundant selfs
|
2016-08-08 01:12:38 +02:00 |
date_helper_i18n_test.rb
|
Add three new rubocop rules
|
2016-08-16 04:30:11 -03:00 |
date_helper_test.rb
|
Deprecate implicit coercion of ActiveSupport::Duration
|
2017-03-02 08:00:22 +00:00 |
dependency_tracker_test.rb
|
Add three new rubocop rules
|
2016-08-16 04:30:11 -03:00 |
digestor_test.rb
|
Fix assert_logged failure
|
2017-03-23 02:58:32 +09:00 |
erb_util_test.rb
|
⚠️ "Use assert_nil if expecting nil. This will fail in MT6."
|
2017-01-18 17:30:46 +09:00 |
form_collections_helper_test.rb
|
class Foo < Struct.new(:x) creates an extra unneeded anonymous class
|
2017-01-13 15:13:47 +09:00 |
form_helper_test.rb
|
Set correct "routes" in tests cases
|
2017-02-20 01:27:32 +02:00 |
form_options_helper_i18n_test.rb
|
modernizes hash syntax in actionview
|
2016-08-06 19:36:34 +02:00 |
form_options_helper_test.rb
|
Reduce string objects by using \ instead of + or << for concatenating strings
|
2017-01-12 17:45:37 +09:00 |
form_tag_helper_test.rb
|
Prevent duplicate data-disable-with attributes
|
2017-01-03 09:27:57 -05:00 |
html_test.rb
|
applies new string literal convention in actionview/test
|
2016-08-06 18:50:17 +02:00 |
javascript_helper_test.rb
|
Add more rubocop rules about whitespaces
|
2016-10-29 01:17:49 -02:00 |
log_subscriber_test.rb
|
Remove deprecated support to :text in render
|
2016-10-10 00:02:52 -03:00 |
lookup_context_test.rb
|
improve error message when include assertions fail
|
2016-09-16 12:03:37 -07:00 |
number_helper_test.rb
|
"Use assert_nil if expecting nil. This will fail in minitest 6."
|
2016-12-25 02:29:52 +09:00 |
output_safety_helper_test.rb
|
Improve insufficient test for safe_join
|
2017-01-30 19:44:17 +09:00 |
partial_iteration_test.rb
|
applies new string literal convention in actionview/test
|
2016-08-06 18:50:17 +02:00 |
record_identifier_test.rb
|
applies new string literal convention in actionview/test
|
2016-08-06 18:50:17 +02:00 |
record_tag_helper_test.rb
|
applies remaining conventions across the project
|
2016-08-06 20:20:22 +02:00 |
render_test.rb
|
Add information on :formats option in action_view_overview.md
|
2017-02-06 21:47:08 +09:00 |
resolver_cache_test.rb
|
applies new string literal convention in actionview/test
|
2016-08-06 18:50:17 +02:00 |
resolver_patterns_test.rb
|
remove redundant curlies from hash arguments
|
2016-08-06 19:44:11 +02:00 |
sanitize_helper_test.rb
|
Update comment in sanitizer helper test [skip ci]
|
2017-03-29 21:28:07 -04:00 |
streaming_render_test.rb
|
modernizes hash syntax in actionview
|
2016-08-06 19:36:34 +02:00 |
tag_helper_test.rb
|
fixes remaining RuboCop issues [Vipul A M, Xavier Noria]
|
2016-09-01 23:41:49 +02:00 |
template_error_test.rb
|
Deprecate exception#original_exception in favor of exception#cause
|
2015-11-03 06:54:34 -08:00 |
template_test.rb
|
fix RuboCop errors re \xFC
|
2016-09-02 00:04:27 +02:00 |
test_case_test.rb
|
"Use assert_nil if expecting nil. This will fail in minitest 6."
|
2016-12-25 02:29:52 +09:00 |
test_test.rb
|
modernizes hash syntax in actionview
|
2016-08-06 19:36:34 +02:00 |
text_helper_test.rb
|
Add more rubocop rules about whitespaces
|
2016-10-29 01:17:49 -02:00 |
text_test.rb
|
Add missing tests for ActionView::Template::Text
|
2017-01-20 07:08:24 +09:00 |
translation_helper_test.rb
|
modernizes hash syntax in actionview
|
2016-08-06 19:36:34 +02:00 |
url_helper_test.rb
|
Reduce string objects by using \ instead of + or << for concatenating strings
|
2017-01-12 17:45:37 +09:00 |