-
Notifications
You must be signed in to change notification settings - Fork 523
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
AO3-6674 Upgrade gems and config to Rails 7.0 #4727
Merged
Merged
Changes from 19 commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
d14e72b
Initial migration (gem update, script)
brianjaustin 0477626
Fix bugs/deprecation warnings
brianjaustin 1067ceb
Enable some safer new defaults
brianjaustin dc3a40f
Cookie rotator
brianjaustin b33bbec
Fix tests
brianjaustin 599bac6
Fix tests try 2
brianjaustin 2440897
Fix tests try 3
brianjaustin 5efe404
Fix tests try 4
brianjaustin edd8ae1
Fix email test issue
brianjaustin 58a00e1
Fix some form IDs/names
brianjaustin fa0002f
More fixes (not everything though)
brianjaustin 285f321
Neither field IDs nor emails are my friend
brianjaustin 3b15799
Merge upstream
brianjaustin f0063ea
I disagree with Rubocop here
brianjaustin df0ffd6
Merge branch 'master' into chore/rails-7
brianjaustin 615e082
Add back tests for JS thing
brianjaustin fbc61ed
Merge upstream
brianjaustin 8db5278
Merge upstream
brianjaustin c19d59a
Fix tests by i18n-ing
brianjaustin 08dae9f
Change cache key with version bumps
brianjaustin c93df5e
Merge upstream
brianjaustin adb55a1
Remove default from t helper
brianjaustin fa19da6
More cleanup
brianjaustin 7c2fba3
Merge branch 'master' into chore/rails-7
brianjaustin 5513d12
Merge upstream
brianjaustin 127a4af
I rather dislike Gemfile.lock merges...
brianjaustin f644b29
Remove another duplicate key
brianjaustin 43313b1
Use full i18n keys due to flash weirdness
brianjaustin e026a09
Fix typo
brianjaustin 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 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 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.
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.
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.
A newer version of this is required to work with Cucumber, which is forcing its way in along with all the other things that need upgrading to support Rails 7. It also seemed like a good idea to just grab the newest since we're quite out of date