Marc Riera

Results 33 comments of Marc Riera

Instead of hacking `Wicked::Wizard`, isn't it easier to save initiatives as draft in the first step of the wizard? 😕

I found that @nguyenquangminh0711 has a ko-fi link: https://ko-fi.com/nguyenquangminh0711. You can find the info here: https://github.com/nguyenquangminh0711/ruby_jard/blob/cbba19ba3354ec9b9030621cbc8be11412f26265/.github/FUNDING.yml#L1-L3 Or just look for the Sponsor button

Hi @bramj! I don't know if you still have this issue, but I'm using Carrierwave + form objects successfully in my project. First, I have the `mount_uploader :image, ImageUploader` line...

Hi, @sgruhier! Any chance we could have this? 😄 Thanks!

I haven't tried it yet! I'll try to come up with something, I might find time to do it!

Maybe for `standard` maintainers it's easier to have a `standard-rails` gem? It could use `standard` as a dependency, and add `rubocop-rails`. This way from a `standard` perspective you wouldn't need...

This looks good, I'm trying to adapt it to my code because I'm using an old version of the gem, **v2.0.14** (sorry, forgot to mention it!). I'm guessing the `ActiveRecordQueryLogsTrace`...

Awesome, it works! Thanks! I just had to change the method names, they should be `before_multiplex` and `after_multiplex`, but apart from that everything works fine! Thank you so much ❤️...

Awesome! this is gonna be very helpful for debugging, thank you ❤ Glad the suggestion was useful!

Just adding a bit more context, we also install gems in a different location (`./vendor/bundle/`). `spoom` was working fine for us in bundler 2.5.5, but started failing when we migrated...