public
Description: Various ways to handle multi-model forms in Rails.
Homepage:
Clone URL: git://github.com/ryanb/complex-form-examples.git
name age message
file .gitignore Fri Jul 18 14:10:24 -0700 2008 initial import [ryanb]
file .gitmodules Fri Jul 18 15:02:32 -0700 2008 adding ddollar's forked rails branch using subm... [ryanb]
file LICENSE Fri Jul 18 14:10:24 -0700 2008 initial import [ryanb]
file README Fri Jul 18 15:15:06 -0700 2008 updating readme [ryanb]
file Rakefile Fri Jul 18 14:10:24 -0700 2008 initial import [ryanb]
directory app/ Loading commit data...
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]
directory vendor/ Fri Jul 18 15:02:32 -0700 2008 adding ddollar's forked rails branch using subm... [ryanb]
README
Complex Form Examples
---------------------

This example uses the modifications made by David Dollar found at this thread:
http://github.com/ddollar/rails/tree/accessible-association-replacement


Rails is vendored using a Git submodule to this repository:
http://github.com/ddollar/rails/tree/accessible-association-replacement


Currently there are a couple issues:
- an exception is raised when validation fails for task
- tasks are updated even if validation fails for project