complex-form-examples icon indicating copy to clipboard operation
complex-form-examples copied to clipboard

Various ways to handle multi-model forms in Rails.

Results 6 complex-form-examples issues
Sort by recently updated
recently updated
newest added

Bumps [rake](https://github.com/ruby/rake) from 0.8.7 to 13.0.1. Changelog *Sourced from [rake's changelog](https://github.com/ruby/rake/blob/master/History.rdoc).* > === 13.0.1 > > ==== Bug fixes > > * Fixed bug: Reenabled task raises previous exception on...

dependencies

I did a git clone and then bundle... not sure if this is a local workstation issue or the code is out of date. Looking for a code example for...

Now this demo app can use Rails 3.2.x to run

Hey I have got a problem regarding the id's of text boxes adding dynamically. Can any one tell me how to assign and get the unique "id" for every child...

I deleted the Gemfile.lock file and upgraded to the latest version of rails. Then I get the following error: ArgumentError in Surveys#new Showing /home/jyj/rubys/complex-form-examples-99f5680/app/views/surveys/_form.html.erb where line #7 raised: wrong number...

I am using add_child_link() in several places around my project to add a common "address" partial, however when I try to move it to a central location (/app/views/shared/_address.erb) I get...