Skip to content

Release 1.4

Compare
Choose a tag to compare
@the-teacher the-teacher released this 31 Jan 07:58
· 192 commits to master since this release

Rails 7. Startkit

Rails7 StartKit-1 4

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

Screenshot 2023-01-31 at 10 54 45

Screenshot 2023-01-31 at 10 54 27

Now it bin folder only 3 endpoints left.

  1. bin/setup -- main command to setup the project
  2. bin/open -- to get in a rails container
  3. 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.