This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Fri Jul 18 14:10:24 -0700 2008 | |
| |
LICENSE | Tue Oct 13 14:21:36 -0700 2009 | |
| |
README.rdoc | Tue Oct 13 14:38:53 -0700 2009 | |
| |
Rakefile | Fri Jul 18 14:10:24 -0700 2008 | |
| |
app/ | Tue Oct 13 14:43:38 -0700 2009 | |
| |
config/ | Mon Aug 03 17:51:03 -0700 2009 | |
| |
db/ | Tue Aug 04 16:16:33 -0700 2009 | |
| |
doc/ | Fri Jul 18 14:10:24 -0700 2008 | |
| |
public/ | Tue Oct 13 14:43:38 -0700 2009 | |
| |
script/ | Fri Jul 18 14:10:24 -0700 2008 | |
| |
test/ | Tue Aug 04 16:16:33 -0700 2009 |
README.rdoc
Complex Form Example: Deep Nesting
This solution uses the accepts_nested_attributes_for which was introduced in Rails 2.3. It supports any level of depth in nesting models. This version uses unobtrusive JavaScript with jQuery and HTML 5.
Once you clone this repository, just run the migrations and start up the server to try it out.
rake db:migrate script/server
Special thanks to Tim Riley and Eloy Duran.







