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
It could just be a matter of restarting WEBrick or any other server you might be using so it picks up the new assets. For WEBrick just go to your terminal window where your server is running and CTRL-C to terminate the process, after that just restart it again using rails s or whatever the command to start your server is.