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
Kir Shatrov 3e018eca32 Throw friendly error message when fixture is not a hash
Right now, when fixture is not a Hash we throw an error message
saying "fixture is not a hash". This is not very user friendly because
it's not saying which fixture is invalid.
2016-12-15 17:07:58 -05:00
..
active_record/connection_adapters Add more rubocop rules about whitespaces 2016-10-29 01:17:49 -02:00
assets
cases Throw friendly error message when fixture is not a hash 2016-12-15 17:07:58 -05:00
fixtures Throw friendly error message when fixture is not a hash 2016-12-15 17:07:58 -05:00
migrations
models Deprecate the behavior of AR::Dirty inside of after_(create|update|save) callbacks 2016-11-01 13:16:33 -04:00
schema Make pg adapter use bigserial for pk by default 2016-12-05 11:40:32 -08:00
support Fix typo s/with/without/ 2016-11-20 05:47:30 +09:00
.gitignore
config.example.yml Fix tests for prepared_statements: false and queries hitting #select_all 2016-11-19 21:52:52 +05:30
config.rb