varvet / godmin

Admin framework for Rails 5+
http://godmin-sandbox.herokuapp.com
MIT License
486 stars 51 forks source link

Sandbox installer fails for Engine installation #235

Closed juliaramstedt closed 5 years ago

juliaramstedt commented 7 years ago

When running the Sandbox installer

rails new sandbox --skip-spring -m https://raw.githubusercontent.com/varvet/godmin/master/template.rb

with the engine installation option, I get the following error:

Could not find gem 'web-console (>= 3.3.0)' in any of the gem sources listed in your Gemfile.
Run `bundle install` to install missing gems.
        gsub    admin/admin.gemspec
The template [https://raw.githubusercontent.com/varvet/godmin/master/template.rb] could not be loaded. Error: No such file or directory @ rb_sysopen - /path/to/project/sandbox/admin/admin.gemspec
jensljungblad commented 6 years ago

Cannot reproduce. Is this still an issue @juliaramstedt ?