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
Takayuki Nakata a8009c6d0f Fix making an extra db file after testing for sqlite3
Testing for sqlite3 makes an extra db file `primary.sqlite3` as below.
```
$ bundle exec rake test:sqlite3
(snip)
$ git status
On branch test
Untracked files:
  (use "git add <file>..." to include in what will be committed)

        db/
```
2019-11-26 09:32:22 +09:00
..
active_record/connection_adapters Deduplicate various Active Record schema cache structures 2019-06-03 13:31:42 +02:00
assets
cases Fix making an extra db file after testing for sqlite3 2019-11-26 09:32:22 +09:00
fixtures Fix docs to replace http with https in activerecord [ci skip] 2019-08-26 22:34:33 +09:00
migrations
models Check that entire collection has been loaded before short circuiting 2019-11-19 15:32:36 -06:00
schema Additionally order by primary key if implicit_order_column is not uniq 2019-11-03 16:01:18 +01:00
support Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
config.example.yml
config.rb