Skip to content

Commit

Permalink
Merge pull request rails#31577 from prathamesh-sonpatki/upgrade-guide…
Browse files Browse the repository at this point in the history
…-bootsnap

Added a note about bootsnap in the Rails 5.2 upgrade guide [ci skip]
  • Loading branch information
eileencodes authored Jan 18, 2018
2 parents 7df7780 + f966995 commit face137
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions guides/source/upgrading_ruby_on_rails.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,17 @@ Overwrite /myapp/config/application.rb? (enter "h" for help) [Ynaqdh]

Don't forget to review the difference, to see if there were any unexpected changes.

Upgrading from Rails 5.1 to Rails 5.2
-------------------------------------

For more information on changes made to Rails 5.2 please see the [release notes](5_2_release_notes.html).

### Bootsnap

Rails 5.2 adds bootsnap gem in the [newly generated app's Gemfile](https://github.com/rails/rails/pull/29313).
The `app:update` task sets it up in `boot.rb`. If you want to use it, then add it in the Gemfile,
otherwise change the `boot.rb` to not use bootsnap.

Upgrading from Rails 5.0 to Rails 5.1
-------------------------------------

Expand Down

0 comments on commit face137

Please sign in to comment.