]> Repos - crimata-website/commit
Initial commit
authorAndrew Gundersen <adgundersen@gmail.com>
Wed, 25 Feb 2026 20:32:45 +0000 (15:32 -0500)
committerAndrew Gundersen <adgundersen@gmail.com>
Wed, 25 Feb 2026 20:32:45 +0000 (15:32 -0500)
commitf4fe6b20740622e7d44e61f2edee59972e433d17
treeb46fa827af4c018c64b0aea223cf44023dc9ece1
Initial commit

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
63 files changed:
.DS_Store [new file with mode: 0644]
.dockerignore [new file with mode: 0644]
.gitattributes [new file with mode: 0644]
.gitignore [new file with mode: 0644]
.ruby-version [new file with mode: 0644]
Dockerfile [new file with mode: 0644]
Gemfile [new file with mode: 0644]
Gemfile.lock [new file with mode: 0644]
README.md [new file with mode: 0644]
Rakefile [new file with mode: 0644]
app/assets/images/.keep [new file with mode: 0644]
app/assets/stylesheets/application.css [new file with mode: 0644]
app/controllers/application_controller.rb [new file with mode: 0644]
app/controllers/checkout_controller.rb [new file with mode: 0644]
app/controllers/concerns/.keep [new file with mode: 0644]
app/controllers/pages_controller.rb [new file with mode: 0644]
app/helpers/application_helper.rb [new file with mode: 0644]
app/helpers/pages_helper.rb [new file with mode: 0644]
app/models/concerns/.keep [new file with mode: 0644]
app/views/layouts/application.html.erb [new file with mode: 0644]
app/views/pages/home.html.erb [new file with mode: 0644]
app/views/pages/pricing.html.erb [new file with mode: 0644]
app/views/pages/success.html.erb [new file with mode: 0644]
bin/bundle [new file with mode: 0755]
bin/docker-entrypoint [new file with mode: 0755]
bin/rails [new file with mode: 0755]
bin/rake [new file with mode: 0755]
bin/setup [new file with mode: 0755]
config.ru [new file with mode: 0644]
config/application.rb [new file with mode: 0644]
config/boot.rb [new file with mode: 0644]
config/credentials.yml.enc [new file with mode: 0644]
config/database.yml [new file with mode: 0644]
config/dockerfile.yml [new file with mode: 0644]
config/environment.rb [new file with mode: 0644]
config/environments/development.rb [new file with mode: 0644]
config/environments/production.rb [new file with mode: 0644]
config/environments/test.rb [new file with mode: 0644]
config/initializers/content_security_policy.rb [new file with mode: 0644]
config/initializers/filter_parameter_logging.rb [new file with mode: 0644]
config/initializers/inflections.rb [new file with mode: 0644]
config/initializers/permissions_policy.rb [new file with mode: 0644]
config/initializers/stripe.rb [new file with mode: 0644]
config/locales/en.yml [new file with mode: 0644]
config/puma.rb [new file with mode: 0644]
config/routes.rb [new file with mode: 0644]
db/seeds.rb [new file with mode: 0644]
fly.toml [new file with mode: 0644]
lib/assets/.keep [new file with mode: 0644]
lib/tasks/.keep [new file with mode: 0644]
log/.keep [new file with mode: 0644]
public/404.html [new file with mode: 0644]
public/422.html [new file with mode: 0644]
public/500.html [new file with mode: 0644]
public/apple-touch-icon-precomposed.png [new file with mode: 0644]
public/apple-touch-icon.png [new file with mode: 0644]
public/favicon.ico [new file with mode: 0644]
public/robots.txt [new file with mode: 0644]
storage/.keep [new file with mode: 0644]
tmp/.keep [new file with mode: 0644]
tmp/pids/.keep [new file with mode: 0644]
tmp/storage/.keep [new file with mode: 0644]
vendor/.keep [new file with mode: 0644]