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 (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Mon Nov 02 13:15:24 -0800 2009 | |
| |
README.textile | Wed Oct 14 09:54:58 -0700 2009 | |
| |
Rakefile | Wed Oct 14 09:31:00 -0700 2009 | |
| |
app/ | Thu Nov 05 16:28:00 -0800 2009 | |
| |
config/ | Mon Nov 02 11:38:29 -0800 2009 | |
| |
db/ | Mon Nov 02 11:38:29 -0800 2009 | |
| |
doc/ | Wed Oct 14 09:31:00 -0700 2009 | |
| |
features/ | Wed Nov 04 04:01:33 -0800 2009 | |
| |
lib/ | Wed Oct 28 04:38:53 -0700 2009 | |
| |
log/ | Wed Oct 14 09:31:00 -0700 2009 | |
| |
public/ | Mon Nov 02 10:32:02 -0800 2009 | |
| |
script/ | Wed Oct 14 09:31:00 -0700 2009 | |
| |
spec/ | Wed Nov 04 03:32:34 -0800 2009 | |
| |
test/ | Wed Oct 14 09:31:00 -0700 2009 | |
| |
tmp/ | Wed Oct 14 09:31:00 -0700 2009 | |
| |
vendor/ | Thu Oct 29 11:41:40 -0700 2009 |
README.textile
Engine Yard Rails Development Directory Web Application
Bootstrapping
To get set up, first up, create your MySQL database:
rake db:create
Then run the bootstrap task:
rake bootstrap
The bootstrap task will ask you for a username and password for a regular user that will have ownership of the provider that is created, as well as another user that will have admin rights.
You’ll also need to create a site_config.yml file in the config/ dir. You can start with the example:
cp config/site_config.yml.example config/site_config.yml
Running the unit tests
Create the test database…
rake testing db:create
… and populate it:
rake db:test:clone
Run the tests:
rake spec
or using ZenTest
autospec
Running the cucumber acceptance tests
cucumber features
or add them to your ZenTests:
AUTOFEATURE=true autospec






