Skip to content

gentcys/rails-dev-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Rails Core Development Environment in Docker

Introduction

This project was inspired by rails-dev-box

How to Use

  1. Build and start up docker containers
host $ docker-compose up -d
  1. Install dependencies
host $ docker-compose exec workspace bash
host $ yarn install
host $ gem install bundler
host $ bundle install
  1. Make changes to Rails core code and run test
host $ cd activemodel
host $ bundle exec rake test

About

Docker Ruby on Rails core development environment

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published