Running Rails 2.1.0, I had to patch gloc-rails-text.rb
line 61 def select_day(date, options = {}, html_options = {})
#def select_day(date, options = {})
line 92 def select_month(date, options = {}, html_options = {})
#def select_month(date, options = {})
line 137 def select_year(date, options = {}, html_options = {})
#def select_year(date, options = {})
otherwise I got an error using a localized select_date
ActionView::TemplateError (wrong number of arguments (3 for 2))
|