Heavenly inspired by kickoff_rails
A Rails template for starting new Rails projects
This Rails template sets up A Rails project with Docker, Rspec, Devise, and Tailwind.
$ rails new your-app --skip-bundle -d <postgresql, mysql, sqlite3> -m https://raw.githubusercontent.com/t0nylombardi/rails_template/default.rb
Replace your-app
with the name of your application.
run docker-compose up --build
Run docker-compose run app bash
. This will drop you into the container where the app is located.
Note that you should run docker-compose up
in a separate terminal window so that the database and all related services are booted up already.
Feel free to fork this and create pull requests. We adhere to the Code of Conduct as described for participation on GitHub. Please be nice to one another.
This code is released under the MIT License.