Tagged Questions
5
votes
2answers
228 views
Working example of Rails 3.1 + Juggernaut Instant Messenger?
Are there any decent example apps for an ruby on rails 3 instant Messenger app based on any of the publish-subscribe messaging system Juggernaut?
1-1 chat with method of adding 2 users to a ...
5
votes
4answers
373 views
How to do live concurrent editing?
I am trying to build a rails app that's basically just a text-editor (with some additional features I can't find anywhere else - which is why I'm building it)
One of the core features is live ...
4
votes
2answers
1k views
Rails - syncing - Faye, Juggernaut, Cool.io, plain old eventmachine
I have a need for syncing and have choice overload. It seems like the options available include: Faye, Juggernaut, Cool.io, plain old eventmachine
Any suggestions? What are the most popular, ...
3
votes
3answers
441 views
Server Side Timers with Juggernaut 2
I am writing a rails app with Juggernaut 2 for real-time push notifications and am not sure how to approach this problem. I have a number of users in a chat room and I would like to run a timer so ...
3
votes
0answers
173 views
Juggernaut environment config
I'm trying to figure out how to run Juggernaut server in production – assuming that I would be able to configure different ports for the server in the development and production environment, because I ...
2
votes
2answers
382 views
How to integrate Juggernaut chat server (Powered by ruby on rails) with iPhone/Android app for real time chat?
Preview:
I am using juggernaut chat server.I am having redis and juggernaut server running on machine. I am able to do chats within my local network on vaious web browsers. Everything is working ...
2
votes
1answer
269 views
Listening to Juggernaut events from Rails
I'm building a simple real time chat using Juggernaut, Redis, SQLite and Rails 3.1
I want to write a new message to every user when another has been disconnected (for instance he closed the window), ...
2
votes
1answer
317 views
'else without rescue is useless' and 'require' juggernaut/ruby problems on Mac 10.6
1. Install Ruby on Rails
sudo gem install rails
2. Install the Juggernaut Gem
sudo gem install juggernaut
3. Download the demo app and unpack it.
4. Start the Rails application
ruby script/server
...
2
votes
3answers
610 views
I want to build a chat room using Rails, should I use juggernaut 2 or cramp?
Originally I planned to use Juggernaut, however, it is not compatible with Rails 3. And new Juggernaut 2 seems to be completely independent from Rails, which is not what I want. Then I found cramp, it ...
1
vote
0answers
217 views
Node.js/NPM and Juggernaut Install on Windows 7
I've edited my original question after discovering perhaps the root of my problem (Juggernaut is not working in my Rails app, regardless of the Juggernaut gem and Redis-server working OK):
After ...
1
vote
1answer
524 views
How to run redis server and juggernaut server in production mode
I am using juggernaut push server. How to start redis and juggernaut in production mode cause I
juggernaut
or
redis-server will keep on showing me log etc.
I am using ruby on rails 3.
EDIT
I ...
1
vote
1answer
253 views
Getting a chat app running on Heroku
I have a chat app on the heroku cedar stack based on juggernaut2 = https://github.com/maccman/juggernaut and I found out that the Cedar stack is currently built around the assumption that you'll use ...
1
vote
1answer
58 views
Handling latency while synchronizing client-side timers using Juggernaut
I need to implement a draft application for a fantasy sports website. Each users will have 1m30 to choose a player on its team and if that time has elapsed it will be selected automatically. Our ...
1
vote
0answers
99 views
Error when installing juggernaut on rails. juggernaut -g juggernaut.yml
I followed the instructions for creating a basic juggernaut chat in rails here but I get the following error when running juggernaut -g juggernaut.yml All the steps before this went smoothly. Any help ...
1
vote
1answer
391 views
Rails 3- fixing juggernaut involving template and JS generator
I'm using the original Juggernaut (not Juggernaut 2) with Rails 3. In the lib/juggernaut.rb, it breaks due to not being able to find @template. According to this other post, @template is not provided ...
1
vote
1answer
267 views
How to test Rails Juggernaut in Internet Explorer?
I'm having problem with my Rails application. I use juggernaut for server push, which works very nice in Firefox, Opera and Chrome, but it doesn't work at all in IE. It should be compatible with IE6+.
...
0
votes
1answer
26 views
Start Juggernaut and Redis with rails app
I'm developing a app with Ruby on Rails. It uses juggernaut. Is there anyway I can get redis and juggernaut to start when I run rails server. thanks
0
votes
0answers
19 views
Point to Juggernaut's application.js file on heroku
What URL points to juggernaut's application.js file when deployed on heroku?
In the development environment i know it is at port 8080.
Thanks!
Robin
0
votes
1answer
71 views
Integrate Spine with juggernaut
I am trying to integrate Spine with Juggernaut. First I tried to clone fowa branch (https://github.com/maccman/spine.rails3/tree/fowa) but I am not able to clone that branch so I am doing app myself ...
0
votes
0answers
166 views
Rails 3.1 working with Socket.io/Juggernaut on Ubuntu 11.10
I couldn't get Juggernaut/Socket.IO running on Windows so I took a shot at getting it running on Linux. I don't know much Linux (or Rails for that matter). I can't get Socket.io/Juggernaut working on ...
0
votes
0answers
60 views
Using Juggernaut can you subscribe to and publish wildcard Redis events?
In the same way Redis provides a PSUBSCRIBE interface for wildcard events, can you subscribe to wildcards from the client (browser) using Juggernaut? I'm looking for something like this:
From the ...
0
votes
2answers
74 views
Juggernaut on a https website
I'm trying to use Juggernaut 2 on a website that uses HTTPS. I don't need Juggernaut itself to use https per se.
So, I'm trying to load the required application.js from Juggernaut's own webserver at ...
0
votes
2answers
139 views
Should I use node.js + express or Rails + Juggernaut to build a chat room?
I'm trying to build a chatroom in the conventional sense to operate in the browser but with a decent API layer allowing for decent abstraction between the server and the client.
I want to keep it ...
0
votes
1answer
52 views
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."
A dialog box is displayed. However, I am ...
0
votes
1answer
64 views
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.
I've basically followed the ...
0
votes
1answer
195 views
Ruby/Juggernaut error - Errno::ECONNREFUSED (Connection refused…)
I'm playing around with https://github.com/elii/Cappuccino-X-Juggernaut, which is basically a juggernaut chat for rails, and I get the following errors when I try to submit a post. Could someone tell ...
0
votes
0answers
174 views
Connecting to Juggernaut server hosted on heroku
I am trying to build a chat for my rails application which I am planning to deploy on heroku.
I followed the tutorial on juggernaut on heroku https://gist.github.com/1003748 got it to working was ...
0
votes
1answer
109 views
Catching juggernaut income message
How to put the juggernaut push messages to show it in html in browser? thanks in advance..
0
votes
1answer
88 views
How to silent default juggernaut alert in firefox?
I'm using the Juggernaut plugin in a rails application.
http://github.com/maccman/juggernaut_plugin
I can't find how to disable the alert() when running my app in Firefox.
Any Ideas ?
0
votes
1answer
288 views
juggernaut error
i am trying to experiment with Juggernaut plugin using chat_sandbox example.
i get this error message
Juggernaut: There has been an error connecting on 127.0.0.1:5001
I have no idea what it means.
...