Hi there, I was wanting this but could not be able to figure how to go about it.. I am creating an application that includes batch details that includes models called samples in it. Its a multi form and every thing is being created by following Mr. Ryan.B ''s tutorials. Now that I want some Ajax to go about. I required in my form, a field that asks how many samples do they have per batch (one to many relation) and also in the models batch.rb i have has_many :samples and in the sample.rb belongs_to :batch Now once the user enters samples (for eg. 4, as an integer) ... the form generates 4 fields for filling in information of the samples... Is this possible by any means.. (it should be).. Can any one help me with this... If suggestions like guides or books or even tutorials would be wonderful, though Railcasts didnt have this... thanks in advance -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Hi there, I was wanting this but could not be able to figure how to go about it.. I am creating an application that includes batch details that includes models called samples in it. Its a multi form and every thing is being created by following Mr. Ryan.B ''s tutorials. Now that I want some Ajax to go about. I required in my form, a field that asks how many samples do they have per batch (one to many relation) and also in the models batch.rb i have has_many :samples and in the sample.rb belongs_to :batch Now once the user enters samples (for eg. 4, as an integer) ... the form generates 4 fields for filling in information of the samples... Is this possible by any means.. (it should be).. Can any one help me with this... If suggestions like guides or books or even tutorials would be wonderful, though Railcasts didnt have this... thanks in advance -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.