#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.
bundle install
shotgun
- visit
localhost:9393
- sinatra: web framework
- sqlite3: Database
- activerecord: ORM
- sinatra-activerecord
- rake