On Thu, Feb 11, 2010 at 3:33 PM, overture <[email protected]> wrote: > I just did a post on using UJS in Rails 3 - > http://therailworld.com/posts/26-Using-Prototype-and-JQuery-with-Rails3-UJS-
<snip> so if you wanted to use JQuery or MooTools you would need to do make your own solution. </snip> Wrong. There is JRails which uses jQuery and provides all same javascript helpers. http://github.com/aaronchi/jrails In addition, any jQuery you want to run through the page object is as simple as: page << "$('#foo').bar();" -- Greg Donald destiney.com | gregdonald.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.

