Greg Molnar
Greg Molnar
Can you paste the output of `bundle exec thin -v`?
Not yet. PrivatePub is not maintained in the moment. I may fork it and start to fix up the issues.
well, I wouldn't do it as actioncable makes it a lot easier to implement pub/sub
That helper outputs some javascript code: https://github.com/ryanb/private_pub/blob/master/lib/private_pub/view_helpers.rb#L12 So you can use simple javascript instead. Something like this would do it I guess: ``` PrivatePub.sign({"server":"http://localhost:9292/faye","timestamp":1377071937590,"channel":"/your/channel","signature":"signature hash"}); ```
You can use any config file you want. Just load the appropriate config in private_pub.ru by setting some condition: ``` ruby if lan? # check here if your app is...
Well spotted. I didn't now about that part. The issue is this repo is abandoned by Ryan. Otherwise it would be a quick fix.
Juggernaut is retired so this can be closed.
What do you mean by `necessary data`?
> The https://github.com/textacular/textacular library might be a great way to handle full text search under Postgres. WDYT @gregmolnar ? I agree.
> Maybe I'm missing something but I always thought that gem was no longer maintained. What makes you think that?