Commit ed53bd3
chore: upgrade to Rails 7.2 and improve secrets handling
- Upgraded Rails from 7.1 to 7.2 in Gemfile and related files.
- Updated config/initializers/secrets.rb to load secrets from environment
variables if present, falling back to credentials if not.
- Ensured that `secret_key_base`, `push_secret`, and `devise_pepper` are
loaded securely.
- Updated config/secrets.yml.sample to reflect the changes.1 parent 0340b08 commit ed53bd3
20 files changed
Lines changed: 258 additions & 197 deletions
File tree
- app/views/statistics
- bin
- config
- credentials
- environments
- initializers
- db
- public
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
0 commit comments