]>
| author | Andrew Gundersen <adgundersen@gmail.com> | |
| Wed, 25 Feb 2026 20:32:45 +0000 (15:32 -0500) | ||
| committer | Andrew Gundersen <adgundersen@gmail.com> | |
| Wed, 25 Feb 2026 20:32:45 +0000 (15:32 -0500) | ||
| commit | f4fe6b20740622e7d44e61f2edee59972e433d17 | |
| tree | b46fa827af4c018c64b0aea223cf44023dc9ece1 | tree | snapshot (tar.gz zip tar.bz2) |
| .DS_Store | [new file with mode: 0644] | blob |
| .dockerignore | [new file with mode: 0644] | blob |
| .gitattributes | [new file with mode: 0644] | blob |
| .gitignore | [new file with mode: 0644] | blob |
| .ruby-version | [new file with mode: 0644] | blob |
| Dockerfile | [new file with mode: 0644] | blob |
| Gemfile | [new file with mode: 0644] | blob |
| Gemfile.lock | [new file with mode: 0644] | blob |
| README.md | [new file with mode: 0644] | blob |
| Rakefile | [new file with mode: 0644] | blob |
| app/assets/images/.keep | [new file with mode: 0644] | blob |
| app/assets/stylesheets/application.css | [new file with mode: 0644] | blob |
| app/controllers/application_controller.rb | [new file with mode: 0644] | blob |
| app/controllers/checkout_controller.rb | [new file with mode: 0644] | blob |
| app/controllers/concerns/.keep | [new file with mode: 0644] | blob |
| app/controllers/pages_controller.rb | [new file with mode: 0644] | blob |
| app/helpers/application_helper.rb | [new file with mode: 0644] | blob |
| app/helpers/pages_helper.rb | [new file with mode: 0644] | blob |
| app/models/concerns/.keep | [new file with mode: 0644] | blob |
| app/views/layouts/application.html.erb | [new file with mode: 0644] | blob |
| app/views/pages/home.html.erb | [new file with mode: 0644] | blob |
| app/views/pages/pricing.html.erb | [new file with mode: 0644] | blob |
| app/views/pages/success.html.erb | [new file with mode: 0644] | blob |
| bin/bundle | [new file with mode: 0755] | blob |
| bin/docker-entrypoint | [new file with mode: 0755] | blob |
| bin/rails | [new file with mode: 0755] | blob |
| bin/rake | [new file with mode: 0755] | blob |
| bin/setup | [new file with mode: 0755] | blob |
| config.ru | [new file with mode: 0644] | blob |
| config/application.rb | [new file with mode: 0644] | blob |
| config/boot.rb | [new file with mode: 0644] | blob |
| config/credentials.yml.enc | [new file with mode: 0644] | blob |
| config/database.yml | [new file with mode: 0644] | blob |
| config/dockerfile.yml | [new file with mode: 0644] | blob |
| config/environment.rb | [new file with mode: 0644] | blob |
| config/environments/development.rb | [new file with mode: 0644] | blob |
| config/environments/production.rb | [new file with mode: 0644] | blob |
| config/environments/test.rb | [new file with mode: 0644] | blob |
| config/initializers/content_security_policy.rb | [new file with mode: 0644] | blob |
| config/initializers/filter_parameter_logging.rb | [new file with mode: 0644] | blob |
| config/initializers/inflections.rb | [new file with mode: 0644] | blob |
| config/initializers/permissions_policy.rb | [new file with mode: 0644] | blob |
| config/initializers/stripe.rb | [new file with mode: 0644] | blob |
| config/locales/en.yml | [new file with mode: 0644] | blob |
| config/puma.rb | [new file with mode: 0644] | blob |
| config/routes.rb | [new file with mode: 0644] | blob |
| db/seeds.rb | [new file with mode: 0644] | blob |
| fly.toml | [new file with mode: 0644] | blob |
| lib/assets/.keep | [new file with mode: 0644] | blob |
| lib/tasks/.keep | [new file with mode: 0644] | blob |
| log/.keep | [new file with mode: 0644] | blob |
| public/404.html | [new file with mode: 0644] | blob |
| public/422.html | [new file with mode: 0644] | blob |
| public/500.html | [new file with mode: 0644] | blob |
| public/apple-touch-icon-precomposed.png | [new file with mode: 0644] | blob |
| public/apple-touch-icon.png | [new file with mode: 0644] | blob |
| public/favicon.ico | [new file with mode: 0644] | blob |
| public/robots.txt | [new file with mode: 0644] | blob |
| storage/.keep | [new file with mode: 0644] | blob |
| tmp/.keep | [new file with mode: 0644] | blob |
| tmp/pids/.keep | [new file with mode: 0644] | blob |
| tmp/storage/.keep | [new file with mode: 0644] | blob |
| vendor/.keep | [new file with mode: 0644] | blob |