forked from JSONAPI-Resources/jsonapi-resources
-
Notifications
You must be signed in to change notification settings - Fork 4
Update support for Rails 7.1+ and improve CI [Traction] #24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
8f9c257
style: lint ci
StephenHulme b284212
ci: actions/checkout version
StephenHulme 6e868d4
ci: update Rails versions in test matrix
StephenHulme f802996
build: update min versions
StephenHulme 9cee43c
build: limit rails versions to 7.2, 8.0+, not including 9+
StephenHulme 88487bb
build: add rack 2 as a dependency
StephenHulme 41c6eaa
release: bump version
StephenHulme 8dbb966
test: repair old ruby 2 -> 3 errors
StephenHulme 917c37c
build: add minitest-mock as a development dependency
StephenHulme d5afb85
test: repair test runner not being invoked
StephenHulme ed2929e
build: add minitest reporters for better test feedback
StephenHulme 20f32ec
test: reduce verbosity of minitest output
StephenHulme 5ec8202
test: separate rails version text
StephenHulme 1154079
test: ignore temporary test files
StephenHulme 8ace43f
test: update deprecation warning test
StephenHulme de41a93
fix: use Rails 8 style deprecation warning messages
StephenHulme 1dab6ce
fix: improve handling of deprecation warnings
StephenHulme fd893ea
fix: repair deprecated code
StephenHulme 49b976e
test: remove test-db as part of the rake task run
StephenHulme 3d5dabb
build: add test support for Rails 7.1 for overlap with previous release
StephenHulme 105fb13
docs: update README with Sanger release process
StephenHulme 805e177
docs: update Rails versions aim
StephenHulme 6017814
test: use the best reporter for each test environment
StephenHulme 3463786
test: add patch to Rails version specifier for correct resolution
StephenHulme 315d19c
test: file deprecation behaviour silencing for Rails 7.2
StephenHulme 5bc93eb
fix: remove Rails 4 routing
StephenHulme 6c55de1
fix: add support for keyword options in resources
StephenHulme ad1a448
test: update error message for Rails 8.1
StephenHulme 042816e
test: handle different database True when on SQLite 8.1
StephenHulme ff5107f
build: set development rails to 8.1
StephenHulme File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -21,5 +21,6 @@ coverage | |
| test/log | ||
| test_db | ||
| test_db-journal | ||
| test/test_db-* | ||
| .idea | ||
| *.iml | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| module JSONAPI | ||
| module Resources | ||
| VERSION = '0.3.0' | ||
| VERSION = '0.4.0' | ||
| end | ||
| end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.