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 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, Julien Estebane <juliene...@gmail.com<javascript:>> 
> 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 which has multiple attributes. Some of 
> those attributes in the database get dynamically updated in the background 
> in the background by some external scripts/delayed jobs etc.
>
> How can I get the index view to dynamically update those attributes 
> withought getting the user to manually refresh the web page?
>
>
> One solution, probably the easiest, is to use javascript to
> periodically request a page refresh (probably via AJAX).
>
> Colin
>
> -- 
> 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 rubyonra...@googlegroups.com<javascript:>
> .
> To unsubscribe from this group, send email to 
> rubyonrails-ta...@googlegroups.com <javascript:>.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>  
>  

-- 
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-talk@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msg/rubyonrails-talk/-/dSldhVDH8TwJ.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to