private_pub icon indicating copy to clipboard operation
private_pub copied to clipboard

Handle pub/sub messaging through private channels in Rails using Faye.

Results 73 private_pub issues
Sort by recently updated
recently updated
newest added

I have a ruby app hosted in Digital Ocean and chat messages have been working correctly for a long time. However, around 1 and a half month ago it stopped...

This eases deployment by allowing environment variables in private_pub.yml. Because Faye needs to run in production mode, the yaml file's `production` block gets used for both development and production, making...

I was following the exact same steps as mentioned in the docs but im getting this error when i restart my rails server Exiting /home/adavia/.rvm/gems/ruby-2.2.1/gems/private_pub-1.0.3/lib/private_pub.rb:21:in `load_config': uninitialized constant YAML (NameError)...

I followed the video and read the instructions over and over and I keep getting this error when trying to use priviate_pub. I can get everything to work fine with...

Here's my application.js file ``` //= require jquery //= require jquery_ujs //= require foundation //= require private_pub //= require_tree . ``` My private_pub.yml file ``` development: server: "http://localhost:9292/tweets/create" secret_token: "secret"...

Following this link https://github.com/ryanb/private_pub#serving-faye-over-https-with-thin I have configured my thin and faye server. When I run the server using `thin -C config/private_pub_thin.yml start` it is saying Listening on 0.0.0.0:4443, CTRL+C to...

I am trying to make faye work for my app. but getting 502 error after three successful requests at browser and connection halts. Below are my config details. nginx.conf =>...

when i run rackup private_pub.ru -s thin -E production i got this error 7fdba6c52000-7fdba6c53000 rw-p 00000000 00:00 0 7ffffb1af000-7ffffb9af000 rw-p 00000000 00:00 0 [stack] 7ffffb9c9000-7ffffb9cb000 r--p 00000000 00:00 0 [vvar]...

I have implemented private pub in my rails app. it is working fine on my local. but on my production server it is not working. it doesn't find faye.js there....

Hi. I can't work with the gem in production mode. In local mode it works fine. In the page, when i try to put a message in the chat, nothing...