Alberto Vena

Results 34 issues of Alberto Vena

Sprockets 4 requires a configuration manifest file to be created in the application. This is fine for new stores but it's not working with our DummyApp at the moment since...

Bug
Challenge

When changing a user's email in the backend (`/admin/users/:id`), if there is a validation error on the email, breadcrumbs of the page are updated with the wrong, invalid value. **Solidus...

Bug
Solidus Admin

## Summary Closes #5033 Add `solidus:paperclip_adapter:install` generator, which allows incorporating the paperclip adapter into the host application, in order to remove support for it from the core. This generator does...

type:enhancement
changelog:solidus_core

Apparently, refunding a payment is not creating a payment log entry when executed. ![Screenshot 2023-01-23 at 16 56 05@2x](https://user-images.githubusercontent.com/167946/214086156-a9407fa3-9d01-48ee-a1ba-974010c42bd4.png) ☝️ In this example, the order has been cancelled, and a...

type:bug
good first issue

Similarly to what we have done with https://github.com/solidusio/solidus/blob/5111949aef306ab0ad2c0b9b61af2e1e26fd2f0d/core/db/migrate/20160101010000_solidus_one_four.rb, we can compact the majority of our migrations into a single one. This will reduce the number of migrations we copy over...

type:enhancement
good first issue

This is the correct PR. Thanks! :smile:

Hello! Rubygems [strongly suggests using MFA](https://guides.rubygems.org/setting-up-multifactor-authentication/) for well known reasons. From the same page, it seems like API keys are not able to bypass MFA: > Note: If you are...

I'm trying to understand an issue we have on Solidus: https://github.com/solidusio/solidus/pull/3202. These are two specs that describe the behavior we had with discard 1.0.0: ```ruby describe 'discarded? value on callbacks/validations'...

Ref https://github.com/rails/sprockets-rails/issues/369 Using Sprockets 4, at the moment, the only allowed path for the newly required configuration manifest is the default one (`app/assets/config/manifest.js`) and there is no way to change...