Although link_to_remote works fine, I don't understand (I've already read the documentation you told me) why link_to doesn't work. Which is the difference usinf link_to or link_to_remote?
link_to does: call to the controller, then executes action, then search for a view (.rhtml, .rjs) with the same name of the action. Does not link_to_remote do the same thing? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" 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-spinoffs -~----------~----~----~----~------~----~------~--~---
