sinatra / sinatra-recipes

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

Versioning #114

Open kgrz opened 9 years ago

kgrz commented 9 years ago

Should we have a section on each recipe mentioning the versions of Ruby, and the various gems used? Some recipes (like Mongo) have been updated to work on the latests gems, whereas some are not. More information should help. Or perhaps we can simply add a Gemfile in a gist and link it to every recipe?

ghost commented 9 years ago

Sounds interesting. How about adding a test script on each recipe and running tests on CI?

zzak commented 9 years ago

Test script is a good idea, but it's one more thing we have to maintain. Who fixes it when it fails?

It might help to have some metadata associated with each guide so that we can list hard dependencies, and the versions supported by the documentation.

ghost commented 9 years ago

Check out the sinatrasapporo/sinatra-recipes@0cbd208

It would be nice to see the preview on GitHub.

kgrz commented 9 years ago

This is cool! :+1: