[openstreetmap/openstreetmap-website] WIP: Update to rails 7.x (PR #3414)
Tom Hughes
notifications at github.com
Mon Jan 10 22:33:30 UTC 2022
This is work in progress to update to rails 7 which I'm opening as all tests are now passing.
We're still waiting on updates to a few gems we use:
- [ ] annotate
- [ ] canonical-rails
- [ ] delayed_job_active_record
Two of them are currently disabled and the third (canonical-rails) would need to be if I was using 7.0.1 as it doesn't work beyond 7.0.0 (yes really, it has a `<= 7` constraint).
You can view, comment on, or merge this pull request online at:
https://github.com/openstreetmap/openstreetmap-website/pull/3414
-- Commit Summary --
* Update to rails 7.x
-- File Changes --
M Gemfile (12)
M Gemfile.lock (149)
M bin/setup (7)
M config/environments/development.rb (12)
M config/environments/production.rb (45)
M config/environments/test.rb (9)
M config/initializers/content_security_policy.rb (42)
M config/initializers/inflections.rb (8)
A config/initializers/new_framework_defaults_7_0.rb (117)
A config/initializers/permissions_policy.rb (11)
A db/migrate/20211216185316_remove_not_null_on_active_storage_blobs_checksum.active_storage.rb (6)
M db/structure.sql (3)
M lib/tasks/auto_annotate_models.rake (2)
-- Patch Links --
https://github.com/openstreetmap/openstreetmap-website/pull/3414.patch
https://github.com/openstreetmap/openstreetmap-website/pull/3414.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/3414
You are receiving this because you are subscribed to this thread.
Message ID: <openstreetmap/openstreetmap-website/pull/3414 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20220110/d2d26afc/attachment.htm>
More information about the rails-dev
mailing list