varvet / godmin

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

Template cannot be run without the correct ruby version installed #230

Open jensljungblad opened 7 years ago

jensljungblad commented 7 years ago

The template for generating a sample application requires a specific ruby version to be installed. This is because we use the template to generate the sandbox application that is deployed to Heroku.

jensljungblad commented 6 years ago

I think this should be solved as part of https://github.com/varvet/godmin/issues/228. If we can decouple sandbox deployment from the template, that would solve this issue.