Skip to content

Fully-automate development setup with Gitpod

Jan Keromnes requested to merge jankeromnes/rails:master into master

This MR adds a fully-automated dev setup for Gitpod to this Ruby on Rails project template.

The .gitpod.yml file ensure that, when users open the template or derived repository in Gitpod, they get:

  • All Ruby dependencies pre-installed (including the correct Ruby version)
  • A PostgreSQL database
  • The Rails server will automatically start and open in a web preview

You can try it by opening my fork in Gitpod:

https://gitpod.io/#https://gitlab.com/jankeromnes/rails

This is what it looks like:

Screenshot_2020-12-07_at_14.42.33

Edited by Liam McAndrew

Merge request reports