public
Description: Various ways to handle multi-model forms in Rails.
Homepage:
Clone URL: git://github.com/ryanb/complex-form-examples.git
ryanb (author)
Mon Aug 03 17:51:03 -0700 2009
commit  1fb85c29230f6d9383c46716dd66313a1c96c17b
tree    43189e5ced47c19439c7d2e609212df9cd3a1184
parent  05d1da5ed2ab1bd8f84f661ca9893b0f78b4742c
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/ Mon Aug 03 17:51:03 -0700 2009 updating to Rails 2.3.3 [ryanb]
directory config/ Mon Aug 03 17:51:03 -0700 2009 updating to Rails 2.3.3 [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/ Mon Aug 03 17:51:03 -0700 2009 updating to Rails 2.3.3 [ryanb]
directory script/ Fri Jul 18 14:10:24 -0700 2008 initial import [ryanb]
directory test/ Mon Aug 03 17:51:03 -0700 2009 updating to Rails 2.3.3 [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