Skip to content

activescaffold/active_scaffold_walkthrough

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
cd active_scaffold_walkthrough
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

About

A walkthrough project showing how to use several features of active scaffold (hint: look at "git log -p")

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published