Comments on Setup Ruby on Rails Development environment with Docker and Docker Compose on Ubuntu
In this tutorial, I will show you how to set up a development environment for Ruby on Rails applications using Docker and Docker compose. We will be using Ubuntu 18.04 as the hosts operating system.
2 Comment(s)
Comments
Hi, thanks for the tutorial, but I'm stuck on step 2, the command "rails new app --database=postgresql --skip-bundle" only create the following files on app directory:
/usr/src # rails new app --database=postgresql --skip-bundle
create
create README.md
create Rakefile
create .ruby-version
create config.ru
create .gitignore
create Gemfile
run git init from "."
Can you help me figure out what I did wrong?
Danilo, I got the same step, the same result...do not know if the breakage starts from there....