1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/test
Prathamesh Sonpatki c5a4d007b8
Fix brittle tests which were relying on the error message text from mysql2 gem
- These tests were fixed earlier on master in f13ec72664.
- They started failing in first place due to change in f14023fcfe.
- They will fail again when the message is changed in mysql2 so let's
  not rely on the error message.
2016-10-23 21:17:31 +05:30
..
active_record/connection_adapters
assets
cases Fix brittle tests which were relying on the error message text from mysql2 gem 2016-10-23 21:17:31 +05:30
fixtures Merge pull request #26466 from y-yagi/remove_duplicated_fixture_set_names 2016-09-13 13:21:28 -04:00
migrations modernizes hash syntax in activerecord 2016-08-06 19:37:57 +02:00
models Don't skip in-memory insertion of associations when loaded in validate 2016-09-29 14:57:31 -04:00
schema Fixed: Optimistic locking does not work well with null in the database 2016-10-21 19:06:02 +03:00
support applies new string literal convention in activerecord/test 2016-08-06 18:26:53 +02:00
.gitignore
config.example.yml Remove legacy mysql adapter 2015-12-17 15:54:57 +00:00
config.rb