The first commit is the dev container set up
The second commit is a created rails application by following these steps
- running
rails create . -d mysql
- changing the
database.yml
and setting the host and the password - editing
dev-setup
and uncommenting the rails related commands