> Is link_to_remote tag available in rails 3? Can any one provide a good > tutorial for Ajax in Rails 3? >
link_to_remote is deprecated, use link_to ...., :remote => true And here is a starting point for you: http://www.alfajango.com/blog/rails-3-remote-links-and-forms/ Markus -- 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.

