.. |
erb
|
Move template tests from actionpack to actionview
|
2013-06-20 17:23:16 +02:00 |
html-scanner
|
Move template tests from actionpack to actionview
|
2013-06-20 17:23:16 +02:00 |
testing
|
Action Pack Variants
|
2013-12-04 00:13:16 +01:00 |
active_model_helper_test.rb
|
Move template tests from actionpack to actionview
|
2013-06-20 17:23:16 +02:00 |
asset_tag_helper_test.rb
|
Return an absolute instead of relative path from an asset url in the case of the `asset_host` proc returning nil
|
2014-07-15 08:32:55 +01:00 |
atom_feed_helper_test.rb
|
Move template tests from actionpack to actionview
|
2013-06-20 17:23:16 +02:00 |
capture_helper_test.rb
|
Removed CaptureHelper#flush_output_buffer as it is only used in tests.
|
2014-06-04 16:30:36 -07:00 |
compiled_templates_test.rb
|
Move cleanup into teardown, delete obsolete code.
|
2014-06-14 15:42:51 +08:00 |
date_helper_i18n_test.rb
|
Move template tests from actionpack to actionview
|
2013-06-20 17:23:16 +02:00 |
date_helper_test.rb
|
Fix date_select option overwriting html classes
|
2014-03-24 20:00:20 -04:00 |
debug_helper_test.rb
|
remove unnecessary substitution for space in ActionView::Helpers#debug
|
2014-06-14 15:22:09 +05:30 |
dependency_tracker_test.rb
|
Add unregister_template_handler to prevent leaks.
|
2014-06-12 18:49:40 +08:00 |
digestor_test.rb
|
Make sure restoration always happen.
|
2014-06-14 15:55:52 +08:00 |
erb_util_test.rb
|
Fix escape_once double-escaping hex-encoded entities
|
2014-07-02 15:54:47 -07:00 |
form_collections_helper_test.rb
|
`collection_check_boxes` respects `:index` option for the hidden filed name.
|
2014-04-14 17:13:43 +03:00 |
form_helper_test.rb
|
adding missing test for text area value before type cast
|
2014-07-19 12:06:36 -07:00 |
form_options_helper_i18n_test.rb
|
Move template tests from actionpack to actionview
|
2013-06-20 17:23:16 +02:00 |
form_options_helper_test.rb
|
Add test for selected and disabled custom attributes in options_for_select
|
2014-03-31 20:51:13 +02:00 |
form_tag_helper_test.rb
|
Remove wrapping div with inline styles for hidden form fields.
|
2014-04-14 19:45:12 +02:00 |
html_test.rb
|
Use the reference for the mime type to get the format
|
2014-02-18 16:12:51 -03:00 |
javascript_helper_test.rb
|
Avoid hard-coded value in test setup and teardown.
|
2014-06-14 16:12:44 +08:00 |
log_subscriber_test.rb
|
Move template tests from actionpack to actionview
|
2013-06-20 17:23:16 +02:00 |
lookup_context_test.rb
|
Fix the resolver cache and stop mutating the lookup_context
|
2014-03-14 17:32:32 -03:00 |
number_helper_test.rb
|
reload I18n as we are defining `:ts` locale
|
2014-06-15 01:11:13 +05:30 |
output_safety_helper_test.rb
|
In tag helper, honor html_safe on array parameters; also make safe_join more similar to Array.join by first calling flatten.
|
2014-06-12 15:30:40 -07:00 |
partial_iteration_test.rb
|
Build only one PartialIteration object for loop
|
2014-07-16 14:54:22 -03:00 |
record_identifier_test.rb
|
Move template tests from actionpack to actionview
|
2013-06-20 17:23:16 +02:00 |
record_tag_helper_test.rb
|
Move template tests from actionpack to actionview
|
2013-06-20 17:23:16 +02:00 |
render_test.rb
|
adding missing test coverage
|
2014-07-18 21:08:11 -07:00 |
resolver_patterns_test.rb
|
Fix method name typos
|
2013-09-05 10:43:57 +05:30 |
sanitize_helper_test.rb
|
minor: point to the right test suite location
|
2014-05-14 09:24:31 +02:00 |
streaming_render_test.rb
|
Remove unneeded files
|
2013-06-20 17:23:16 +02:00 |
tag_helper_test.rb
|
Fix escape_once double-escaping hex-encoded entities
|
2014-07-02 15:54:47 -07:00 |
template_error_test.rb
|
Use `set_backtrace` instead of `@backtrace` in ActionView error
|
2013-11-16 04:41:28 +09:00 |
template_test.rb
|
Move template tests from actionpack to actionview
|
2013-06-20 17:23:16 +02:00 |
test_case_test.rb
|
subclass Rails::Engine
|
2014-07-16 21:48:26 -07:00 |
test_test.rb
|
simplified route method name generation
|
2014-05-12 15:54:43 -07:00 |
text_helper_test.rb
|
Deal with regex match groups in excerpt
|
2014-06-24 17:01:40 +01:00 |
text_test.rb
|
Use the reference for the mime type to get the format
|
2014-02-18 16:12:51 -03:00 |
translation_helper_test.rb
|
Clean up I18n stored translations after test.
|
2014-06-14 16:36:53 +08:00 |
url_helper_test.rb
|
Remove wrapper div for inputs in button_to
|
2014-04-17 16:15:43 -03:00 |