activescaffold / active_scaffold_walkthrough
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
Tim Harper (author)
Tue Jul 22 18:59:57 -0700 2008
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Sat Aug 23 02:19:33 -0700 2008 | |
| |
.gitmodules | Mon Jul 21 23:41:28 -0700 2008 | |
| |
README.textile | Sat Aug 23 02:19:24 -0700 2008 | |
| |
Rakefile | Mon Jul 21 23:38:06 -0700 2008 | |
| |
app/ | Sat Aug 23 02:19:34 -0700 2008 | |
| |
config/ | Mon Jul 21 23:38:06 -0700 2008 | |
| |
db/ | Sat Aug 23 02:19:33 -0700 2008 | |
| |
doc/ | Mon Jul 21 23:38:06 -0700 2008 | |
| |
public/ | Sat Aug 23 02:19:33 -0700 2008 | |
| |
script/ | Mon Jul 21 23:38:06 -0700 2008 | |
| |
test/ | Sat Aug 23 02:19:33 -0700 2008 | |
| |
vendor/ | Mon Jul 21 23:41:28 -0700 2008 | |
| |
walkthrough.sh | Sat Aug 23 02:19:24 -0700 2008 |
README.textile
Walkthrough app
This small application is designed to introduce a beginner to several features of active scaffold. Each commit is very descriptive and precise to show what code was changed to perform certain actions along the way.
Features demonstrated:
- Image uploading / thumbnails
- File uplaoding
- Calendar pickers
- Nested scaffolds
- Column overrides
- Creating a drag-drop sortable list
To start:
git clone git://github.com/activescaffold/active_scaffold_walkthrough.git git submodule init && git submodule update rake db:migrate # start iterating through commits ./walkthrough.sh next # see details about the current commit (diff) ./walkthrough.sh show # keep iterating ./walkthrough.sh next ./walkthrough.sh prev # stop ./walkthrough.sh abort
