I just updated our Rails application from 4.2.5to5.0.1
The rails server loads fine, but when I try to load the page, I get an error:
Sprockets::FileNotFound - couldn't find file 'jquery-ui/autocomplete' with type 'application/javascript'
When I run bundle, I see
Using jquery-rails 4.2.2
Using jquery-ui-rails 6.0.1
source
share