Table of Contents

Installation

See rails or the docs.

Yarn and node.js

Yarn

“error Command “webpack” not found.” can be a Node.js incompatibility, the default Raspbian version is too old for Rails 6.

Webpacker

bin/rails webpacker:install

Gemfile

https://gist.github.com/repent/5ea82b12e4491ff28efedafa8c5ea82b

Schema and migrations mismatch

rake db:drop
rake db:migrate
rake db:seed