從Rails的3.0倍升級到3.2.11後,我得到了以下錯誤:太多年選擇待建
There're too many years options to be built. Are you sure you haven't mistyped something? You can provide the :max_years_allowed parameter
代碼:
<%= f.date_select :to,
:start_year => Time.now.year - 80,
:discard_day => true,
:include_blank => true %>
我也試着包括:max_years_allowed參數沒有成功,我該如何解決這個問題?