Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please Document Ways to Nest Forms #4872

Closed
DLSieving opened this issue Feb 3, 2012 · 4 comments
Closed

Please Document Ways to Nest Forms #4872

DLSieving opened this issue Feb 3, 2012 · 4 comments
Labels

Comments

@DLSieving
Copy link

A common need will be for guidance on how to nest forms, e.g. a button_to_function form within a form_for such that the nested form will transmit the parent form's parameters to the controller along with its own. This will enable, e.g. checkbox arrays to accompany text entry data such as file paths using techniques more dynamic than just an ad-hoc text_field_tag.

@vijaydev
Copy link
Member

vijaydev commented Feb 9, 2012

Feel free to add in docrails, if you can.

@DLSieving
Copy link
Author

I'm thinking now that one or another RoR SDK will support this sort of thing. If so then one could use the SDK to nest forms in various ways and then study the code it generates. One always has to drop back into manual mode, after all, to polish, fine-tune and sometimes to clean up after the SDK. I end up using them for a week or two just to get the basic layout and then drop back into manual mode for most of the ongoing work.

@rafaelfranca
Copy link
Member

@vijaydev can we close this one?

@vijaydev
Copy link
Member

Yes, closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants