-
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
jQuery 1.8.0 released #64
Comments
+1 |
This is coming soon. I'm finishing up some backlogged bug-fixes for 1.7 today, and then I'll add support for 1.8. |
also jquery-ui and jquery-ujs can be updated too. |
@slbug Exactly. I gotta get some bugs fixed with jquery-ujs, then I can add jquery 1.8 support to jquery-ujs, then I can update jquery-rails with 1.8. So, don't fret, it's on its way! |
Maybe it will be better to separate jquery-ujs and jQuery for Assets Pipeline? If i use something like https://github.com/kenn/jquery-rails-cdn , but don’t use UJS, I must wait too long for update because of compatibility issues with UJS (unecessary for me) :(. |
@ai I don't understand what you're saying. This gem adds jquery-ujs to rails. |
I mean that a lot of users use your gem to get just jQuery for Assets Pipeline. |
I had no idea anyone was using it for that. The jquery-rails gem has always had the express purpose of including jquery-ujs in your rails app (even before the asset pipeline existed). Core rails ajax functionality actually depends on either prototype-ujs or jquery-ujs (or theoretically any other ujs gem) to work, so I would think the vast majority of people actually use the jquery-rails gem just to make rails work. But if you are only using jquery (i.e. not using any |
Thanks for the prompt update, @JangoSteve! Have some GitHub Karma (omg that's a good idea right there). |
Got a really stupid question here, but does anyone have any inkling why it might be the case that I am using jquery-rails 2.1.1 and yet |
@alanhogan did you check the browser cache? |
Naturally I did a hard refresh. That should be enough, right, since I am using the asset pipeline, I believe…? On Aug 22, 2012, at 4:55 AM, Jan Dudulski notifications@github.com wrote:
Alan Hogan |
@alanhogan Hard to say, but something is either cached or misconfigured. I'd make sure that |
Restarting the rails app did it. I should have tried that earlier. Thank you! On Aug 22, 2012, at 9:13 AM, Steve Schwartz notifications@github.com wrote:
Alan Hogan |
;-) |
Downloads
Additions
Removed
jQuery 1.8.0 is compatible with with the latest versions of jQuery UI (1.8.22), and jQuery Mobile (1.1.1).
There are more details at the full blog post
The text was updated successfully, but these errors were encountered: