Commit 026e937
committed
Check in spec/dummy/config/database.yml so CI can boot the dummy app
The file existed locally but was caught by a global gitignore rule
(database.yml everywhere), so it was never committed. CI checked the
repo out without it and every matrix cell failed at dummy-app boot:
RuntimeError:
Could not load database configuration.
No such file - ["config/database.yml"]
Add a negation in the repo .gitignore so the one database.yml the
dummy app needs is tracked, and commit the file itself (sqlite3
:memory: for test, local file for development).1 parent 971113d commit 026e937
2 files changed
Lines changed: 15 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
0 commit comments