Is there a way to do this when you have nested forms (associations)? As in, we have a @license object, and every @license has @progress_point. Well, the form for licenses looks like this:
We're trying to use this plugin but it's not working and I have a feeling it's because we aren't converting that tag to HAML correctly. Anyone using HAML with this?
I got it to work with tables by using this structure:
So basically you wrap your headers into a %thead tag and your other rows with a %tbody tag.
Nevermind, the thread above that started by "Coda" answered this.
Hey I'm using the same code to dynamically add fields too! How did you handle the order position for multiple new fields?
Nevermind, in my case it was:
Thanks for the update. Can you show me what the routes look like with ruby 1.8.7? I can't seem to get mine working.
Is there a way to do this when you have nested forms (associations)? As in, we have a @license object, and every @license has @progress_point. Well, the form for licenses looks like this:
The partial "progress_point_fields" has:
The problem is that :progress_points isn't an @object so I can't exactly get the ID (or at least I'm not aware of any way of getting it).
Any ideas? Thanks in advance
Thanks. This plugin still isn't working for me so I guess that wasn't the issue.
How do you create the following div in HAML?
We're trying to use this plugin but it's not working and I have a feeling it's because we aren't converting that tag to HAML correctly. Anyone using HAML with this?