..
erb
Revert "Remove deprecated form_for with strings or symbols"
2010-11-18 20:22:14 +01:00
html-scanner
Refactor button_to helper to use token_tag method
2012-01-19 10:37:21 -03:00
testing
add NullResolver
2010-05-02 22:45:54 +02:00
active_model_helper_test.rb
add failing tests for issue #3487
2011-12-19 21:55:37 +03:00
asset_tag_helper_test.rb
Remove slash from favicon_link_tag method attribute
2012-01-31 15:46:02 -02:00
atom_feed_helper_test.rb
Remove rescue_action from compatibility module and tests
2012-01-17 10:04:37 -02:00
benchmark_helper_test.rb
add benchmark helper that works in erb
2012-01-07 12:17:48 +03:00
capture_helper_test.rb
content_for with flush parameter
2011-12-29 21:59:55 +01:00
compiled_templates_test.rb
AP tests should inherit from AS::TestCase
2012-01-05 17:05:44 -08:00
compressors_test.rb
Do not require railtie as it messes up Rails.application setup.
2011-10-05 15:31:38 +02:00
date_helper_i18n_test.rb
tiny refactoring
2012-01-29 18:26:38 +03:00
date_helper_test.rb
Remove unused variables to avoid warnings
2012-01-24 21:38:55 +01:00
erb_util_test.rb
Move escape_once logic to ERB::Util, where it belongs to
2012-02-01 08:55:18 -02:00
form_helper_test.rb
Do not generate label for attribute when giving nil
2012-01-26 21:23:33 -02:00
form_options_helper_i18n_test.rb
Use helpers.label instead of views.labels.
2010-01-07 15:31:50 +01:00
form_options_helper_test.rb
Fix inconsistent ability to use a range as choices for select_tag.
2012-01-21 16:13:47 +00:00
form_tag_helper_test.rb
removed unnecessary test_pass test from form_tag_helper_test.rb
2012-01-13 23:23:38 +05:30
javascript_helper_test.rb
deprecate String#encoding_aware? and remove its usage
2011-12-24 15:57:54 +03:00
log_subscriber_test.rb
ActionView now has its own logger
2012-01-18 14:30:33 -03:00
lookup_context_test.rb
Clean up details keys before some tests to expire the cache.
2011-12-14 09:23:34 +01:00
number_helper_i18n_test.rb
Infer currency negative format from positive one.
2012-01-05 00:23:10 +09:00
number_helper_test.rb
Do not mutate given options hash in number helpers
2012-01-25 10:51:00 -02:00
output_buffer_test.rb
remove checks for encodings availability
2011-12-25 14:34:58 +03:00
output_safety_helper_test.rb
'with_kcode' removed.
2011-12-21 15:39:50 +05:30
record_tag_helper_test.rb
Fix warning: assigned but unused variable - result
2012-01-19 01:43:59 +09:00
render_test.rb
remove checks for encodings availability
2011-12-25 14:34:58 +03:00
resolver_patterns_test.rb
[action_view] added custom patterns to template resolver
2011-03-20 07:01:46 +08:00
sanitize_helper_test.rb
'with_kcode' removed.
2011-12-21 15:39:50 +05:30
sprockets_helper_test.rb
Pass extensions to javascript_path and stylesheet_path helpers. Closes #3417
2012-01-03 17:50:24 -02:00
sprockets_helper_with_routes_test.rb
Let's do the same trick for asset_path that we do for [image,javascript,stylesheet]_path to avoid namespace conflicts on named routes.
2011-12-05 17:17:39 -08:00
streaming_render_test.rb
remove more conditions for Fiber available in ruby19
2011-12-31 01:22:40 +05:30
tag_helper_test.rb
test helpers in erb using erb
2011-11-30 17:38:09 +03:00
template_error_test.rb
Removed unused assigns from ActionView::Template::Error
2012-01-20 20:13:29 +04:00
template_test.rb
Moved all the logger methods to active support logger
2012-01-06 00:38:46 +05:30
test_case_test.rb
instance_variables method returns symbols in 1.9 ruby
2012-01-07 15:30:05 +03:00
test_test.rb
normalize arg for ActionView::TestCase tests method
2011-10-03 14:27:42 +04:00
text_helper_test.rb
remove obsolete commented asserts in TextHelper tests
2012-01-06 00:11:49 +03:00
translation_helper_test.rb
Don't html-escape the :count option to translate if it's a Numeric. Fixes #3685 .
2011-11-19 13:28:07 +00:00
url_helper_test.rb
Change OrderedHash with array options to simple hash usage
2012-01-25 16:27:49 -02:00