Our old friend, jquery-ui-rails has been updated (as of the last few days) to release 5.0 and with this commit: jquery-ui-rails/jquery-ui-rails@774f8b3 it adapted to new naming conventions. Things like jquery.ui.datepicker.js
are now jquery-ui/datepicker.js
(same with CSS).
The current branch uses the dotted file names.
Question: How far back does AA need to trail these releases for the new 1.0.0 work? I can pull together a patch if it is safe to go to depending on 5.0. Otherwise, for the current 1.0.0pre work, folks will need to do this:
gem 'jquery-ui-rails', '~>4.2.1'