deploying to heroku asset pipeline Sprockets::fileNotFound deploying to heroku asset pipeline Sprockets::fileNotFound heroku heroku

deploying to heroku asset pipeline Sprockets::fileNotFound


I believe the issue has to do with the assets not being precompiled.

In your terminal, if you run:

   $ >>> rake assets:precompile

And then do your add and commit:

$ >>> git add .$ >>> git commit -m 'Added precompiled assets for Heroku'

Assuming your remote is called "heroku":

$ >>> git push heroku master

It should deploy properly, without having to mess up your app.


The path appears messed up /app/app/assets/javascripts/application.js with /app twice. That could cause problems.


try this and follow steps from source

in your application.js add jquery-ui

//= require jquery//= require jquery-ui

and then try

source : https://github.com/joliss/jquery-ui-rails