Did you overwrite rails.js when installing jquery-ujs? (see https://github.com/rails/jquery-ujs "Installation")
On Mar 6, 5:05 pm, Alberto Santini <[email protected]> wrote: > Frederick Cheung wrote in post #985822: > > > Is your page loading the appropriate version of rails.js > > I think so. I'm using the jquery-ujs one and the produced output of my > page's head is: > > <script > src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js" > type="text/javascript"></script> > <script src="/javascripts/rails.js?1299441487" > type="text/javascript"></script> > <meta name="csrf-param" content="authenticity_token"/> > <meta name="csrf-token" > content="mkOZ4niIW7oNzBZuuc11VWzdsO21HINFpjLg+EyPUOY="/> > > So it looks like everything should be fine. > > -- > Posted viahttp://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.

