1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/test/template
Hongli Lai (Phusion) 337c361e26 Register 'checked' as an HTML boolean attribute.
This way, 'tag :foo, :type => "checkbox", :checked => false' would output
the expected

  <input type="checkbox" />

instead of the old

  <input type="checkbox" checked="false" />

The latter would result in a checkbox that's initially checked.

Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
2008-11-18 11:50:31 -08:00
..
active_record_helper_i18n_test.rb use :en as a default locale (in favor of :en-US) 2008-11-18 14:23:53 +01:00
active_record_helper_test.rb error_message_on takes an options hash instead of ordered parameters [#704 state:resolved] 2008-07-27 16:34:20 -05:00
asset_tag_helper_test.rb Use delete if the rhs is nil 2008-11-07 21:19:02 -05:00
atom_feed_helper_test.rb Don't worry about attribute ordering 2008-11-07 21:21:10 -05:00
benchmark_helper_test.rb Fixed tests (and the weird assumption that no logger would mean that the code wasnt run) 2008-04-30 15:00:15 -05:00
compiled_templates_test.rb Fixed bc5896e, and added test case for the caching bug it originally introduced. 2008-07-23 13:47:30 -05:00
date_helper_i18n_test.rb use :en as a default locale (in favor of :en-US) 2008-11-18 14:23:53 +01:00
date_helper_test.rb Fix regression bug that made date_select and datetime_select raise a Null Pointer Exception when a nil date/datetime was passed and only month and year were displayed [#1289 state:committed] 2008-11-04 18:15:54 +01:00
erb_util_test.rb add json_escape ERB util to escape html entities in json strings that are output in HTML pages. [rick] 2008-04-08 04:52:01 +00:00
form_helper_test.rb Fixed index and auto index for nested fields_for [#327 state:resolved] 2008-07-19 15:10:12 -05:00
form_options_helper_test.rb moving country helpers from form_options_helper to form_country_helper again 2008-07-16 11:30:57 -07:00
form_tag_helper_test.rb Register 'checked' as an HTML boolean attribute. 2008-11-18 11:50:31 -08:00
javascript_helper_test.rb Cache JavaScriptGenerator's helper module set on the template 2008-08-26 12:17:55 -05:00
number_helper_i18n_test.rb use :en as a default locale (in favor of :en-US) 2008-11-18 14:23:53 +01:00
number_helper_test.rb Updated NumberHelper: Full i18n support (except number_to_phone), consolidated API (almost all methods now support :precision, :delimiter and :separator). Added deprecation notices for old API. Added tests for new options [#716 state:resolved] 2008-07-29 21:47:02 -05:00
prototype_helper_test.rb Implement submit_to_remote as a wrapper around a more generic button_to_remote 2008-10-07 00:12:20 +01:00
record_tag_helper_test.rb Ensure that calling content_tag_for in a helper doesn't cause duplicate output. 2008-08-29 20:52:01 +02:00
render_test.rb Dup local assigns for partial collections so nil values doesn't get overwritten [#1250 state:resolved] 2008-10-30 15:07:47 -05:00
sanitize_helper_test.rb Include all helpers into ActionView::Helper 2008-08-25 21:50:26 -05:00
scriptaculous_helper_test.rb Introduce ActionView::TestCase for testing view helpers. 2008-04-19 13:08:24 -05:00
tag_helper_test.rb Tag helper should output an attribute with the value 'false' instead of omitting the attribute, if the associated option is false but not nil. 2008-11-13 21:55:58 +01:00
test_test.rb Introduce ActionView::TestCase for testing view helpers. 2008-04-19 13:08:24 -05:00
text_helper_test.rb auto_link helper: add intelligent ending closing bracket handling. add new tests and reorder new ones for readability 2008-11-15 18:30:17 +01:00
translation_helper_test.rb use :en as a default locale (in favor of :en-US) 2008-11-18 14:23:53 +01:00
url_helper_test.rb Cleaned up route optimisation guard condition generation code as it was getting a little messy. 2008-11-01 19:06:25 +01:00