solidusio / solidus_auth_devise

🔑 Devise authentication for your Solidus store.
http://solidus.io
BSD 3-Clause "New" or "Revised" License
53 stars 128 forks source link

Add option to skip migrations #194

Closed seand7565 closed 3 years ago

seand7565 commented 3 years ago

In some cases (in particular, the solidus install) it makes sense to skip the entire migration block. With the current setup, it's impossible to not run migrations AND not be asked if you want to run migrations. This allows for a complete skip of the migrations

We should also release on rubygems after this PR is accepted, so the change is in effect for Solidus 2.11 - at which point, this will be an issue. Thanks!

kennyadsl commented 3 years ago

Specs should be fixed with https://github.com/solidusio/solidus_auth_devise/pull/195. Let's wait to merge that one and then we can rebase here.

jarednorman commented 3 years ago

195 has been merged. 🙂

seand7565 commented 3 years ago

Rebased! 😄