Go to file
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
actionmailer Merge branch 'master' into testing 2008-11-15 12:21:04 -08:00
actionpack Register 'checked' as an HTML boolean attribute. 2008-11-18 11:50:31 -08:00
activemodel Lazy-require state machine internals when the module is included 2008-11-15 21:05:03 -08:00
activerecord use :en as a default locale (in favor of :en-US) 2008-11-18 14:23:53 +01:00
activeresource Merge branch 'master' into testing 2008-11-15 12:21:04 -08:00
activesupport TimeZone offset tests: use current_period, to ensure TimeZone#utc_offset is up-to-date 2008-11-18 09:38:12 -06:00
ci Be more careful 2008-08-26 12:21:48 +02:00
doc/template Horo rdoc template 2008-06-22 10:38:25 -07:00
railties Update Prototype to 1.6.0.3 and update script.aculo.us to 1.8.2 2008-11-18 19:24:22 +01:00
.gitignore Merge with docrails. Also add a rake task to generate guides in your rails application : 2008-10-21 18:33:40 +01:00
pushgems.rb No more svn version numbers to rely on, use timestamps instead 2008-05-11 18:21:47 -05:00
Rakefile Horo rdoc template 2008-06-22 10:38:25 -07:00
release.rb Use copy instead of export for release 2008-09-05 14:22:56 +02:00