Re: [Rails] update the index view ajax

2013-01-15 Thread Emily S
You might want to keep your eye out for Rails 4, in particular for what Aaron presents here: http://www.confreaks.com/videos/1291-rubyconf2012-real-time-salami -- start watching at 15:00, with a demo at 22:00 On Tuesday, January 15, 2013 3:38:21 AM UTC-5, Dheeraj Kumar wrote: > > You can run F

Re: [Rails] update the index view ajax

2013-01-15 Thread Dheeraj Kumar
You can run Faye on Heroku. https://github.com/ntenisOT/Faye-Heroku-Cedar If you don't want to use it, try PusherApp. If you don't want to use that either, poll periodically with AJAX. -- Dheeraj Kumar On Tuesday 15 January 2013 at 1:27 PM, Colin Law wrote: > On 15 January 2013 02:29, Julie

Re: [Rails] update the index view ajax

2013-01-14 Thread Colin Law
On 15 January 2013 02:29, Julien Estebane wrote: > Dear rails mailing list, > > First a big thank you to everyone for you past, present an future help > learned a lot fro here. > > I saw some relater threads on this but I need some more direct answers. > > I generated with scaffold an object

Re: [Rails] update the index view ajax

2013-01-14 Thread Julien Estebane
Thanks Dheeraj but I don't think this is what im looking for as my app runs on heroku. I was hoping there would be a gem that solves this problem -- 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 rubyon

Re: [Rails] update the index view ajax

2013-01-14 Thread Dheeraj Kumar
Use Faye. http://faye.jcoglan.com/ -- Dheeraj Kumar On Tuesday 15 January 2013 at 7:59 AM, Julien Estebane wrote: > Dear rails mailing list, > > First a big thank you to everyone for you past, present an future help > learned a lot fro here. > > I saw some relater threads on this but I

[Rails] update the index view ajax

2013-01-14 Thread Julien Estebane
Dear rails mailing list, First a big thank you to everyone for you past, present an future help learned a lot fro here. I saw some relater threads on this but I need some more direct answers. I generated with scaffold an object which has multiple attributes. Some of those attributes in the