Tempatra App
Usage
To run your application locally
$ shotgun --server=thin -p 4567 config.ru
Then go to http://localhost:4567/ with your browser)
To compile your Sass stylesheets with Compass on demand
$ compass compile
To monitor your project for changes and automatically recompile
$ compass watch
Use autospec
$ autospec
Run RSpec and Cucumber tests
$ rake