RailsCasts Pro episodes are now free!

Learn more or hide this

Jonathan O'Connor's Profile

GitHub User: ninkibah

Comments by Jonathan O'Connor

Avatar

Sadly, neither zeus or commands work under JRuby. This is because JRuby does not support Kernel#fork.

commands does work for running generate, and rake commands will also start quickly. rake 'test' also runs, but although it starts quickly, I believe it starts a separate process for the sub-tasks test:unit and test:functional.

Avatar

@users/1488: I would guess you have to use a separate channel per user. Then the trick is to get the application.js to listen on this channel, as it has to be generated per user. Not sure how to do that yet, but I'm sure someone more used to Javascript and Rails will be able to tell you how.