timcharper / calendar_date_select

A previously popular but no longer maintained JavaScript DatePicker for RubyOnRails (and others)
http://code.google.com/p/calendardateselect/
Other
409 stars 179 forks source link

Fix Rails 4.2 compatibility condition #45

Closed laurynas closed 9 years ago

laurynas commented 9 years ago

@marcandre This is a simple fix, just checking for ActionView::Helpers::Tags::TextField instead of ActionView::Base::InstanceTag. It fixes error when some gem has defined ActionView::Base::InstanceTag in Rails 4.2.

marcandre commented 9 years ago

Ok, thanks!

laurynas commented 9 years ago

Thanks!