rivsc / Beautiful-Scaffold

Rails generator for a complete and beautiful scaffold.
http://beautiful-scaffold.rivsc.ovh/
MIT License
74 stars 22 forks source link

Sprockets::FileNotFound in Beautiful#dashboard #4

Closed marcfuentes closed 11 years ago

marcfuentes commented 11 years ago

Hi, i'm kind of new in rails, sorry if my question is sort of obvious to you, I follow the instructions in your website in order to get something similar to your example, doing the scaffolding, but I got this error "

couldn't find file 'jquery-ui' (in /home/marcelo/rails/biu/app/assets/javascripts/application.js:14)"

even though I got 'jquery-ui' in the file...

thanks in advance.

rivsc commented 11 years ago

Ok set jquery-rails version to "2.0.1" in your gemfile. Bundle install and it's okay. :-)

marcfuentes commented 11 years ago

It worked, thanks a lot :)

RowinHernandez commented 11 years ago

I was have the same problem, ty for the help rivsc