Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 471 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 471 Bytes

Sinatra Template

My base Sinatra template.

  • Clone it
  • Rename 'config/config.yml.example'
  • bundle install
  • script/server to start the development server.
  • script/console to start console
  • rake spec to run tests

Feel free to fork it, clone it or otherwise modify it for your own use.

Includes a basic authentication system.

Setup with:

  • Mongoid
  • HAML
  • Twitter Bootstrap

Requirements:

  • Ruby (>= 1.9.2)
  • MongoDB
  • Bundler