Skip to content

scriptmonkey/rails-devcontainers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Rails Dev container for running Rails in VSCode

To use this example, you need to do the following:

  1. Clone this repo
  2. Open the repo in the VSCode's Dev Container
  3. In a new Terminal
    1. run rails new . -d postgresql
  4. Add the following to the /config/databases.yml under default: &default
  host: db
  username: postgres
  password: password

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published