Awesome
#ratpack
a simple boilerplate for creating production-ready sinatra apps that use activerecord and sqlite
twitterbootstrap using html and css are included.
if ya want haml and sass, be on the look for classy.
Up and running
bundle install
shotgun
- visit
localhost:9393
Gemfile
- sinatra: web framework
- sqlite3: Database
- activerecord: ORM
- sinatra-activerecord
- rake