vchkhr / rails-stripe-demo

Rails 7 with Stripe demo app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rails Stripe Demo

Based on Awesome Compose.

Ruby version: 3.2.1.

Ruby on Rails version: 7.0.4.2.

Start the app

docker compose build
docker compose up

Stop the app

docker compose down

Rebuild the app

If you make changes to the Gemfile or the Compose file to try out some different configurations, you need to rebuild. Some changes require only docker compose up --build, but a full rebuild requires a re-run of docker compose run web bundle install to sync changes in the Gemfile.lock to the host, followed by docker compose up --build.

About

Rails 7 with Stripe demo app


Languages

Language:Ruby 78.2%Language:HTML 14.3%Language:JavaScript 6.5%Language:Dockerfile 0.6%Language:Shell 0.3%Language:SCSS 0.0%