I would like to send a javascript array to be processed by a method in my controller. I think I am doing this way wrong. I am a total RoR, jquery, and ajax noobie. Here is what
Since you want it to respond in AJAX, you can tell Rails not to render anything by adding
render :layout => false
to the controller action