I am submitting multiple records in a single POST.
I am trying to use date_select as follows:
<%= date_select('event_date', :occurs_at) %>
Usually, the in the object name instructs the tag to put the object ID in
the generated HTML. Works fine for all the other tags but date_select seems
to ignore it.
I'm hoping that I am doing something wrong and date_select doesn't have a
bug...
I wasn’t able to find it from the ticket you pasted, nor the ticket referred to
by that ticket, but did you see what version of rails this was fixed in? From what
I can clean from the comment stream interspersed with spam comments this
has yet to be merged into trunk.
I ran into this problem back in January, fixed it, and posted this easy fix: