README.md
July 3, 2013 ยท View on GitHub
#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 installshotgun- visit
localhost:9393
Gemfile
- sinatra: web framework
- sqlite3: Database
- activerecord: ORM
- sinatra-activerecord
- rake