Release 1.4
Rails 7. Startkit
Rails 7 Start Kit.
Dockerized Rails App with the most popular preinstalled tools.
Great if you want to:
- Start a new Rails project
- Write a new article about Rails
- Have a playground to learn Rails
π Subscribe to the project to know about most recent updates.
RELEASE 1.4 DETAILS
I have updated a way how to organise bin/
folder.
I moved all helpers to a specific folder. Wrapped commands with Rails7StartKit
module
Now it bin
folder only 3 endpoints left.
bin/setup
-- main command to setup the projectbin/open
-- to get in a rails containerbin/exec
-- to execute all the rest
Linux Env Setup is fixed
Also I found I did a mistake for Linux amd64
environment. I had to pass a PLATFORM
argument to run a proper docker image.
I hope since now Linux users will have less problems to start the project.