====== Installation ====== See [[:prod:rails]] or [[https://guides.rubyonrails.org/getting_started.html|the docs]]. ===== Yarn and node.js ===== [[https://linuxize.com/post/how-to-install-yarn-on-debian-10/|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