sinatra / sinatra-recipes

Community contributed recipes and techniques
http://recipes.sinatrarb.com/
463 stars 142 forks source link

rescuing httperrors so page doesn't fail when github is unavailable #66

Closed ashleygwilliams closed 11 years ago

ashleygwilliams commented 11 years ago

page won't resolve is github api is unavailable. fixed to check if github api is available, and will not attempt to display blocks that require data from the api.

zzak commented 11 years ago

Thank you! Please commit it.