tommy chheng
-
forked from zapnap/sinatra-template, removed datamapper + rspec.
A base Sinatra application template. Just fork and build. Yay! Includes Haml all ready to go.
Add gems to Gemfile
Add your controller actions in application.rb. Views for these actions are placed in the views directory. Static files, including a stock stylesheet, go in the public directory. Models go in the lib directory and are auto-loaded.
TODO
run using shotgun config.ru -p 4567