Skip to content

Commit

Permalink
Replace Globalize with Mobility
Browse files Browse the repository at this point in the history
  • Loading branch information
Bramjetten committed Dec 21, 2017
1 parent dc8a5f6 commit 81d13a0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
1 change: 0 additions & 1 deletion .ruby-version

This file was deleted.

8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,14 @@ The installer will help you setup your first user.

Then start `rails s` and access Spina at `/admin`.

## Upgrading from 0.12 to 1.0.0.alpha

Going from 0.12 to 1.0 will introduce a couple of changes. Globalize is replaced by Mobility and later down the road CarrierWave will be replaced by Rails' ActiveStorage.

Switching to Mobility is fairly straightfoward.
- Run `rails g spina:install` to add the `mobility.rb` initializer.
- Replace instances of `Globalize` with `Mobility` in your own code

## Upgrading from 0.11 to 0.12

Just run the new migrations.
Expand Down

0 comments on commit 81d13a0

Please sign in to comment.