Go to file
2006-09-12 07:10:43 +00:00
actionmailer Make mime version default to 1.0. closes #2323 2006-09-09 21:56:38 +00:00
actionpack Fix assert_tag so that :content => "foo" does not match substrings, but only exact strings. Use :content => /foo/ to match substrings. closes #2799 2006-09-10 02:51:38 +00:00
actionwebservice Don't convert value if it's already of an appropriate type. 2006-09-05 04:37:43 +00:00
activerecord We cant make MySQL 5 happy if it means making SQLite and PostgreSQL cry. So currently MySQL 5 is not fully supported for Rails when youre using eager loading (closes #6133, #6135). I have contacted MySQL to make them fix http://bugs.mysql.com/bug.php?id=13551 [DHH] 2006-09-08 22:01:00 +00:00
activeresource Optimistic locking: raise ActiveResource::ResourceConflict on 409 Conflict response. 2006-09-09 00:11:12 +00:00
activesupport alias_method_chain works with accessor= methods also. Closes #6153. 2006-09-12 07:10:43 +00:00
railties Fix script/console --sandbox for internal transactions changes. Closes #5738. 2006-09-12 01:17:11 +00:00
cleanlogs.sh Logs in GEMs is bad style 2005-03-06 22:14:57 +00:00
pushgems.rb test svn 2006-09-12 01:09:52 +00:00
release.rb Use Aras RubyForge uploader 2006-04-09 22:14:08 +00:00