Has anyone incorporated CalendarDateSelect into a form_for loop in Rails 2.3.5? I can't seem to get it to work. Here's what I got:
<%= f.calendar_date_select :bday, nil, :year_range => 0.years.ago.. 1.years.from_now %> gives me the error: wrong number of arguments (3 for 2) <%= f.calendar_date_select :bday %> gives me the error: wrong number of arguments (5 for 4) I'm running rails 2.3.5 and ruby enterprise 1.8.7-2010.01 Thanks! Cheri -- SD Ruby mailing list [email protected] http://groups.google.com/group/sdruby
