- fixed Faye startup error (thanks gitt) - issue #40
- added HTTPS support (thanks vanne)
- Rails 3.2 compatibility with SecureRandom fix (thanks windigo) - issue #26
-
setting config defaults to nil so everything must be set in
private_pub.yml
-
Documentation improvements
-
adding
PrivatePub.publish_to
method for publishing from anywhere - issue #15 -
rewriting
private_pub.js
so it is framework agnostic -
Rails 3.1 compatibility (thanks BinaryMuse) - issue #25
-
adding faye gem dependency so it doesn't need to be installed separately
-
renaming
faye.ru
toprivate_pub.ru
-
truncate token for client for security (thanks jameshuynh) - issue #19
-
switched to YAML file for config. BACKWARDS INCOMPATIBLE: you will need to remove config/initializers/private_pub.rb
-
moved view helpers into Railtie so helper file is no longer generated
-
error out when signature has expired
- initial release