Greg Donald wrote: > Wrong. There is JRails which uses jQuery and provides all same > javascript helpers. > > http://github.com/aaronchi/jrails
JRails is obtrusive javascript, where rails 3 implements unobtrusive javascript. Using JRails along with Rails 3 just seems...wrong. I always thought using JRails in itself was kind of wrong, just because JQuery focuses more on unobtrusive javascript. This was the reason I started using JQuery in the first place. I think the correct solution is to look at the new Implementation of the unobtrusive prototype helpers in Rails 3, and write similar unobtrusive JQuery, using JRails to help. -- Posted via http://www.ruby-forum.com/. -- 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

