I just upgrade my Tracks from 1.6 to 1.7.
It looks like every thing is OK except the new fuction “recurring_todos”. Below is the detail error info I got when click the “Recurring_todos” icon. And I’m wondering how to resolve it.
NoMethodError in Recurring_todos#index
Showing app/views/recurring_todos/_recurring_todo_form.erb where line #76 raised:
undefined method `today’ for Time:Class
Extracted source (around line #76):
73: <div id=“recurring_timespan”>
74: <br>
75: <label for=“recurring_todo[start_from]”>Starts on </label><%=
76: text_field(:recurring_todo, :start_from, “value” => format_date(Time.today), “size” => 12, “class” => “Date”, “onfocus” => “Calendar.setup”, “tabindex” => 6, “autocomplete” => “off”) %><br>
77: <br>
78: <label for=“recurring_todo[ends_on]”>Ends on:</label><br>
79: <%= radio_button_tag(‘recurring_todo[ends_on]’, ‘no_end_date’, true)%> No end date<br>
My Tracks is installed on my laptop running with Windows XP, and I’m using
ruby 1.8.6 (2007-03-13 patchlevel 0) [i386-mswin32]
mongrel (1.1.5)
mongrel_cluster (1.0.5)
mongrel_service (0.3.4)
