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
cainlevy (author)
Sun Dec 14 15:20:01 -0800 2008
commit  fdf395588b6df6ebe369fc0580c3d94b02d2815e
tree    47ca665c4e87603cf24e7ddf0e5a8ace968ef0d3
parent  2b5337a4d166c6e924b9534ae4b726fbdf334d02
name age message
file .gitignore Fri Jul 18 14:10:24 -0700 2008 initial import [ryanb]
file .gitmodules Loading commit data...
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/
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/
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]
directory vendor/
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