Commit 032b964
Upgrade Rails from 7.0.5 to 8.0.5
- Update Gemfile: rails 8.0.5, rspec-rails 7.x, active_model_serializers 0.10.14+,
exception_notification 5.0, kt-paperclip 7.x, remove spring/headless
- Modernize config files: use require_relative, __dir__ patterns
- Update environment configs: cache_classes → enable_reloading,
show_exceptions = false → :none
- Add config.load_defaults 7.0 and timezone deprecation fix
- Convert all enum declarations to new positional argument syntax (Rails 8)
- Replace Rails.application.secrets with ENV vars
- Fix Devise::TestHelpers → Devise::Test::ControllerHelpers in specs
- Update fixture_path to fixture_paths (plural)
- Remove bin/spring
Agent-Logs-Url: https://github.com/datafruits/streampusher-api/sessions/4c3865e2-e9cd-417d-803f-2a0895191055
Co-authored-by: mcfiredrill <[email protected]>1 parent 8bb61c7 commit 032b964
32 files changed
Lines changed: 1796 additions & 1436 deletions
File tree
- app
- controllers
- models
- services
- bin
- config
- environments
- spec
- support
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | 6 | | |
9 | 7 | | |
10 | 8 | | |
| |||
21 | 19 | | |
22 | 20 | | |
23 | 21 | | |
24 | | - | |
| 22 | + | |
25 | 23 | | |
26 | 24 | | |
27 | 25 | | |
| |||
45 | 43 | | |
46 | 44 | | |
47 | 45 | | |
48 | | - | |
49 | | - | |
| 46 | + | |
50 | 47 | | |
51 | 48 | | |
52 | 49 | | |
| |||
67 | 64 | | |
68 | 65 | | |
69 | 66 | | |
70 | | - | |
| 67 | + | |
71 | 68 | | |
72 | 69 | | |
73 | 70 | | |
74 | | - | |
| 71 | + | |
75 | 72 | | |
76 | 73 | | |
77 | 74 | | |
78 | | - | |
| 75 | + | |
79 | 76 | | |
80 | 77 | | |
81 | 78 | | |
| |||
0 commit comments