-
Notifications
You must be signed in to change notification settings - Fork 55
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
Fix sandbox generation #196
Comments
I'm doing some investigations here.
Dropped database 'db/development.sqlite3'
Database 'db/test.sqlite3' does not exist
Created database 'db/development.sqlite3'
Created database 'db/test.sqlite3'
Could not find generator 'spree:install'.
Run `bin/rails generate --help` for more options.
create config/initializers/devise.rb
run bundle exec rake railties:install:migrations FROM=solidus_auth from "." |
It looks like that the issue is related to the change from Updating the |
|
After creating a sandbox, the store is not mounted in
config.rb
and the migrations aren't copied and executed entirely.There's this error in the process:
Could not find generator 'spree:install'
.Currently, the Solidus sandbox generation is working, so it may be a problem with a specific dependency of this gem.
The text was updated successfully, but these errors were encountered: