We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2edad3c + e556176 commit c79671cCopy full SHA for c79671c
guides/source/initialization.md
@@ -55,6 +55,7 @@ The `APP_PATH` constant will be used later in `rails/commands`. The `config/boot
55
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../Gemfile', __dir__)
56
57
require "bundler/setup" # Set up gems listed in the Gemfile.
58
+require "bootsnap/setup" # Speed up boot time by caching expensive operations.
59
```
60
61
In a standard Rails application, there's a `Gemfile` which declares all
0 commit comments