If I have user interactions in my Javascript layer, can I have Javascript actions trigger Rails controller actions and pass data from Javascript to those Rails methods?
|
|
|
|
|
|
|
Yes. You make asynchronous calls back to your Rails application using The PrototypeHelper class is useful for generating the right stuff in the server. Ajax.Request is what you'll use on the client. |
||||||
|
|
|
I believe you can make AJAX requests back to your controllers. Rails by default includes prototype so you can use its AJAX functionality ( http://www.prototypejs.org/api/ajax/request ) |
||
|
|
