-
I tried the rollbar-agent way, but couldn't figure out the format to process the lines in log. Have anyone ever tried it. Is there anyother way we could integrate rollbar with websocket rails logs?
`…
-
want to find a way to utilize websockets a bunch on the live page. This will allow for real time stats to be updated in real time on the page. This looks like what we should use:
http://websocket-r…
-
When testing locally using Thin if I gracefully shutdown Redis (redis-cli) or terminate it (ctrl+c) my app will crash throwing an error, ECONNREFUSED.
Looking at the stack trace first up was the Redi…
-
Hi,
I'm experimenting wit websocket-rails and stumbeled over a strange problem. My setup:
Two rails processes with thin on different ports. My config is
`
config.standalone = false
config.synchroni…
-
I've noticed a minor issue using Solargraph with Bundler when Bundler is configured to install gems to somewhere other than the default path. Please correct me if there is a configuration option for t…
vemek updated
3 years ago
-
The Controller
``` ruby
class TestController < WebsocketRails::BaseController
filter_for_channels :some_channel
def new_message
Rails.logger.info "-------- NEw Mess #{message[:message_body]}…
-
I installed gems to project and it failed with message:
```
Fetching websocket-driver 0.7.5
Installing websocket-driver 0.7.5 with native extensions
Gem::Ext::BuildError: ERROR: Failed to build ge…
-
I use websocket rails channel and trigger it from a sidekiq worker. the trigger get logged in the websocket-rails log correctly, like this, with a removed < before StationSongs:
```
I [2014-12-31 16:…
-
I have the gem working locally without any snags, but I encountered an issue trying to run the app on my cloud development environment.
In the browser, I see this error:
``` text
WebSocket connectio…
-
Hi, Im setting up Mobility in our Rails app. It works when working in the console setting and saving data. But a problem appeared when we ran all our test suite. Consider a model called "G…