Quoting egervari <ken.egervari@gmail.com>:
> I am loving just about everything in rails right now. I find a lot of
> things faster than java and it's a pleasure to work with.
>
> One area though that I am not sure how to proceed with is ajax/
> javascript.
>
> For those of you using rails and a lot of ajax, what are your thoughts
> on the built-in functionality for javascript? What about jquery-rails?
> Do you go with it? Do you fight against it? Do you start from scratch?
>
Unless you have a lot of existing RJS, don't use jquery-rails. It is not
being maintained and is still at jQuery 1.3. IIRC, jQuery 1.6 has been
released. jquery-rails was a nice transition point for moving from RJS and
Prototype to jQuery. Having done that, I am going to convert all the RJS to
straight jQuery and/or move to Coffescript. At this point, unless
jQuery-rails is updated from the newer jQuery releases, it is useful only as a
transition of existing RJS. Don't write new code for it.
HTH,
Jeffrey
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
No comments:
Post a Comment