solidusio / solidus_dev_support

A collection of tools for developing Solidus extensions.
MIT License
21 stars 27 forks source link

Adapt sandbox script to solidus 4 #212

Closed mamhoff closed 1 year ago

mamhoff commented 1 year ago

Summary

The automatically generated bin/sandbox script does not work with current Solidus any longer. This upgrades the script to work with (at least) Solidus 4.

It also provides a Rake task to help you obtain this script in existing extensions. From the root of your extension, run

bin/rake extension:upgrade_binstubs

Checklist

Check out our PR guidelines for more details.

The following are mandatory for all PRs:

The following are not always needed:

mergify[bot] commented 1 year ago

It looks like this PR is missing a label to determine the type of change it introduces. The maintainer should add one of the following labels:

Additionally, the maintainer may also want to add one of the following:

Once the correct labels have been set, simply remove the needs changelog label label from this PR so I can merge it.