Pending things from the Rails update: - [x] update @rails/ujs to latest compatible version: https://www.npmjs.com/package/@rails/ujs/v/7.1.501 (there isn't a 7.2 version as far as I see) - #14830 - [x] update @rails/activestorage to latest compatible version: https://www.npmjs.com/package/@rails/activestorage/v/7.2.201 - #14830 - [x] add the `new_framework_defaults_7_2.rb` file, so we have the backlog for the next PR (changing defaults from 7.1 to 7.2) - #14829 - [ ] while reading about this update, I found out about the [change with the development secrets](https://guides.rubyonrails.org/upgrading_ruby_on_rails.html#development-and-test-environments-secret-key-base-file-changed) that we talked in #13267. I'd recommend renaming the file in our Releases Notes: https://github.com/decidim/decidim/blob/5cea8a44cc485b109242e61e337dc6aed1c487d1/RELEASE_NOTES.md?plain=1#L81 - #14831 - [ ] while reading the Releases Notes, I saw that we're mentioning that implementers should remove the decidim initializer https://github.com/decidim/decidim/blob/5cea8a44cc485b109242e61e337dc6aed1c487d1/RELEASE_NOTES.md?plain=1#L38 but we're still generating it for new apps. We should remove that from the generator - [ ] another pending thing related to the Env Vars/initailizer/secrets change is this clean-up https://github.com/decidim/decidim/issues/14446 _Originally posted by @andreslucena in https://github.com/decidim/decidim/pull/14784#pullrequestreview-2895853290_
Pending things from the Rails update:
new_framework_defaults_7_2.rbfile, so we have the backlog for the next PR (changing defaults from 7.1 to 7.2) - Add Rails 7.2 framework defaults file #14829decidim/RELEASE_NOTES.md
Line 81 in 5cea8a4
decidim/RELEASE_NOTES.md
Line 38 in 5cea8a4
Originally posted by @andreslucena in #14784 (review)