Re: [Rails] complex form with dynamic fields.
On 12 November 2011 15:29, Colin Law <clanlaw@googlemail.com> wrote:
> On 12 November 2011 13:52, Mauro <mrsanna1@gmail.com> wrote:
>> I've seen http://railscasts.com/episodes/73-complex-forms-part-1,
>> part2 and part3.
>> It seems to be my case.
>> I have:
>> Company
>> has_many :documents
>> has_many :tenders, :through..........
>>
>> and
>> Document
>> belongs_to :company
>>
>> Tender
>> has_many :companies, :through..........
>>
>> I want to insert documents and tenerds on company creation.
>> If documents are more than one the user can click "add another" and
>> other fields are added to form.
>> It seems ok but I fear that it makes too complex my code.
>> I think it is better to insert a Company and after saved it then add
>> one or more documents or tenders in different forms.
>> What do you think about?
>
> What matters is what is best for the user of the site. On the other
> hand there is a lot to be said (especially when still learning) for
> doing the simplest that will work initially and then refining it
> later.
In a similar situation what could it be your approach?
--
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@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home