rails/actionpack/test/template
José Valim a5c38a9c08 Revert "Remove :disable_with in favor of 'data-disable-with' option from submit_tag, button_tag and button_to helpers."
`disable_with:` is much easier to type than `"data-disable-with" =>`,
and the fact it uses "data-disable-with" => is an implementation concern,
it should not affect the public API.

This reverts commit 683fc4db00f496e5225928afb4d4e932e0fcdc48.
2012-05-15 09:55:30 +02:00
..
erb Remove unnecessary in HTML 5 type attribute with default value 2012-04-05 15:32:37 +04:00
html-scanner Don't ignore non Enumerable values passed to sanitize (closes #5585) 2012-03-27 02:26:17 +02:00
testing add NullResolver 2010-05-02 22:45:54 +02:00
active_model_helper_test.rb Fixes issue #5222: DateTimeSelector builds invalid dates on leap day when discarding both day and month. 2012-03-18 20:44:46 -07:00
asset_tag_helper_test.rb Remove :mouseover option from image_tag helper. 2012-05-13 19:55:44 -03:00
atom_feed_helper_test.rb add type option to atom feed entry builder 2012-04-01 20:07:34 +03: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
date_helper_i18n_test.rb Replace boolean argument with an options hash. 2012-04-30 10:26:11 +03:00
date_helper_test.rb distance_of_time_in_words: Add/tweak comments to understand time intervals better 2012-04-30 11:29:36 -06: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_collections_helper_test.rb check checkboxes with array of strings as :checked option 2012-05-05 20:34:06 +03:00
form_helper_test.rb Change check_box to work inverting the checked and unchecked value 2012-04-29 15:44:34 -03: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 Do not add :include_blank option if prompt is present 2012-05-13 01:00:31 -03:00
form_tag_helper_test.rb Revert "Remove :disable_with in favor of 'data-disable-with' option from submit_tag, button_tag and button_to helpers." 2012-05-15 09:55:30 +02:00
javascript_helper_test.rb Remove button_to_function and link_to_function helpers 2012-04-30 01:47:37 -03:00
log_subscriber_test.rb ActionView now has its own logger 2012-01-18 14:30:33 -03:00
lookup_context_test.rb format lookup for partials is derived from the format in which the template is being rendered 2012-02-22 11:12:03 -02: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 change number_with_precision to not return negative zeros 2012-03-27 19:46:15 +11: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 update invalid partial error message as per 04202a3f8d66c0675eac41fbf63309f4be356e81 2012-05-04 23:45:27 +05:30
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
streaming_render_test.rb remove more conditions for Fiber available in ruby19 2011-12-31 01:22:40 +05:30
tag_helper_test.rb split CDATA end token in cdata_section helper 2012-04-30 16:08:06 +03:00
template_error_test.rb Removed unused assigns from ActionView::Template::Error 2012-01-20 20:13:29 +04:00
template_test.rb Don't wrap the raise with ensure 2012-02-21 15:58:08 -02:00
test_case_test.rb assert_template matches against Regexp 2012-03-10 19:25:12 -05:00
test_test.rb Remove default match without specified method 2012-04-24 22:52:26 -05:00
text_helper_test.rb Highlight defaults to HTML5 mark element 2012-02-05 12:08:21 -05:00
translation_helper_test.rb wrap translate defaults to use translate helper features, closes #1102 2012-04-30 09:44:39 +03:00
url_helper_test.rb Revert "Remove :disable_with in favor of 'data-disable-with' option from submit_tag, button_tag and button_to helpers." 2012-05-15 09:55:30 +02:00