crimata-website/app/controllers
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Andrew Gundersen fd2d498141 Add ActiveRecord, customer dashboard, separate DB architecture
- Re-enable ActiveRecord pointing at Neon Postgres
- Add Customer model with stripe_customer_id, email, slug, status
- Add dashboard controller and Apple ID-style device view
- Redirect checkout success to /dashboard
- Webhook now calls /instances, parses response, creates Customer in Rails DB
- Add MIT License

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-26 23:51:50 -05:00
..
concerns Initial commit 2026-02-25 15:32:45 -05:00
application_controller.rb Initial commit 2026-02-25 15:32:45 -05:00
checkout_controller.rb Add ActiveRecord, customer dashboard, separate DB architecture 2026-02-26 23:51:50 -05:00
dashboard_controller.rb Add ActiveRecord, customer dashboard, separate DB architecture 2026-02-26 23:51:50 -05:00
pages_controller.rb Initial commit 2026-02-25 15:32:45 -05:00