-
Notifications
You must be signed in to change notification settings - Fork 7
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
Upgrade app to Rails 7.2 #2187
Upgrade app to Rails 7.2 #2187
Conversation
3152015
to
f9499e9
Compare
Do we need all the HTML error pages - as this app only serves a JSON API? |
Probably not, but I just assumed since it already had some error pages that there was no harm in updating or adding a new one. Do you want me to remove them all? |
Yah - best not to add unused code to the repo |
7704278
to
1df0323
Compare
I've removed all of that now. |
bin/setup
Outdated
APP_ROOT = File.expand_path("..", __dir__) | ||
APP_NAME = "content-performance-manager" |
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.
APP_NAME = "content-performance-manager" | |
APP_NAME = "content-data-api" |
This updates the configuration files to be compatible with Rails 7.2.
1df0323
to
2c2debe
Compare
Upgrades Rails from 7.1 to 7.2
alphagov/govuk-infrastructure#1444