This repository has been archived by the owner on Dec 12, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 225
private_pub.js changes: only load faye.js if Faye object is not present and use module pattern to prevent pollution of global namespace #51
Open
vollnhals
wants to merge
21
commits into
ryanb:master
Choose a base branch
from
vollnhals:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 3 commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
bc81f1e
Added basic support for using Redis engine.
zlu 045975d
Added configuration instruction for Redis engine
zlu fe71d80
fixed mount point
zlu 1f753ba
Refactor - Redis options are now passed into PrivatePub.faye_app.
zlu 38726f8
Added some debugging
zlu 33969eb
Changing how redis config is loaded
zlu 00ecd3f
Setting default rails_env to be development
zlu 298c3ed
Increased timeout to 60
zlu 1f3728f
Fixed faye version to be 0.7.1 because thin was removed in a later ve…
zlu b17035c
Only sign when PrivatePub is avaiable. When thin server is down, Pri…
zlu ff647fa
Added logic to check in Faye server is up. Only subscribe when it is…
2a753a6
Revert "Added logic to check in Faye server is up. Only subscribe wh…
265c3bf
Added support to Faye 0.8.0.
b0d96ce
Actually merge redis options
a4dbd30
Use module pattern. Do not export buildPrivatePub function unnecessar…
vollnhals 2790cc8
only load faye.js if Faye object is not present
vollnhals 21f352d
only subscribe once to a channel
vollnhals 105016d
Merge branch 'master' of https://github.com/ryanb/private_pub
vollnhals 8e6da99
merge zlu master
vollnhals 08b1345
do not load private_pub_redis.yml in rails
vollnhals 28931ca
Allow configuration of server side faye server url
vollnhals File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1, the
buildPrivatePub
function should not be exposed.