Does anyone know of a demo or tutorial in which ...


(1) In a browser some data is packaged up using JSON.
(2) an async request is sent to a rails app sending the JSON data.  I
would like this to be done via jQuery.

(3) A rails app deserializes the JSON data.
(4) The Rails app then packages up some other data using JSON, again
(5) The Rails app sends this data back to the browser.

(6) jQuery code then deserializes the returned data.
-- 
Posted via http://www.ruby-forum.com/.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-t...@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to