I am getting the following error even if I have jquery-ui in my application.js file
couldn\'t find file \'jquery-ui\' (in /home/jeff/work/projects/a/media/app/asse
Kind of a noob mistake, but if it helps anyone..
I added jQuery-ui.js in my assets and then added the gem. Then deleted the js from assets, but my IDE also deleted the same files from the gem.
To resolve, first remove the gem and then run,
bundle clean --force
and then
bundle install