intercity / chef-repo

Set up your server to host Ruby on Rails apps. - Follow us on Twitter: @intercityup
MIT License
416 stars 82 forks source link

Make sure ruby is still compiled if the binary server is gone #166

Open jvanbaarsen opened 9 years ago

jvanbaarsen commented 9 years ago

We had an issue on Intercityup.com that the binary server was gone and people where no longer able to create a new application since the ruby version could not be fetched with wget.

It would be nice to have a fallback, so when chef-repo is not able to wget the ruby binary it fall back to compiling the binary instead.