Ryan Bates

Results 129 comments of Ryan Bates

Thank you for the pull request. Sorry for the delay in checking this out. Any chance we could get a test for this change? I'd be happy to merge then....

BTW, I merged in pull request #60 which conflicts with this. It may also resolve this issue. If it isn't resolved, please update to master and add specs. Thanks.

I'm not certain the Rackup app can trigger PrivatePub.publish_to. This tries to open a socket connection to the rack app, but since it's busy trying to open a connection it...

Just in case anyone starts working on this, the way I want to go about adding this feature is by forking/branching the project and replacing Faye entirely. Then merge the...

Good idea. Updated the readme to add "thin" to Gemfile.

Yep, exactly. This can all be done through the JavaScript without much hassle. However you may want to hold off on any pull requests for now. I will be doing...

I'm done refactoring the JavaScript and it now includes Jasmine tests. Feel free to send pull requests around the JavaScript now, but be sure to include tests.

@ianmurrays you can still use the Rails portion of private_pub, it's just that it doesn't come with a Faye extension for Node.js. You'll have to rebuild that portion to match...

Can you post that code snippet again in pre tags? I can't see the content in the quotes.

@minaguib, your issue is present for normal output as well. If someone does this with the plugin: It will escape the HTML unless you are using the `raw` method or...