In my rails app, I need to submit a form via ajax so that the form submit happens behind the scenes and doesn't require a full page reload.
I did form_remote_tag, but I can't figure out how to get a response from it make sure it was successful. Is there a way to, or do people just trust it's always successful (eek!)?
Or is there a better solution?