/atelier

Primary LanguageRuby

README

Configuration

  • Ruby 2.3.3
  • Rails 5.1.4

Setup

Database

  • Postgres example configuration file config/database.yml.example
  • rake db:setup, rake db:migrate, rake db:seed

Running

  • rails s
  • localhost:3000

Other

Useful commands

  • bundle update / install (or simply 'bundle') / outdated / clean / check
  • gem list / cleanup / outdated / check / updated
  • rake -T