mirror of
https://github.com/github/rails.git
synced 2026-01-30 08:48:06 -05:00
74f60c032e92b2473b5feeeb85782836c2b83fdd
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5091 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Fix assert_tag so that :content => "foo" does not match substrings, but only exact strings. Use :content => /foo/ to match substrings. closes #2799
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]
Description
No description provided
Languages
Ruby
97.9%
CSS
1.5%
HTML
0.5%