faye
Message with faye without using database
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[详细]
2023-04-01 22:53 分类:问答How do I implement a text input section along with the send button in juggernaut?
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.\"[详细]
2023-03-29 19:53 分类:问答How do I set up a functional chat box layout with ruby on rails after I have gotten juggernaut to work?
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.[详细]
2023-03-29 16:39 分类:问答Rails pub/sub with faye
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.[详细]
2023-03-27 16:53 分类:问答Terminating a Faye client connection
I want to terminate a Faye client 开发者_Go百科connection. Is there command like client.destroy()[详细]
2023-03-22 16:50 分类:问答faye working with rails3 app please help!
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 ?[详细]
2023-03-19 12:06 分类:问答See and talk to your currently online users on your site in a Ruby on Rails 3 application
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[详细]
2023-03-17 10:42 分类:问答Checking if the Faye server exists before running it for my Rails app
In relation to a previous question of mine found here: Autorun the Faye server when I start the Rails server[详细]
2023-03-15 03:13 分类:问答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[详细]
2023-03-14 06:58 分类:问答Faye or Redis Pubsub
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[详细]
2023-03-12 08:39 分类:问答