Skip to content

[INIT] Repo first draft

Ghost User requested to merge development into staging

Goals

Create skeleton app

  • functional with rs
  • Heroku and Framagit ready

## Give a merge request exemple

  • with a little formatting
  • and with the good sections

Changes

  • README : added the skeleton
  • Gemfile : added many many gems
  • Procfile : added release and web stages
  • .gitlab-ci.yml : added staging stage

Tests

  • bundle install completes without error : PASSED

Links

Side notes

  • gems were added, but none was installed/initialized (except for rspec)
  • README needs to be updated with gems details
  • config files will have to be updated/upgraded later

Merge request reports