ryanb / complex-form-examples
- Source
- Commits
- Network (18)
- Issues (4)
- Downloads (0)
- Wiki (1)
- Graphs
-
Tree:
05d1da5
commit 05d1da5ed2ab1bd8f84f661ca9893b0f78b4742c
tree d0cfcca553ec69bbf2365d3b05c2b3bbbf6546b2
parent 65f95b2927e29d6114853604c6e9e53d063e1e2c
tree d0cfcca553ec69bbf2365d3b05c2b3bbbf6546b2
parent 65f95b2927e29d6114853604c6e9e53d063e1e2c
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Fri Jul 18 14:10:24 -0700 2008 | |
| |
LICENSE | Fri Jul 18 14:10:24 -0700 2008 | |
| |
README | Sun Jul 20 18:41:55 -0700 2008 | |
| |
Rakefile | Fri Jul 18 14:10:24 -0700 2008 | |
| |
app/ | Fri Jul 18 14:10:24 -0700 2008 | |
| |
config/ | Fri Jul 18 14:10:24 -0700 2008 | |
| |
db/ | Fri Jul 18 14:10:24 -0700 2008 | |
| |
doc/ | Fri Jul 18 14:10:24 -0700 2008 | |
| |
public/ | Fri Jul 18 14:10:24 -0700 2008 | |
| |
script/ | Fri Jul 18 14:10:24 -0700 2008 | |
| |
test/ | Fri Jul 18 14:10:24 -0700 2008 |
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
