https://github.com/dgapitts/sinatra_up_and_running
https://github.com/dgapitts/sinatra_up_and_running
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dgapitts/sinatra_up_and_running
- Owner: dgapitts
- Created: 2015-09-05T11:33:24.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-05T11:34:40.000Z (almost 11 years ago)
- Last Synced: 2025-07-01T00:07:14.014Z (12 months ago)
- Language: Ruby
- Size: 121 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Learning Sinatra
I am a big fan of codeschool (https://www.codeschool.com/) but unfortunately the only ruby web framework they currently cover is Ruby on Rails.
So I have been working through the O'Reilly book "Sinatra Up and Running" which is both concise and fairly comprehensive... there is a nice review at: http://www.rubyinside.com/sinatra-book-review-5704.html.
This git repository is just the sample code and my runtime notes.