Skip to content

Tags: Code-With-Rails/rails-template

Tags

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update CHANGELOG.md

v1.0.3

Toggle v1.0.3's commit message
Fix newline with code block

v1.0.2

Toggle v1.0.2's commit message
Fix gitignore, update CHANGELOG

v1.0.0

Toggle v1.0.0's commit message
First release!

This is the first release of our Rails template. Our template takes an opinionated approach on setting up a development environment for a Rails project. Specifically, this template:

- Uses Docker to containerize the development environment, so it works multiple environments
- Adds a `docker-compose.yml` file to define a set of services: PostgreSQL, Redis, a Chromium test server, etc.