You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: MIGRATION_CHECKLIST.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,10 @@
14
14
-[x]**Homepage N+1 queries** - Replaced per-org queries with single `active` scope using SQL aggregation and correlated subquery. Added composite index on `visits(person_id, arrived_at)`. Upgraded DB to Premium AMD 2GB. Homepage: 30s+ → ~1.9s.
15
15
-[x]**Review other slow pages** if any
16
16
17
+
## Security
18
+
19
+
-[x]**Rails LTS** - Switched to [Rails LTS community edition](https://github.com/makandra/rails/tree/2-3-lts) (2.3.18.60). Patches 209+ CVEs including remote code execution, SQL injection, XSS, and directory traversal. Rack upgraded from 1.1.6 to 1.4.7.27. Hardened mode enabled (disables XML/JSON parameter parsing, escapes HTML in JSON).
20
+
17
21
## DNS Cutover
18
22
19
23
-[ ]**Add custom domains** in App Platform settings:
0 commit comments