My base Sinatra template.
- Clone it
- Rename 'config/config.yml.example'
bundle install
script/server
to start the development server.script/console
to start consolerake spec
to run tests
Feel free to fork it, clone it or otherwise modify it for your own use.
Includes a basic authentication system.
- Mongoid
- HAML
- Twitter Bootstrap
Requirements:
- Ruby (>= 1.9.2)
- MongoDB
- Bundler