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
2006-09-10 02:51:38 +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 Fix loadable_constants_for_path to handle load paths that do not end with a slash. 2006-09-06 20:31:28 +00:00
railties Split Form.serialize into Form.serialize and Form.serializeElements. The latter can be used stand-alone to serialize an array of elements you pass in, instead of the entire form [DHH] 2006-09-08 22:12:40 +00:00
cleanlogs.sh Logs in GEMs is bad style 2005-03-06 22:14:57 +00:00
pushgems.rb Get rid of that silly lock 2005-09-04 00:28:28 +00:00
release.rb Use Aras RubyForge uploader 2006-04-09 22:14:08 +00:00