- Cookies question
Ivestigation of work with cookies in Sinatra.
- Rest server with activerecord ( sqlite3 ) persistance
Code after the tutorial at
http://www.danneu.com/posts/15-a-simple-blog-with-sinatra-and-active-record-some-useful-tools/
- File uploading simple example
Simple file uploading routines.
http://www.wooptoot.com/file-upload-with-sinatra
- Simple application illustrating work with Angular.js
A angularjs tutorial to build a simple crud application with a sinatra backend.
https://github.com/twilson63/crud.git
- Sinatra up and running code
Copied from Casiano Rodriguez-Leon github repo for general investigation.
https://github.com/crguezl/sinatra-up-and-running
- Sample of deployment of Sinatra apps with Capistrano
Delopyment of simple app with Unicorn web server and Capistrano gem.
https://github.com/stulentsev/sincapun
- Example of using Sinatra::JSON from sinatra-contrib gem
Based on
http://www.sinatrarb.com/contrib/json.html
- Sinatra Warden Template
Application template with usage of Warden for user authentification. Copied from
https://github.com/erikwco/sinatra-warden-template
- Sinatra, MongoDB, Backbone.js -- TODO Application
Sample application from Addy Osmanies repository
https://github.com/addyosmani/backbone-fundamentals/tree/gh-pages/practicals/stacks/option3