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
name age message
file .gitignore Fri Jul 18 14:10:24 -0700 2008 initial import [ryanb]
file .gitmodules Sat Dec 13 18:32:54 -0800 2008 fixing submodule of nested_assignment plugin [cainlevy]
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/ Sun Dec 14 15:21:32 -0800 2008 add the colspan attribute to the correct element [cainlevy]
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/ Sun Dec 14 15:03:56 -0800 2008 javascript usability enhancements - disable a r... [cainlevy]
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/ Sun Dec 14 01:43:43 -0800 2008 hide the "add another" link unless javascript i... [cainlevy]
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