Skip to content

A Rails project template lets me start new projects quickly.

Notifications You must be signed in to change notification settings

Away0x/rails-app

 
 

Repository files navigation

README

A Rails project template lets me start new projects quickly.

Feature

  • Docker
  • dotenv
  • PosgreSQL
  • Redis
  • Github Actions
  • Brakeman
  • All other Rails default stack

Prepare

Usage

Clone this repo:

$ git clone https://github.com/chloerei/rails-app.git myapp

Start docker-sync:

$ docker-sync start

Build and install dependency:

$ docker compose run --rm web bin/setup

Start dev server:

$ docker compose up

Open console:

$ docker compose run --rm web bash

Config

DOCKER_SYNC_NAME

If you are developing multiple projects, modify DOCKER_SYNC_NAME in .env to make it unique.

About

A Rails project template lets me start new projects quickly.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 74.3%
  • HTML 17.9%
  • JavaScript 4.9%
  • Dockerfile 1.2%
  • Shell 1.2%
  • CSS 0.5%