aboutsummaryrefslogtreecommitdiffstats
path: root/lib/action_cable.rb
Commit message (Collapse)AuthorAgeFilesLines
* add railtie and set default allowed_request_origins for developmentLachlan Sylvester2015-10-151-0/+2
|
* EventMachine: shush epoll warnings by checking for support before enabling. ↵Jeremy Daer2015-09-021-1/+2
| | | | Ditto for kqueue.
* Remove out-of-date AC::Broadcaster referenceKai Chen = 陈恺2015-08-131-2/+0
| | | Remove out-of-data autoload reference of ActionCable::Broadcaster that removed at e1a99a83ca135523ff8513be756f156500999cb8 .
* move the require of object/to_param to channel/broadcasting because that is ↵Lachlan Sylvester2015-08-021-1/+0
| | | | where it is needed.
* Fixes test failure in ActionCable::Channel::BroadcastingTest when run by itselfJason Dew2015-07-301-0/+1
|
* require new version file so the constant is available to the applicationCraig Sheen2015-07-271-0/+1
|
* Move VERSION constant to version file and use this in the gemspecCraig Sheen2015-07-271-2/+0
|
* Use Celluloid 0.16.0 until termination issue in 0.17.0 is resolvedJavan Makhmali2015-07-241-1/+1
| | | | The issue: https://github.com/celluloid/celluloid/issues/637
* Update gems and requiresThomas Walpole2015-07-221-1/+1
|
* Have to require redis in case it wasnt alreadyDavid Heinemeier Hansson2015-07-111-0/+1
|
* ActionCable.server should always return the same instanceJeffrey Hardy2015-07-081-1/+1
|
* Make the RemoteConnection private under RemoteConnections and document the setupDavid Heinemeier Hansson2015-07-071-1/+0
| | | | You’d never instantiate it on its own.
* Add ActionCable.server singletonDavid Heinemeier Hansson2015-07-051-0/+5
|
* Move server classes to its own namespaceDavid Heinemeier Hansson2015-06-291-2/+2
|
* Add Broadcaster to publish to redis channelsPratik Naik2015-04-131-0/+1
|
* Bump versionPratik Naik2015-04-071-1/+1
|
* Remote connections API for the serverPratik Naik2015-04-061-0/+1
|
* Add remote connection to talk over internal redis channelPratik Naik2015-04-061-1/+1
|
* Add connection identifier and an internal redis channelPratik Naik2015-04-061-1/+1
|
* Separate connection and server classesPratik Naik2015-04-041-0/+4
|
* Move assets to the gemPratik Naik2015-02-121-0/+2
|
* Update the gemspecPratik Naik2015-02-051-0/+5
|
* EM epollPratik Naik2015-02-051-0/+3
|
* No cramp and use celluloid workers to run callbacksPratik Naik2015-02-051-1/+2
|
* Action Cable take#1Pratik Naik2015-01-141-0/+12