albertopq / jquery_datepicker

Rails 3 plugin that allows you to select dates from a calendar
91 stars 60 forks source link

undefined method `datepicker' #46

Closed abhishek77in closed 10 years ago

abhishek77in commented 10 years ago

Works well in Development. But I am getting undefined method 'datepicker' error in Production environment.

Don't know why this is happening.

Error -

ActionView::Template::Error (undefined method `datepicker' for #<ActionView::Helpers::FormBuilder:0xc11a2cc>):

with -

<%= f.datepicker :date, :dateFormat => "yy-mm-dd"  %>
abhishek77in commented 10 years ago

That's one weird issue, worked after I rebooted my VPS.