aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable/README.md
Commit message (Collapse)AuthorAgeFilesLines
...
* remove require loggingKesha Antonov2016-01-291-2/+0
|
* [ci skip] Don’t explicitly mention EventMachineclaudiob2016-01-251-5/+4
| | | | | | | | | | Since #23152 eliminated the EventMachine dependency, we don’t need to explicitly mention EventMachine. Nevertheless, I'm not 100% sure about saying "the websocket-driver loop" driver… any suggestions, @matthewd or @pixeltrix ? :sweat_smile: [ci skip]
* fix path of Action Cable configuration file [ci skip]yuuji.yaginuma2016-01-231-2/+2
| | | | This changed in #22950.
* Move ApplicationCable::Channel section of readmeDerek Kniffin2016-01-221-7/+7
| | | I believe the paragraph starting with "This relies" belongs with the one above it.
* Merge pull request #23096 from HayleyCAnderson/ha-action-cable-docsJon Moss2016-01-181-20/+31
|\ | | | | [ci skip] Improve Action Cable configuration explanations
| * Improve Action Cable configuration explanationsHayley Anderson2016-01-181-20/+31
| | | | | | | | | | | | | | | | * Clarify wording around how defaults work * Clarify wording around what formatting versus information is required * Separate consumer configuration section since it is important and wordy * Add additional explanation of options for setting consumer configuration * Consolidate consumer configuration information to reduce confusion
* | Revert "Merge pull request #22977 from rails/revert-22934-master"David Heinemeier Hansson2016-01-161-1/+1
|/ | | | | This reverts commit d0393fccffc118a5de37654aa222774b66123393, reversing changes made to 3b7ccadfc1c8dfec61af898167e1300b17f5cf25.
* Revert "Move async execution from celluloid to concurrent-ruby"David Heinemeier Hansson2016-01-081-1/+1
|
* Remove celluloid referencesMike Perham2016-01-051-1/+1
|
* [ci skip] Steal `ActionCable.server` mounting from routes template.Kasper Timm Hansen2015-12-221-2/+2
| | | | | Mounting it as prescribed here: https://github.com/rails/rails/blob/0d1d50c2db40ea1a9d3bebfb0c35da43bbd4d27f/railties/lib/rails/generators/rails/app/templates/config/routes.rb#L5
* Update "Support" in ActionCable README [ci skip]Robert Eshleman2015-12-211-2/+10
| | | | | * Add link to API documentation * Link to issue tracker for rails/rails (instead of rails/actioncable) * Add link to rails-core mailing list for feature requests
* One long dash in headline.henning mueller2015-12-211-1/+1
|
* Use default cable path in (in-app) server config example.henning mueller2015-12-211-3/+3
|
* Replaced "Cable" by "ActionCable" in CoffeeScript examples.henning mueller2015-12-211-2/+2
|
* docs, follow up to #22699. [ci skip]Yves Senn2015-12-191-2/+2
|
* Update README.mdOleg Motenko2015-12-191-1/+1
|
* Stray lineDavid Heinemeier Hansson2015-12-181-1/+2
|
* SimplifyDavid Heinemeier Hansson2015-12-181-9/+2
|
* Now available in action_cableDavid Heinemeier Hansson2015-12-181-2/+2
|
* [ci skip] Fix grammarAkshay Vishnoi2015-12-181-3/+3
|
* Update README.mdXavier Noria2015-12-171-1/+1
| | | ActiveRecord -> Active Record [ci skip]
* Configure the Action Cable's redis in the engineRafael Mendonça França2015-12-151-1/+1
| | | | This will decouple Action Cable from Rails.
* Remove rails/actioncable Travis badgeclaudiob2015-12-151-2/+1
| | | | | | | | | | [ci skip] Since Action Cable is getting integrated into rails/rails, the Travis badge for rails/actioncable is not needed anymore. Also following the standard of every other README to have `--` rather than `-` to separating the name of the library from its description.
* Bring latest changes over from actioncable/masterJavan Makhmali2015-12-151-3/+3
|
* Remove Alpha disclaimer from ActionCableclaudiob2015-12-141-21/+0
| | | | [ci skip] Getting to ready to merge into rails/rails
* Get ready to merge into RailsDavid Heinemeier Hansson2015-12-141-0/+485