How To Run
Rundevbox shell
to install rails and prepare the project.
Once the shell starts, you can start the rails app by running:
How to Recreate this Example
-
Create a new Devbox project with
devbox init
-
Add the packages using
-
Start a devbox shell, and install the rails CLI with
gem install rails
-
Create your Rails app by running the following in your Devbox Shell