search for: object_form

Displaying 1 result from an estimated 1 matches for "object_form".

Did you mean: object_format
2009 Mar 16
2
nested forms in rails 2.3
Hi, Is there a simpler way to implement the view-component of nested forms as it was done in Railscast #75 (Complex Forms Part 3) in Rails 2.3? I''d like to add and remove the owned objects dynamically using AJAX requests, but using f.fields_for :object do |object_form| doen''t let me load new objects into the form - or at least I don''t fully understand how that should work. Should I use fileds_for :object, iterator do |object_form instead? Does anyone know a simple example for this kind of usage on the web? Thanks for any advice! Best regards...