-
Notifications
You must be signed in to change notification settings - Fork 54
feat: upgrade to Rails 8.1 #386
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 1 commit
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
3ef4421
feat: bump to Rails 8.1
BuonOmo 22f79b7
fix: add `cast_type` to `Column.new`
BuonOmo 0ed7b7c
fix(test): don't alter backtrace from gems
BuonOmo c26a1b3
fix(oid): freeze spatial oid
BuonOmo bb34d48
fix: update run_command execution
BuonOmo 1bf0a3f
fix: use class level native_database_type
BuonOmo a452092
fix(test): default is now serialized
BuonOmo 8c8e256
fix(schema): hidden columns
BuonOmo 8072f97
fix(ci): smaller summary without skips
BuonOmo 41622c0
fix(test): us english names
BuonOmo b7d0656
fix(test): coerced value for generate column
BuonOmo 96c5cb6
fix(referential-integrity): make sure fks are added back
BuonOmo 8d86cf2
refactor: cleanup old code
BuonOmo 14f0180
feat(referential-integrity): handle autocommit_before_ddl
BuonOmo 2a03ac5
feat(ci): more complete error output
BuonOmo 3fc2227
fix(test): test_remove_foreign_key_on_8_0
BuonOmo 81699b3
fix(test): type_map not ractor shareable
BuonOmo 5b50d10
fix(test): flaky test_truncate_tables_with_query_cache
BuonOmo 271e8de
fix: proper override for `Column` and `Spatial`
BuonOmo d8ae08e
fix(test): test_payload_name_on_eager_load
BuonOmo 907fab1
feat(ci): timeout for flaky.yml
BuonOmo 618ed04
fix(ci): Remove retrying logic
BuonOmo 9aef11e
feat: support close_prepared
BuonOmo 1770c41
fix: make sure we eagerly compute SerializeCastValue
BuonOmo ae9c973
fix: ensure type_map gets sql type details
BuonOmo df34946
feat: make type_map ractor shareable
BuonOmo 6d3dad0
fix(test): flaky encryption
BuonOmo 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well, the test retry logic was actually proving me wrong. But now that it is removed, we are fine (see later commit)