Commit 6e25092
authored
Preserve wizard completion notices (#967)
## Summary
- ensure wizard completion redirects include success notice and keep it
for turbo redirects
- add request spec verifying notice persists on private platforms
## Testing
- `bin/ci` *(fails: bundler: command not found: rails)*
- `bundle exec rubocop` *(fails: bundler: command not found: rubocop)*
- `bundle exec brakeman -q -w2` *(fails: bundler: command not found:
brakeman)*
- `bundle exec bundler-audit --update` *(fails: bundler: command not
found: bundler-audit)*
- `bin/codex_style_guard` *(fails: bundler: command not found: rubocop)*
------
https://chatgpt.com/codex/tasks/task_e_689a50d0093c8321834a9a87c24af10cFile tree
2 files changed
+21
-3
lines changed- app/controllers/concerns/better_together
- spec/requests/better_together
2 files changed
+21
-3
lines changedLines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
20 | | - | |
| 18 | + | |
| 19 | + | |
21 | 20 | | |
22 | 21 | | |
23 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
0 commit comments