Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump license years for 2017 | Jon Moss | 2016-12-31 | 1 | -1/+1 |
| | | | | | | | | Per https://www.timeanddate.com/counters/firstnewyear.html, it's already 2017 in a lot of places, so we should bump the Rails license years to 2017. [ci skip] | ||||
* | applies new string literal convention in actioncable/lib | Xavier Noria | 2016-08-06 | 1 | -8/+8 |
| | | | | | The current code base is not uniform. After some discussion, we have chosen to go with double quotes by default. | ||||
* | Added protocol negotiation | Daniel Rhodes | 2016-04-05 | 1 | -1/+2 |
| | | | | | | | | | This is primarily for backwards compatibility for when or if the protocol is changed in future versions. If the server fails to respond with an acceptable protocol, the client disconnects and disables the monitor. | ||||
* | Share default mount path with client side .js | Javan Makhmali | 2016-03-03 | 1 | -1/+2 |
| | |||||
* | Make ping into a message type | Daniel Rhodes | 2016-03-01 | 1 | -3/+1 |
| | | | | | | | | This change makes ping into a message type, which makes the whole protocol a lot more consistent. Also fixes hacks on the client side to make this all work. | ||||
* | Added welcome message type and fix test hacks | Daniel Rhodes | 2016-03-01 | 1 | -0/+1 |
| | |||||
* | ActionCable::StorageAdapter ==> ActionCable::SubscriptionAdapter | Jon Moss | 2016-01-18 | 1 | -1/+1 |
| | |||||
* | Adapterize ActionCable storage and extract behavior | Jon Moss | 2016-01-18 | 1 | -0/+1 |
| | |||||
* | Update copyright notices to 2016 [ci skip] | Rashmi Yadav | 2015-12-31 | 1 | -1/+1 |
| | |||||
* | Initial stab at adding Action Cable to rails/master | David Heinemeier Hansson | 2015-12-14 | 1 | -8/+27 |
| | |||||
* | Get ready to merge into Rails | David Heinemeier Hansson | 2015-12-14 | 1 | -0/+31 |