https://github.com/trinitronx/sinatra-demo
A simple demo of the sinatra RoR framework
https://github.com/trinitronx/sinatra-demo
Last synced: about 1 month ago
JSON representation
A simple demo of the sinatra RoR framework
- Host: GitHub
- URL: https://github.com/trinitronx/sinatra-demo
- Owner: trinitronx
- Created: 2011-08-22T20:04:56.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2011-08-22T20:25:46.000Z (almost 15 years ago)
- Last Synced: 2025-01-10T07:47:09.074Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 93.8 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
Sinatra - A very simple demo
============================
This is a quick project based off of a [sinatra demo](http://www.slideshare.net/Cannikin/classy-web-development-with-ruby-sinatra-and-heroku-1) I found on slideshare.
It includes:
- A simple hello world page `hi.rb`
- A simple email entry form `beta.rb`
- A simple dynamic url demo `dynamic.rb`
It has some simple erb views in `views/`