public
Description: A simple webapp to manage Cucumber based projects
Homepage:
Clone URL: git://github.com/baphled/salad.git
commit  a743fb5b7970e02dd10ea6fd5c0d4b2294dc244a
tree    b9a2107eff32aa19872d30341ed10018e206eb06
parent  4f46d1e3450bbeef92177a2f8e0c6ae7894c669d
salad /
name age message
file .gitignore Sun Oct 25 08:36:18 -0700 2009 Added log & tmp to ignore file. [baphled]
file README Mon Aug 17 17:14:23 -0700 2009 General cleanup of code. [baphled]
file Rakefile Sat Jul 18 20:07:38 -0700 2009 first commit [baphled]
directory app/ Wed Oct 28 03:44:58 -0700 2009 Added extra functionality to the hover dialog J... [baphled]
file config.rb Sat Oct 24 19:22:34 -0700 2009 Added blueprint buttons, to help with our butto... [baphled]
directory config/ Wed Oct 28 03:44:58 -0700 2009 Added extra functionality to the hover dialog J... [baphled]
directory db/ Tue Sep 01 10:56:00 -0700 2009 Modified feature titles to accommodate for long... [baphled]
directory doc/ Mon Aug 17 17:14:23 -0700 2009 General cleanup of code. [baphled]
directory features/ Sun Oct 25 12:17:39 -0700 2009 Refactored tests to fall in line with added dat... [baphled]
directory lib/ Sat Oct 24 17:04:22 -0700 2009 Removed validation class as it is not actually ... [baphled]
directory public/ Wed Oct 28 03:57:35 -0700 2009 More cleanup of the code, to make it cleaner & ... [baphled]
directory script/ Sat Jul 18 20:07:38 -0700 2009 first commit [baphled]
directory spec/ Sun Oct 25 12:17:39 -0700 2009 Refactored tests to fall in line with added dat... [baphled]
directory test/ Sat Jul 18 20:07:38 -0700 2009 first commit [baphled]
directory vendor/ Thu Oct 22 17:02:35 -0700 2009 Added compass & blueprint to the project, will ... [baphled]
README
Salad

Inspired by Cucumber, Salad mixes clients & developers with a little special sauce, created to help bridge the gap 
between creative minds and developers.

One of the main issues I've come across whilst using Cucumber, is that I end up having to copy and paste various 
snippets of my existing feature to create new ones. Though Cucumber is a marvelous tool, I still had the need to convert 
client based specifications into live code.

Salad takes the first step in dealing with this issue. Firstly with Salad it is easy to create features and associate 
them with projects, building further on them by specifying a features stories and steps need to complete a story.

Imagine, if you will the BS ages, Before Salad, that is. Eating vegetables got boring quite fast, hence us having Salad 
everywhere, as with vegetables, writing up specs and translating a clients specifications into code can also be boring, 
leading to mistakes and the most common miscommunication.

Salad makes creating new features & stories easier as you build up a collection, as steps & stories are often reused, 
Salad gives you the ability to import features, steps & stories into a project, so you don't have to do it all over 
again. 

This makes Salad a nice simple tool for clarifying feature requirements & rolling out a projects features.

What Salad does
Helps organise features & their stories
Manage a stories steps
Allows you to export features

What Salad doesn't do
Automatically generate cucumber steps
Make your coffee (yet)

Future features
LightHouse integration
GitHub integration

Install
Download via http://github.com/baphled/salad
cd salad
script/server
Then point your browser to http://localhost:3000/projects