benschwarz / sinatra-shell

My Sinatra framework

This URL has Read+Write access

name age message
file README.markdown Loading commit data...
file Rakefile
file app.rb
directory app/
file config.ru
directory config/
directory public/
directory spec/
directory views/
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!