Rails 5.2 with webpacker, bootstrap, stimulus starter
This gist will collects all issues we solved with Rails 5.2 and Webpacker
Create Project
# Last few parameters(--skip-* part) is only my habbit not actully required
$ rails new <project_name> --webpack=stimulus --database=postgresql --skip-coffee --skip-test