I have a list of topics which is loaded as a partial into a div. Each topic has a destroy action and an id. It works great to add topics and also to delete, except that I can't make the loader symbol to stop running.
I guess do to the fact that the link, the initializer, of the data-remote action is destroy so it doesn't know when to run 'ajax:success'. How should I deal with this problem? -- 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.

