Displaying 1 result from an estimated 1 matches for "date_or_time_select".
2008 Jun 26
2
Problem with date_select after Rails 2.1 upgrade
...rue, :include_blank => false})
vendor/rails/actionpack/lib/action_view/helpers/date_helper.rb:
655:in `select_year''
vendor/rails/actionpack/lib/action_view/helpers/date_helper.rb:
655:in `send''
vendor/rails/actionpack/lib/action_view/helpers/date_helper.rb:
655:in `date_or_time_select''
....
----
If I dig into DateHelper with the debugger, this appears to be the
line that''s bombing out:
/Users/wgray/Documents/Sources/Rails/tempo/vendor/rails/actionpack/lib/
action_view/helpers/date_helper.rb:655
date_or_time_select.insert(0, self.send("select_#{param}...