Anywhere I look, rails apps开发者_开发问答 that use faye end up storing the message in the database. Is there a way where I don\'t have to store messages in the database?Faye doesn\'t store the messag
I have followed the exact guidelines on github and I am on the final step of: \"That\'s it! Now go to http://localhost:8080 to see Juggernaut in action.\"
I just finished implementing juggernaut.I ran both the redis server and juggernaut and they work fine.I have tested out the local host using irb and texts do appear.
In a Rails app I\'ve used Faye (Rack adapter) for push notifications (for chat). I want to use Faye for another use case (more push notifications) but I can\'t seem to figure it out.
I want to terminate a Faye client 开发者_Go百科connection. Is there command like client.destroy()
I am trying to get faye running on my production server but what do i use in the javascript_include_tag to get the faye.js file ?
I have a Ruby on Rails 3 application, and I want开发者_如何学运维 to be able to see a list of who is currently online. For example user1, IP address, and country. I then want to be able to open a chat
In relation to a previous question of mine found here: Autorun the Faye server when I start the Rails server
I currently have Faye working with my Rails 3.0.9 application. However I have two separate tabs open in my terminal. One for the Faye开发者_JAVA技巧 server, and one for the Rails server. How can I int
I thought I understood this technology, but maybe I don\'t. What\'s the difference between the two? Why would you choose one over the other? 开发者_StackOverflow