jquery_datepicker icon indicating copy to clipboard operation
jquery_datepicker copied to clipboard

Incompatible with Rails 4

Open hale opened this issue 11 years ago • 1 comments

Rails 4 brings with it changes to FormBuilder. I'm attempting to make it work with Rails 4 - assuming that doing some kind of switch to ensure backwards compatibility with 3.2 could be added afterwards.

The big change seems to be the difference between how new tags are defined, like:

https://github.com/rails/rails/blob/3-2-stable/actionpack/lib/action_view/helpers/form_helper.rb#L689

vs

https://github.com/rails/rails/blob/4-0-stable/actionpack/lib/action_view/helpers/form_helper.rb#L770

The change breaks on this line:

https://github.com/albertopq/jquery_datepicker/blob/master/lib/app/helpers/form_helper.rb#L9

hale avatar Jun 28 '13 23:06 hale

Great @hale!

Send a pull request and we can work together on that, or just let me know if you need any help.

Thanks!

albertopq avatar Jun 29 '13 10:06 albertopq