-
HTTP fallback of websocket_rails doesn't work for me, because:
> XMLHttpRequest cannot load http://localhost:3001/api/websocket. No 'Access-Control-Allow-Origin' header is present on the requested re…
-
Wanted to install Ruby on Rails normally, installation failed on websocket-driver.
1. sudo apt-get install ruby-full
2. sudo apt-get installl rails(failed)
3. sudo gem install --verbose websocket-d…
-
Hi, Im getting a 301 error when on https.
`'wss://example-site.com/websocket' failed: Error during WebSocket handshake: Unexpected response code: 301`
Here is my nginx configuration
```
server {
…
pamio updated
6 months ago
-
Hi,
Is it possible to add support for WebSockets ?
I try to use faye with jruby-rack but it doesn't work. It's now compatible with JRuby and works well with Puma server.
Thanks.
##
This issue see…
-
Happens sometimes when hard reloading jasmine-rails specs page, haven't been able to figure out what causes it exactly:
```
/usr/local/opt/rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/eventmachin…
-
How can I send disconnect signal from client to server or vice versa by coding?
Thanks
-
I just ran `bundle update` for my project and all went well and am able to run my Rails 5.2.x app on my OSX dev machine. When I try to run `bundle install` however on my linux server it fails to insta…
briri updated
3 years ago
-
I must be missing something important, because I can't figure out how to connect to the websocket. After running websocket_rails:install and following the guide, I get the following:
```
Firefox can…
-
I've deployed my Rails app running Puma on Heroku. I am using WebScokets for live chat and notifications.
I've had some issues connecting to WebSockets(`RuntimeError (eventmachine not initialized: e…
-
**Websocket-rails:** 0.7.0
I have two different browsers that subscribes to the same private channel. Both can join the private channel without problems. But if I check with `WebsocketRails.channel_m…