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

Fix the standard generator alias and remove interactivity from seeds #233

Closed elia closed 1 year ago

elia commented 1 year ago

This generator is here for anyone trying to run th standard bin/rails g solidus_auth_devise:install. Turns out that assigning to another constant is not enough and we need to proxy it more explicitly.

elia commented 1 year ago

@jarednorman I sent another review-request your way as I had to heavily change a couple of things chasing a green CI for older solidus versions 🙏