Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 520dfea

Browse files
authoredDec 19, 2024··
Merge branch 'rails:main' into main
2 parents ba417f1 + 6f10ab3 commit 520dfea

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+955
-377
lines changed
 

‎.github/workflows/main.yml

-2
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,3 @@ jobs:
5353
bin/rails db:setup
5454
- name: Run tests
5555
run: bin/rails test
56-
- name: Run tests with separate connection
57-
run: SEPARATE_CONNECTION=1 bin/rails test

‎.gitignore

+4-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/tmp/
66
/test/dummy/db/*.sqlite3
77
/test/dummy/db/*.sqlite3-*
8-
/test/dummy/log/*.log
8+
/test/dummy/log/*.log*
99
/test/dummy/tmp/
1010

1111
# Folder for JetBrains IDEs
@@ -14,5 +14,8 @@
1414
# Folder for Visual Studio Code
1515
/.vscode/
1616

17+
# Files for RVM holdouts
18+
.ruby-gemset
19+
1720
# misc
1821
.DS_Store

0 commit comments

Comments
 (0)
Please sign in to comment.