Skip to content
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

[v4.3] Fix minor sandbox generation issues #5676

Merged
merged 2 commits into from
Mar 11, 2024
Merged

Conversation

github-actions[bot]
Copy link

Backport

This will backport the following commits from main to v4.3:

Questions ?

Please refer to the Backport tool documentation

This prevent the following error when the `.gitignore` file is
not present, for example when creating sandbox app:

  Rails::Generators::Error: The template [/path/to/solidus/admin/lib/solidus_admin/install_tailwindcss.rb] could not be loaded.
  Error: The file /path/to/solidus/sandbox/.gitignore does not appear to exist (Rails::Generators::Error)

  Caused by:
  Thor::Error: The file /path/to/solidus/sandbox/.gitignore does not appear to exist (Thor::Error)

(cherry picked from commit b4f14e8)
This avoids errors when running the installer on apps that already
include that gem, for example when creating the sandbox.

(cherry picked from commit 17647e5)
@github-actions github-actions bot requested a review from a team as a code owner February 29, 2024 09:39
@github-actions github-actions bot added changelog:solidus_core Changes to the solidus_core gem changelog:solidus_admin labels Feb 29, 2024
@spaghetticode spaghetticode merged commit 528f204 into v4.3 Mar 11, 2024
9 checks passed
@spaghetticode spaghetticode deleted the backport/v4.3/pr-5618 branch March 11, 2024 10:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants