2.0 to 2.1
This guide covers upgrading a 2.0 Spree store, to a 2.1 store.
Overview
This guide has been written from the perspective of a blank Spree 2.0 store with no extensions.
If you have extensions that your store depends on, you will need to manually verify that each of those extensions works within your 2.1 store once this upgrade is complete. Typically, extensions that are compatible with this version of Spree will have a 2-1-stable branch.
This is the first Spree release that supports Rails 4 exclusively. Spree releases after this point will continue to support Rails 4 only.
Upgrade Rails
For this Spree release, you will need to upgrade your Rails version to at least 4.0.0.
It is recommended to read through the Upgrading Ruby on Rails guide to learn what needs to be done for your application to migrate to Rails 4.
Upgrade Spree
For best results, use the 2-1-stable branch from GitHub:
Run bundle update spree
.
Copy and run migrations
Copy over the migrations from Spree (and any other engine) and run them using these commands:
Read the release notes
For information about changes contained with this release, please read the 2.1.0 Release Notes.
Was this page helpful?