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 7fae9ba054 create_table with :primary_key option has no effect if id: false is given
Use column definition with `primary_key: true` instead.
2018-10-27 22:57:16 +09:00
..
active_record/connection_adapters
assets
cases Ignore empty condition on #construct_relation_for_exists 2018-10-27 21:53:11 +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 create_table with :primary_key option has no effect if id: false is given 2018-10-27 22:57:16 +09:00
schema create_table with :primary_key option has no effect if id: false is given 2018-10-27 22:57:16 +09:00
support
config.example.yml Deterministic connection collation in tests 2018-10-25 10:50:27 +09:00
config.rb