Forums | Admin

Discussion Forums: help

Start New Thread Start New Thread

 

By: Yves Dufour
error running gloc-rails-text.rb with Rails [ reply ]  
2008-06-14 13:43
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))