Skip to content

Commit

Permalink
Edits default config/boot.rb to match what's generated by Rails 4.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnaErshova committed Oct 26, 2015
1 parent 04bc52f commit 6eada87
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions guides/source/initialization.md
Expand Up @@ -86,10 +86,9 @@ The `APP_PATH` constant will be used later in `rails/commands`. The `config/boot
`config/boot.rb` contains:

```ruby
# Set up gems listed in the Gemfile.
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__)

require 'bundler/setup' if File.exist?(ENV['BUNDLE_GEMFILE'])
require 'bundler/setup' # Set up gems listed in the Gemfile.
```

In a standard Rails application, there's a `Gemfile` which declares all
Expand Down

0 comments on commit 6eada87

Please sign in to comment.