drhenner / ror_ecommerce

Ruby on Rails Ecommerce platform, perfect for your small business solution.
www.ror-e.com
MIT License
1.21k stars 409 forks source link

Error: couldn't find file 'jquery.ui.all' #141

Closed dpod916 closed 10 years ago

dpod916 commented 10 years ago

Hi,

I kept getting an error that Sprockets couldn't find file 'jquery.ui.all' . After searching around I finally fixed the issue so I figured I'd share:

The issue was fixed by modifying the application.js file from:

//= require jquery-ui.all

to:

//= require jquery-ui

app seems to be working fine now

drhenner commented 10 years ago

Let me try that out. I had not had that issue before. I'm curious if this depends on your system or an upgrade with the gems

Showtimes commented 10 years ago

I think you're correct. I can't remember the exact configuration but it had something to do with jquery-rails 5.0.0.

drhenner commented 10 years ago

I'm upgrading a whole bunch of gems right now... Looks like I have one failing test after the upgrade. I'll push soon. Thanks

drhenner commented 10 years ago

OK all fixed and upgraded a ton of gems. Thanks

dpod916 commented 10 years ago

No, thank you for this amazing app!