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
Ryuta Kamizono aea9c9a1ed Fix test case for money schema default
Follow up a741208f80.

Since a741208, `Decimal#serialize` which is superclass of `Money` type
is no longer no-op, so it consistently serialize/deserialize a value as
a decimal even if schema default.
2018-11-12 05:16:24 +09:00
..
active_record/connection_adapters
assets
cases Fix test case for money schema default 2018-11-12 05:16:24 +09:00
fixtures Lazy checking whether or not values in IN clause are boundable 2018-10-24 11:26:49 +09:00
migrations Fix occurrences Fixnum|Bignum 2018-03-04 20:44:30 +02:00
models Fix inspect with non-primary key id attribute 2018-11-06 01:51:52 +00:00
schema Exercise HABTM fixtures with foreign key constraints 2018-10-30 11:08:41 +09:00
support
config.example.yml Deterministic connection collation in tests 2018-10-25 10:50:27 +09:00
config.rb