Bootsnap speeds up the initial loading of the Rails app by: - Optimizing the LOAD_PATH dynamically - Caching the result of Ruby bytecode compilation Cached data are written to `tmp/cache/bootsnap*`. This is enabled in the default Rails app template.
- brakeman - rubocop - scss_lint
This reverts commit d6ad3fc3fd.
d6ad3fc3fd