v1.4
版本发布时间: 2023-01-31 15:58:40
the-teacher/rails7-startkit最新发布版本:v2.1(2023-09-18 15:15:47)
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 project -
bin/open
-- to get in a rails container -
bin/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.