Re: [Rails] access json data from rails controller in ajax call and process it

2012-12-05 Thread Jim Ruther Nill
On Wed, Dec 5, 2012 at 7:02 PM, ruby rails wrote: > I am building a Task Management System and have implemented > fullcalendar.js in it. I need to get the pending tasks and change the > color of those pending tasks. I am getting the instance variable of > pending tasks details in the rails contro

[Rails] access json data from rails controller in ajax call and process it

2012-12-05 Thread ruby rails
I am building a Task Management System and have implemented fullcalendar.js in it. I need to get the pending tasks and change the color of those pending tasks. I am getting the instance variable of pending tasks details in the rails controller. But in the ajax request I am not able to loop it. Ple