Where do AJAX Callbacks go into RJS templates

I’ve successfully created a super long link_to_remote() in my view
template that has lots of AJAX call backs to update my page. I want
to put these into RJS templates, but I can not figure out how to do
so. Are things like :loading, :success, :failure, :complete moot when
using RJS because this is the logic you put into the action from the
link_to_remote?

  • TIA, Ken