1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
Ruby on Rails
Find a file
2009-07-30 17:54:00 -05:00
actionmailer Merge docrails 2009-07-25 16:03:58 +01:00
actionpack Fix tag helpers so that all HTML element boolean attributes render according to the specs. Added all boolean attributes listed in the XHTML 1.0 specs (http://www.w3.org/TR/xhtml1/guidelines.html) and HTML 5 specs (http://www.whatwg.org/specs/web-apps/current-work). HTML 5 boolean attribute rendering was broken in commit 1e2d722960 / [#2864 state:resolved]. 2009-07-30 09:48:27 -07:00
activemodel Add support for error_messages_for(@obj) 2009-07-28 19:06:14 -07:00
activerecord Restore DangerousAttributeError 2009-07-30 17:54:00 -05:00
activeresource Add wrap_with_notifications helper to AMo observing 2009-07-20 23:57:01 -05:00
activesupport Merge branch 'master' of git://github.com/rails/rails 2009-07-28 09:00:33 +02:00
ci Updates CI to use latest mocha 2009-07-01 13:50:05 -07:00
doc/template
railties Removed default_internal, which was preventing round-tripping of some encodings. 2009-07-30 09:55:17 -07:00
tools Rename tools/profile_requires -> tools/profile since we do both require and ruby-prof profiling. 2009-05-27 01:11:33 -05:00
.gitignore Removed remaining old generators files. 2009-07-03 14:57:46 +02:00
pushgems.rb
Rakefile Vendorized Thor. 2009-07-13 23:13:48 +02:00
release.rb