RRosier / ruby-on-rails-tutorial

following the Ruby on Rails Getting Started tutorial

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

  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

About

following the Ruby on Rails Getting Started tutorial


Languages

Language:Ruby 69.1%Language:HTML 18.6%Language:Dockerfile 6.9%Language:JavaScript 3.1%Language:CSS 1.8%Language:Shell 0.5%