Displaying 1 result from an estimated 1 matches for "5107ff03".
2006 Jan 31
4
Ajax and Controller actions
I am new to rails and want to learn the ''best practices'' up front. So I
have a few questions and hope someone can help:
1. Using Ajax to update a div. The remote_function must call an action
on a controller. This causes me two problems:
1.a The action is only ever used by the ajax call, but can now be
accessed through the browser. I want ajax to call a method/action