Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm using gem 'jquery-fileupload-rails' and I am trying to fine tune the innate JS it is using. Where is it hiding in my app?

Thanks!

share|improve this question
What's the problem with this js? Why not include js files from this plugin in your project by hand? – Michael Szyndel 12 hours ago

1 Answer

up vote 2 down vote accepted
gem which jquery-fileupload-rails

locate the gem path

share|improve this answer
"I'm on a highway to hell..." – Michael Szyndel 12 hours ago
You should never edit gem source code like that, this local change won't be ever deployed to production. You may fork the gem and put your patches instead. – Michael Szyndel 12 hours ago

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.