Hi, I am fairly new to rails and ajax as well. I have hinch that the problem i am facing is related to ajax requests. During the first ajax call, adding a new entry to the data is requested but before this request is complete another ajax call is made to the access the same dataset to view one of the data content. I feel somewhere these two ajax calls gets interleaved and the backend data is not updated to make the new entry that was requested first. Please suggest a way to investigate how to trace the ajax calls and if there is any possibility of this hunch might be true.
Thanks, Uday. -- 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

