public
Description: a basic sinatra app layout with cucumber, rspec, and webrat
Homepage:
Clone URL: git://github.com/graemenelson/tracksuit.git
graemenelson (author)
Sun Jun 21 07:25:56 -0700 2009
commit  4c8761074f7cd79c5e43b16357afc6a21bf55923
tree    9af896e2e5967fbe8fc65d8776f7958263499923
parent  bae927b8a54c7a055ac5ec00d6ec713255f70ed5
name age message
file .gitmodules Loading commit data...
file README
file Rakefile
directory config/
file cucumber.yml
directory features/
directory lib/
directory spec/
directory vendor/
README
tracksuit

A basic sinatra application layout with Behaviour Driven Development support. Currently, the BDD suit
include cucumber with webrat and rspec with Rack-Test.

There is no data storage, not all application need it and the data storage really depends on the type
of application being built.

Haml is the default view template used, but it would be pretty easy to switch to something else.

I've debated about trying to package all the required gems into the vendor directory, but I haven't
really convinced myself if this is a good direction to go.  I like the idea of having all the dependency
self contained within the application.  If I need to upgrade a dependency in one application, it doesn't
effect my other applications.

Currently, you will need:

rack 1.0
nokogiri 1.0.6 or greater