This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit a743fb5b7970e02dd10ea6fd5c0d4b2294dc244a
tree b9a2107eff32aa19872d30341ed10018e206eb06
parent 4f46d1e3450bbeef92177a2f8e0c6ae7894c669d
tree b9a2107eff32aa19872d30341ed10018e206eb06
parent 4f46d1e3450bbeef92177a2f8e0c6ae7894c669d
salad /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Sun Oct 25 08:36:18 -0700 2009 | |
| |
README | Mon Aug 17 17:14:23 -0700 2009 | |
| |
Rakefile | Sat Jul 18 20:07:38 -0700 2009 | |
| |
app/ | Wed Oct 28 03:44:58 -0700 2009 | |
| |
config.rb | Sat Oct 24 19:22:34 -0700 2009 | |
| |
config/ | Wed Oct 28 03:44:58 -0700 2009 | |
| |
db/ | Tue Sep 01 10:56:00 -0700 2009 | |
| |
doc/ | Mon Aug 17 17:14:23 -0700 2009 | |
| |
features/ | Sun Oct 25 12:17:39 -0700 2009 | |
| |
lib/ | Sat Oct 24 17:04:22 -0700 2009 | |
| |
public/ | Wed Oct 28 03:57:35 -0700 2009 | |
| |
script/ | Sat Jul 18 20:07:38 -0700 2009 | |
| |
spec/ | Sun Oct 25 12:17:39 -0700 2009 | |
| |
test/ | Sat Jul 18 20:07:38 -0700 2009 | |
| |
vendor/ | Thu Oct 22 17:02:35 -0700 2009 |
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







