Files
rails/actionpack/lib/action_view/helpers
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
..
2008-07-16 13:01:23 +01:00
2008-10-05 22:16:26 +01:00
2008-09-13 20:28:01 +01:00