Nick Sutterer
Nick Sutterer
Hi @unrooty, please try this `puts form.contacts[0].phones` on the console. Reform doesn't do anything other than providing you a decorated, well-defined object graph. I am guessing the second argument with...
The behavior of Reform is correct, it returns an "enumeratable" object for `phones`, I have no idea how `fields_for` works, it probably does some bullshit to figure out if it's...
Well, we wrote the Formular gem to avoid Rails form helpers, but it's still lacking docs.
Please let me know what is the problem!
Definitely not by design... but I know exactly what is the problem! Can you provide a test case here? https://github.com/apotonick/disposable/blob/master/test/twin/sync_test.rb#L117 (Note that this can be fixed in Disposable, the underlying...
That fails because you have a recursion: each `condition_groups` form has another `condition_groups` form. Did that work in 1.x?
No problem, and your english is great. You are right, this should be possible, and I actually _know_ where the problem is and I want to fix that, too. This...
Please try that with Disposable-0.1.9 and close this issue if that got fixed for you. :fireworks: :smile:
I can't provoke this problem anymore, please prepare a minimal test file in your sample app. Thanks!
Does that only happen when calling `validate`?