Bas van Westing

Results 11 comments of Bas van Westing

I have the same problem and made a test application for it. https://github.com/basvanwesting/nested_form_issues_228.git see branch 'free_format' - commit f7800ed: working example with 3 levels of nesting, so issue the doesn't...

In the test application (branch 'free_format') I found a workaround for the problem: - commit 1bda69a: change has_one to has_many: solving the failing test of commit 29f5d14 Apparently the problem...

I applied patch #125 and this solves the issue in commit 29f5d1 for me. The patch no longer applies directly because of some refactoring in nested_form. I'll make a fork...

added pull request: https://github.com/ryanb/nested_form/pull/232

Sorry for the late response, but I checked and I cannot just push the client code. This means I need to make a test app for this specific problem. I'll...

I have created a test app, but am unable to reproduce the problem. So it seems the problem is more specific to the client application. I'll try reducing the client...

OK, I have a repo for you. The issue became a bit different. I could not reproduce the original issue, but I stumbled upon a related decorator issue. The repo...

Please use the 'decorates_association_issue' branch. I have made another branch for a different issue.

The following doesn't add much to the issue, but more as a hint for other devs when debugging why their NIF performance degrades seemingly out of nowhere: I also noticed...

Same problem. The following sometimes helps (in 'config/initializers/reload.rb'), but not always. I'm on rails 4.1.5, spring 1.1.3 and ruby 1.9.3. ``` ruby Rails.application.config.to_prepare do require ...sti_file_here... end ```