.. |
erb
|
|
|
testing
|
|
|
active_model_helper_test.rb
|
|
|
asset_tag_helper_test.rb
|
Merge pull request #20669 from akolomiychuk/image-path
|
2015-06-29 10:52:00 +02:00 |
atom_feed_helper_test.rb
|
remove redundant parenthesis.
|
2015-05-14 02:52:49 +05:30 |
capture_helper_test.rb
|
🚮 Unused method
|
2015-04-25 17:09:33 +09:00 |
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
|
|
|
date_helper_test.rb
|
🚮 Unused methods
|
2015-04-25 17:09:33 +09:00 |
dependency_tracker_test.rb
|
Fix dependency tracker bug
|
2015-02-25 14:57:29 +02:00 |
digestor_test.rb
|
Add wildcard template dependencies.
|
2015-07-26 19:21:14 +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
|
|
|
form_helper_test.rb
|
Make disable_with default in submit_tag
|
2015-08-11 16:35:10 -07:00 |
form_options_helper_i18n_test.rb
|
|
|
form_options_helper_test.rb
|
Raise an ArgumentError when include_blank is false for a required field in
|
2015-06-08 16:41:44 +01:00 |
form_tag_helper_test.rb
|
Make disable_with default in submit_tag
|
2015-08-11 16:35:10 -07:00 |
html_test.rb
|
|
|
javascript_helper_test.rb
|
Cleaning JavaScriptHelperTest
|
2015-03-14 16:37:42 -03:00 |
log_subscriber_test.rb
|
|
|
lookup_context_test.rb
|
|
|
number_helper_test.rb
|
number_to_percentage and precision: 0 work with NAN and INFINITY .
|
2015-03-06 09:04:51 +01:00 |
output_safety_helper_test.rb
|
|
|
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
|
Fix cache issue when different partials use the same collection
|
2015-06-28 20:41:59 -05: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
|
fix ActionView::Template::Error when using Streaming with capture.
|
2015-03-01 16:20:27 +09:00 |
tag_helper_test.rb
|
Test to ensure content_tag works when fixing #17661
|
2014-12-16 17:37:26 +01:00 |
template_error_test.rb
|
|
|
template_test.rb
|
Support explicit defintion of resouce name for collection caching.
|
2015-07-07 16:57:09 -04:00 |
test_case_test.rb
|
Fix test assign_parameter method signature
|
2015-08-15 16:33:39 -04:00 |
test_test.rb
|
|
|
text_helper_test.rb
|
Sometimes you need a specific break sequence while using word wrap and as today the only option we have is "\n" and is hardcoded.
|
2015-08-11 14:15:47 -07:00 |
text_test.rb
|
|
|
translation_helper_test.rb
|
Remove :rescue_format option for translate helper since it's no longer supported by I18n.
|
2015-05-04 23:46:25 +02:00 |
url_helper_test.rb
|
Encode the email address as prescribed in RFC 6068 section 2.
|
2015-07-23 16:56:21 -04:00 |