I have another application publishing messages to redis server. Within my 
rails application, when a user clicks a button, I want a popup to display 
that shows live updates. I want the controller to publish notifications to 
redis, and I want my javascript to subscribe to those events and respond 
when it finds a suitable channel. What I do not know how to do is actually 
keep a control open like that: to continuously publish messages when it 
finds them on redis. Is this possible to do in rails 3/phusion passenger?

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rubyonrails-talk+unsubscr...@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rubyonrails-talk/a1090c0c-8196-4fa7-87e6-3eeaac45bbfe%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to