Wasting time in Rails
Tuesday, August 19th, 2008I just spent about 20 minutes trying to use the form_remote_for tag with the :update attribute. No big deal, right? The following occurred: Upon running, the entire page rendered the partial, not just the designated div. request.xhr? always returned false in the controller. What was the problem? Oh, I forgot to include ...