-
Notifications
You must be signed in to change notification settings - Fork 406
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I updated to jquery-rails 1.0.18, but still getting old jquery #37
Comments
Do you have a copy of jQuery manually installed into app/assets/javascripts or vendor/assets/javascripts? What do your sprockets manifests look like? |
I'm having the same issue, upgraded to latest gem version and still pegged to jquery 1.6.2, jquery was installed with a default rails 3.1 application creation. |
@thomasmulloy Have you run |
cool, i was able to get it updated (not sure if this is the best approach) by updating my gemfile to
and running
it was pegged to jquery-rails 1.0.16 and now is 1.0.19 |
I am not sure how, but for me this problem fixed itself. Not sure what it could have been? My chrome that failed to load the actually changed So I will close this. |
Hi, I updated to the new version, and restarted my server, but it still serves the old jquery. I am just running in development mode.
I did
rake assets:clean
just to be sure, but it did make any difference.I am running rails 3.1.0. Is there something else I need to do to remove the old jquery. Now it is still loading jquery 1.6.2.
If you need more info, just ask.
The text was updated successfully, but these errors were encountered: