yairgo / active_scaffold_demo forked from activescaffold/active_scaffold_demo
- Source
- Commits
- Network (9)
- Issues (0)
- Downloads (1)
- Wiki (1)
- Graphs
-
Branch:
master
commit 0b17374d65010d6be97f1d1fde0261d78c8dc484
tree 4ac215185fd60670d31cfbc678b59fd477ee0056
parent 823b62e06aa68998d5307e4cf178f6c42dfb866b
tree 4ac215185fd60670d31cfbc678b59fd477ee0056
parent 823b62e06aa68998d5307e4cf178f6c42dfb866b
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
.gitmodules | ||
| |
README.textile | Sun Aug 31 00:15:29 -0700 2008 | |
| |
Rakefile | ||
| |
app/ | ||
| |
config/ | ||
| |
db/ | ||
| |
doc/ | Wed Mar 07 17:56:43 -0800 2007 | |
| |
lib/ | ||
| |
log/ | Wed May 21 23:33:14 -0700 2008 | |
| |
public/ | ||
| |
script/ | ||
| |
test/ | ||
| |
vendor/ |
README.textile
Active Scaffold Demo
A rails application to demonstrate the features of ActiveScaffold.
To install and run:
# Clone the application git clone git://github.com/activescaffold/active_scaffold_demo.git cd active_scaffold_demo git submodule init && git submodule update rake db:migrate script/server
Running selenium tests:
Please refer to test/README_selenium.textile

