benschwarz / sinatra-shell
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (2)
- Wiki (1)
- Graphs
-
Branch:
master
Ben Schwarz (author)
Thu Mar 19 23:36:35 -0700 2009
README.markdown
sinatra-shell
Sintra shell is the framework that I put together for how I believe sinatra "Just Works™" in my brain. It doesn't give you anything fancy, nor special, it just works for me.
I pulled this framework from my project "amnesia" after realising that I was creating exactly the same structure again.
Using rubigen or anything similar felt too much like hard work, but feel free to do so and sent those pull requests!
How to run it
rackup config.ru
or
ruby app.rb
or using rtomayko's "shotgun"
shotgun config.ru
Go and write some fucking sinatra apps!

