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.
1 parent 35a4946 commit e556176Copy full SHA for e556176
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