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

Add nested forms with nested arrays support #57

Conversation

epoberezhny
Copy link

@epoberezhny epoberezhny commented Mar 17, 2020

Hello @andypike!

I have nested form in my app. A model has a has_one relationship that has a has_many relationship but Rectify::Form.from_params method does not support this case out of the box. I added support for this case.

Note: I fixed travis config to avoid this problem with ruby 2.5.1 https://bundler.io/blog/2019/05/14/solutions-for-cant-find-gem-bundler-with-executable-bundle.html

@epoberezhny epoberezhny force-pushed the add-nested-forms-with-nested-arrays-support branch from 4f1c273 to 9944a40 Compare March 17, 2020 12:34
@epoberezhny epoberezhny force-pushed the add-nested-forms-with-nested-arrays-support branch from 9944a40 to 9906341 Compare March 17, 2020 14:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant