Sean Denny

Results 9 comments of Sean Denny

Just as a heads up: Rails changed their `master` branch to `main` back in [February](https://github.com/rails/rails/pull/40254), and as far as I can tell it hasn't caused too much in the way...

Is there any reason why we shouldn't just change all the polymorphic routes (e.g. `link_to_edit`) referring to admin users to non-polymorphic routes? (e.g. `admin_edit_user_path`)

Hmm, that's an interesting question. Ultimately, as a developer, I would expect something set as a default to always be returned as the default option (if nothing else is set)....

@RyanofWoods It does not occur with SQLite3. I've only tested it with postgres (which is what the demo store runs on too) but I can get it to reproduce locally...

We could use SecureRandom to generate a new email - eg.`"#{SecureRandom.hex}@deleted.com"` - to remove unscrambling as a possibility.

Can confirm this is still an issue. To reproduce (on the [demo store](https://demo.solidus.io/admin/orders) if you have no vanilla environment): 1. Update one of the shipping methods to Flexible Rate Per...

Some feedback on this from @elia that I think is valuable here: > I wish /stripe/create_intent was accepting a json instead of a serialized form-data string, the fact that this...

@zener79 @vokshirg I wasn't able to replicate this issue, can you provide more details about your setup, and/or verify that this is still an issue? Thanks!

I love this idea! Definitely would like to see this happen. I have never liked that this extension has an admin tab for overall setup, I could see that being...