Marketing site, signup, and Stripe checkout for Crimata
  • Ruby 65.8%
  • HTML 30.4%
  • Dockerfile 3.7%
Find a file
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
app Add ActiveRecord, customer dashboard, separate DB architecture 2026-02-26 23:51:50 -05:00
bin Add ActiveRecord, customer dashboard, separate DB architecture 2026-02-26 23:51:50 -05:00
config Add ActiveRecord, customer dashboard, separate DB architecture 2026-02-26 23:51:50 -05:00
db Add ActiveRecord, customer dashboard, separate DB architecture 2026-02-26 23:51:50 -05:00
lib Initial commit 2026-02-25 15:32:45 -05:00
log Initial commit 2026-02-25 15:32:45 -05:00
public Initial commit 2026-02-25 15:32:45 -05:00
storage Initial commit 2026-02-25 15:32:45 -05:00
tmp Initial commit 2026-02-25 15:32:45 -05:00
vendor Initial commit 2026-02-25 15:32:45 -05:00
.dockerignore Initial commit 2026-02-25 15:32:45 -05:00
.DS_Store Initial commit 2026-02-25 15:32:45 -05:00
.gitattributes Initial commit 2026-02-25 15:32:45 -05:00
.gitignore Initial commit 2026-02-25 15:32:45 -05:00
.ruby-version Initial commit 2026-02-25 15:32:45 -05:00
config.ru Initial commit 2026-02-25 15:32:45 -05:00
Dockerfile Add ActiveRecord, customer dashboard, separate DB architecture 2026-02-26 23:51:50 -05:00
fly.toml Add ActiveRecord, customer dashboard, separate DB architecture 2026-02-26 23:51:50 -05:00
Gemfile Initial commit 2026-02-25 15:32:45 -05:00
Gemfile.lock Initial commit 2026-02-25 15:32:45 -05:00
LICENSE Add ActiveRecord, customer dashboard, separate DB architecture 2026-02-26 23:51:50 -05:00
Rakefile Initial commit 2026-02-25 15:32:45 -05:00
README.md Initial commit 2026-02-25 15:32:45 -05:00

README

This README would normally document whatever steps are necessary to get the application up and running.

Things you may want to cover:

  • Ruby version

  • System dependencies

  • Configuration

  • Database creation

  • Database initialization

  • How to run the test suite

  • Services (job queues, cache servers, search engines, etc.)

  • Deployment instructions

  • ...