-
-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
More generator updates #198
base: main
Are you sure you want to change the base?
Conversation
- only install chrome, which is the default driver - stop using sqlite-memory - add a sqlite based job - test against different ruby version (with minimal redundancy)
- shadow the bundle command and make it run "with unbundled env" - shed support for the legacy `with_clean_env` - use local bundle config instead of the deprecated inline flags - generalize support for extensions installed by `solidus:install` - thinner layer between env variables and `rails new` options - mark the main operation to ease debugging issues
Require a version of bundler that supports `--path` in the `add` command.
We need to skip solidus bolt for Solidus v3.2, otherwise it will try to install it when creating the dummy app.
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 |
2 similar comments
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 |
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 |
Summary
Those changes are sourced from adjustments done on individual extensions.
Checklist
Check out our PR guidelines for more details.
The following are mandatory for all PRs:
The following are not always needed (
cross them outif they are not):