AJAX insanity: Is :update required in form_remote_tag?

Only if you are returning a chunk of HTML that you want to replace into a target object.

If you're returning RJS, then do don't need the :update (otherwise it will insert the javascript into the target :slight_smile: