-
Notifications
You must be signed in to change notification settings - Fork 6
Manager Rails 7.2 #319
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
Manager Rails 7.2 #319
Conversation
Code quality scoreLovely, the code quality is unchanged for this PR 😊
|
| # Uncomment each configuration one by one to switch to the new default. | ||
| # Once your application is ready to run with all new defaults, you can remove | ||
| # this file and set the `config.load_defaults` to `7.2`. |
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.
todo: This file is only needed to test if the 7.2 features work with the current codebase. You can remove this file if you're done with it.
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.
ok I'll likely end up removing this
config/application.rb
Outdated
| # require "action_mailbox/engine" | ||
| # require "action_text/engine" | ||
| # require "action_view/railtie" | ||
| require "action_view/railtie" |
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.
question: Do we need this enabled?
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.
I don't think so, so I'll comment out
Manager Rails 7.2
As a Software Developer, I want to upgrade our Rails application from 7.1.5.1 to 7.2 so that we maintain support on the current Rails version
Acceptance Criteria: