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
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 plann
I started with a blank install of Lion, installed Xcode 4.1, th开发者_高级运维en followed the instructions at http://pragmaticstudio.com/blog/2010/9/23/install-rails-ruby-mac to install rvm, sqlite3,
I\'m developing a chatroom app in Rails and have read that Juggernaut is the be开发者_运维知识库st option. Has anyone seen a tutorial for getting it started on Windows? I can\'t seem to find any up-to
I\'m building a Rails app that includes live group chat. I\'ve heard Juggernaut is the best option for this. Do开发者_Python百科es it work on Heroku?They did have experimental node.js support but it s
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
I\'m using express framework and juggernaut. I looked at many examples about juggernaut, a开发者_高级运维ll examples using this method(client side):
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
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 ru开发者_如何学编程nning my app in Firefox.
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