ryanb / private_pub

Handle pub/sub messaging through private channels in Rails using Faye.
MIT License
864 stars 228 forks source link

Conditionally load faye js #69

Open nfm opened 11 years ago

nfm commented 11 years ago

This makes it possible to include faye.js in a manifest and have it minified/concatenated with the Rails asset pipeline or using some other method.

If the user hasn't included faye.js already, PrivatePub will still load it dynamically.