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
Akira Matsuda & Kohei Suzuki 7447e0b994 Don't test PostgreSQL implementation details
Asserting that the message contains "QUERY PLAN" is enough for the adapter's test.
The plan may vary according to number of tuples etc. but that's out of our concern.
2014-08-29 19:17:19 +09:00
..
active_record/connection_adapters
assets
cases Don't test PostgreSQL implementation details 2014-08-29 19:17:19 +09:00
fixtures fk: use random digest names 2014-06-26 22:03:49 +02:00
migrations
models Move association definition to the model file 2014-08-28 15:50:14 +09:00
schema Only merge scopes with zero arity in has_many through 2014-08-20 08:25:58 +03:00
support fk: :primary_key option for non-standard pk's. 2014-06-26 22:03:48 +02:00
.gitignore
config.example.yml
config.rb