CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sun, 24 Aug 2025 09:30:57 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20091005125703
location: https://web.archive.org/web/20091005125703/https://github.com/ryanb/complex-form-examples
server-timing: captures_list;dur=0.725102, exclusion.robots;dur=0.022313, exclusion.robots.policy;dur=0.009626, esindex;dur=0.012504, cdx.remote;dur=32.180345, LoadShardBlock;dur=105.622279, PetaboxLoader3.datanode;dur=73.177949
x-app-server: wwwb-app215
x-ts: 302
x-tr: 178
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app215; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Sun, 24 Aug 2025 09:31:02 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Mon, 05 Oct 2009 12:57:02 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "e75ed0d85fdbae4eb745d8239314d5ee"
x-archive-orig-x-runtime: 121ms
x-archive-orig-content-length: 27188
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Mon, 05 Oct 2009 12:57:03 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Mon, 01 Jun 2009 01:44:03 GMT", ; rel="prev memento"; datetime="Tue, 22 Sep 2009 18:58:37 GMT", ; rel="memento"; datetime="Mon, 05 Oct 2009 12:57:03 GMT", ; rel="next memento"; datetime="Wed, 02 Dec 2009 07:20:38 GMT", ; rel="last memento"; datetime="Sun, 08 May 2022 23:49:27 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 51_12_20091005035138_crawl103-c/51_12_20091005125701_crawl101.arc.gz
server-timing: captures_list;dur=0.541808, exclusion.robots;dur=0.020841, exclusion.robots.policy;dur=0.010170, esindex;dur=0.010816, cdx.remote;dur=103.071444, LoadShardBlock;dur=86.814577, PetaboxLoader3.datanode;dur=4310.254967, load_resource;dur=4383.902367, PetaboxLoader3.resolve;dur=52.135786
x-app-server: wwwb-app215
x-ts: 200
x-tr: 4644
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
ryanb's complex-form-examples at master - GitHub
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 (

Description: | Various ways to handle multi-model forms in Rails. edit |
Homepage: | edit |
Public Clone URL: |
git://github.com/ryanb/complex-form-examples.git
Give this clone URL to anyone.
git clone git://github.com/ryanb/complex-form-examples.git
|
Your Clone URL: |
Use this clone URL yourself.
git clone git@github.com:ryanb/complex-form-examples.git
|
name | age | message | |
---|---|---|---|
![]() |
.gitignore | Fri Jul 18 14:10:24 -0700 2008 | initial import [ryanb] |
![]() |
LICENSE | Fri Jul 18 14:10:24 -0700 2008 | initial import [ryanb] |
![]() |
README.rdoc | Tue Aug 04 16:47:42 -0700 2009 | fixing syntax in readme [ryanb] |
![]() |
Rakefile | Fri Jul 18 14:10:24 -0700 2008 | initial import [ryanb] |
![]() |
app/ | Wed Aug 05 12:04:36 -0700 2009 | renaming 'field' class to 'fields' since it mak... [ryanb] |
![]() |
config/ | Mon Aug 03 17:51:03 -0700 2009 | updating to Rails 2.3.3 [ryanb] |
![]() |
db/ | Fri Jul 18 14:10:24 -0700 2008 | initial import [ryanb] |
![]() |
doc/ | Fri Jul 18 14:10:24 -0700 2008 | initial import [ryanb] |
![]() |
public/ | Wed Aug 05 12:04:36 -0700 2009 | renaming 'field' class to 'fields' since it mak... [ryanb] |
![]() |
script/ | Fri Jul 18 14:10:24 -0700 2008 | initial import [ryanb] |
![]() |
test/ | Mon Aug 03 17:51:03 -0700 2009 | updating to Rails 2.3.3 [ryanb] |
README.rdoc
Complex Form Examples
This master branch is a simple solution for the multi-model form problem using the latest accepts_nested_attributes_for available in Rails 2.3.
Once you clone this repository, just run the migrations and start up the server to try it out.
rake db:migrate script/server
See the branches for alternative solutions. Here’s how to clone a remote branch.
git checkout -b deep origin/deep
This feature is coming soon. Sit tight!