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 (
Getting Started
If you can perform the following and end up with a single failing example stating that you haven't written any tests yet then you’ve won.
*nix
$ sudo gem install taza
$ taza my_taza_example
$ cd my_taza_example
$ ./script/generate site my_special_site
$ ./script/generate page home my_special_site
$ ./script/generate flow login my_special_site
$ rake -T
$ rake spec:isolation:my_special_site
Windows
NOTE: If you’re on Windows you are going to run into problems somewhere. Please do yourself the favor of using Cygwin instead of the Windows Command Prompt.
$ gem install taza
$ taza.bat my_taza_example
$ cd my_taza_example
$ ./script/generate site my_special_site
$ ./script/generate page home my_special_site
$ ./script/generate flow login my_special_site
$ rake.bat -T
$ rake.bat spec:isolation:my_special_site







