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

[pull] main from solidusio:main #394

Merged
merged 5 commits into from
Jan 25, 2024
Merged

[pull] main from solidusio:main #394

merged 5 commits into from
Jan 25, 2024

Conversation

pull[bot]
Copy link

@pull pull bot commented Jan 24, 2024

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

Currently, running `rails g solidus:install` on a new rails app
bundles `solidus_admin` with version `0.0.0`, which is empty.

This leads to inconsistencies, the first one being the dedicated
`solidus_admin` generator is not found and consequently cannot be
run.
…-admin-install

Bundle solidus_admin >= 0.2 in Solidus installer
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)
This avoids errors when running the installer on apps that already
include that gem, for example when creating the sandbox.
@pull pull bot merged commit 4b46992 into nebulab:main Jan 25, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant