Peter Berkenbosch
Peter Berkenbosch
Awesome! Thanks all!
@martijnpolder any updates on this? More then happy to jump on this on my opensource Friday cycles. So feel free to reach out if there is some additional help needed....
great! Thanks @justincase You can also use the github shortcut like this: ```ruby gem "mollie-api-ruby", github: "mollie/mollie-api-ruby", tag: "v4.10.0" ```
I think each container serves the assets from its own precompiled version, some can be outdated. Not sure how this would work when using a single CDN though without keeping...
@dependabot rebase
@AlessioRocco Working on improving this.
@huoxito the handler code will make inventory_units based on the quantity. https://github.com/spree/spree_wombat/blob/master/lib/spree/wombat/handler/add_shipment_handler.rb#L73
I love the sandbox script. `bundle exec rake sandbox` will generate an app for you in the sandbox folder and you can play around with it.
Also, just working and clear specs do help as well.
I like this idea, were you thinking about something like this: ``` PBC ~/code/my_solidus_extention # ./bin/override Spree::Product MyDecorator ``` - adds override file `my_decorator.rb` with mod..prepend on `Spree::Product` - adds...