Closed dpod916 closed 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
I think you're correct. I can't remember the exact configuration but it had something to do with jquery-rails 5.0.0.
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
OK all fixed and upgraded a ton of gems. Thanks
No, thank you for this amazing app!
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