edbond / complex-form-examples forked from alloy/complex-form-examples
- Source
- Commits
- Network (18)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
commit 111cf7a69f20fd1ac27bd8a76576e4bda1f82fed
tree 9e759d614b5d05d3ee5b4b0ad5055ca2af988ef3
parent 58fccc44d066e19fa92cc8bb327ab0ace52ae33a
tree 9e759d614b5d05d3ee5b4b0ad5055ca2af988ef3
parent 58fccc44d066e19fa92cc8bb327ab0ace52ae33a
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Wed Aug 20 01:51:11 -0700 2008 | |
| |
.gitmodules | Wed Feb 04 00:34:20 -0800 2009 | |
| |
LICENSE | Mon Mar 09 14:48:32 -0700 2009 | |
| |
README | Mon Mar 09 14:48:32 -0700 2009 | |
| |
Rakefile | Fri Jul 18 14:10:24 -0700 2008 | |
| |
app/ | ||
| |
config/ | Tue Aug 19 16:57:03 -0700 2008 | |
| |
db/ | Mon Mar 09 14:38:39 -0700 2009 | |
| |
doc/ | Fri Jul 18 14:10:24 -0700 2008 | |
| |
public/ | Thu Mar 12 07:05:54 -0700 2009 | |
| |
script/ | Fri Jul 18 14:10:24 -0700 2008 | |
| |
test/ | Mon Mar 09 14:52:41 -0700 2009 | |
| |
vendor/ | Mon Mar 09 14:38:03 -0700 2009 |
README
Complex Form Examples - 2 level nesting ---------------------------------------- Example of nested forms with 2 level nesting. - We've extracted html chunks into javascript variables in the head to avoid repetition and double javascript escaping (escape_javascript). - Events work with delegate because it's easier when adding dynamic html parts. - Most of the javascript is extracted to application.js Rails is vendored using a Git submodule to official repository: git://github.com/rails/rails.git

