I'm looking for an explanation/example, how jquery events on client
side, when you e.g. edit or create rows in a jqgrid, are put into
valid XHR-messages which can be directly consumed by a standard Rails
controller, modifying a backend database behind a model.

The application should behave exactly as if written with standard RoR
in terms of using CRUD and being RESTful, but having all the sexy
Ajaxian features which are available in jquery and plugins like
jqgrid.

I found only some very indepth discussions about modifying the xhr-
header, but no completly wired example including create/update.

Any RoR guy around who knows where to look ?

Peter

Reply via email to