public
Fork of ryanb/complex-form-examples
Description: Various ways to handle multi-model forms in Rails.
Homepage:
Clone URL: git://github.com/cainlevy/complex-form-examples.git
ryanb (author)
Sun Jul 20 18:41:55 -0700 2008
commit  05d1da5ed2ab1bd8f84f661ca9893b0f78b4742c
tree    d0cfcca553ec69bbf2365d3b05c2b3bbbf6546b2
parent  65f95b2927e29d6114853604c6e9e53d063e1e2c
name age message
file .gitignore Fri Jul 18 14:10:24 -0700 2008 initial import [ryanb]
file LICENSE Fri Jul 18 14:10:24 -0700 2008 initial import [ryanb]
file README Sun Jul 20 18:41:55 -0700 2008 updating readme [ryanb]
file Rakefile Fri Jul 18 14:10:24 -0700 2008 initial import [ryanb]
directory app/ Fri Jul 18 14:10:24 -0700 2008 initial import [ryanb]
directory config/ Fri Jul 18 14:10:24 -0700 2008 initial import [ryanb]
directory db/ Fri Jul 18 14:10:24 -0700 2008 initial import [ryanb]
directory doc/ Fri Jul 18 14:10:24 -0700 2008 initial import [ryanb]
directory public/ Fri Jul 18 14:10:24 -0700 2008 initial import [ryanb]
directory script/ Fri Jul 18 14:10:24 -0700 2008 initial import [ryanb]
directory test/ Fri Jul 18 14:10:24 -0700 2008 initial import [ryanb]
README
Complex Form Examples
---------------------

Several different ways to handle the multi-model form problem with a 
one-to-many association. The various approaches are in git branches.
See them for examples.

Once you clone the repository, you can checkout a remote branch.

  git checkout -b ddollar-accessible origin/ddollar-accessible

Some branches may require you to update submodules.

  git submodule update --init