Open GoogleCodeExporter opened 9 years ago
Just wanted to say "Huge Thanks" for the GEM - it saved me a lot of time!
Original comment by boris.mi...@gmail.com
on 5 Dec 2009 at 4:01
It would be great if you can update the CalendarDateSelect the way when it can
be
used in Complex Forms (see
http://railscasts.com/episodes/75-complex-forms-part-3)
My current work around the problem is:
1) In the form I use
<%= calendar_date_select_tag :task_posted_at
2) In the project controller I use Date.parse(params[:task_posted_at]) to set
the
value of posted_at attribute of newly created task
This method works with a limit of 1 new task per submit
P.S. I use v1.15 of the Gem
Original comment by boris.mi...@gmail.com
on 5 Dec 2009 at 4:10
Original issue reported on code.google.com by
boris.mi...@gmail.com
on 5 Dec 2009 at 3:59