-
Notifications
You must be signed in to change notification settings - Fork 141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Versioning #114
Comments
Sounds interesting. How about adding a test script on each recipe and running tests on CI? |
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. |
Check out the sinatrasapporo/sinatra-recipes@0cbd208 It would be nice to see the preview on GitHub. |
This is cool! 👍 |
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?
The text was updated successfully, but these errors were encountered: