/ruby-on-rails-tutorial

following the Ruby on Rails Getting Started tutorial

Primary LanguageRuby

  1. Clone repo
  2. Open in VS Code
  3. Run Dev Containers

Dev Container: Reopen in Container Configure Docker Desktop Docker --> Configuretion --> Resources --> WSL integration --> Enable Ubuntu

  1. Install dependencies (in dev container terminal)
cd blog
bundle install --gemfile Gemfile
  1. Call migrations to create DB
bin/rails db:migrate