aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable
diff options
context:
space:
mode:
authorclaudiob <claudiob@gmail.com>2015-12-14 08:24:06 -0800
committerclaudiob <claudiob@gmail.com>2015-12-14 08:24:06 -0800
commitf6fb71af8ba99f2b1c5be500544587b47516e595 (patch)
tree0229a329a7ac2bc3249869b1b80f6804e4716ef8 /actioncable
parent760de782f7a7bfa3e740a0f192aedb6e5688e529 (diff)
downloadrails-f6fb71af8ba99f2b1c5be500544587b47516e595.tar.gz
rails-f6fb71af8ba99f2b1c5be500544587b47516e595.tar.bz2
rails-f6fb71af8ba99f2b1c5be500544587b47516e595.zip
Remove Alpha disclaimer from ActionCable
[ci skip] Getting to ready to merge into rails/rails
Diffstat (limited to 'actioncable')
-rw-r--r--actioncable/README.md21
1 files changed, 0 insertions, 21 deletions
diff --git a/actioncable/README.md b/actioncable/README.md
index 6511126896..1781e3e82e 100644
--- a/actioncable/README.md
+++ b/actioncable/README.md
@@ -450,27 +450,6 @@ So you'll have one set of server processes for your normal web work, and another
set of server processes for the Action Cable. The former can be single-threaded,
like Unicorn, but the latter must be multi-threaded, like Puma.
-
-## Alpha disclaimer
-
-Action Cable is currently considered alpha software. The API is almost guaranteed to change between
-now and its first production release as part of Rails 5.0. Real applications using the framework
-are all well underway, but as of July 8th, 2015, there are no deployments in the wild yet.
-
-So this current release, which resides in rails/actioncable, is primarily intended for
-the adventurous kind, who do not mind reading the full source code of the framework. And it
-serves as an invitation for all those crafty folks to contribute to and test what we have so far,
-in advance of that general production release.
-
-Action Cable will move from rails/actioncable to rails/rails and become a full-fledged default
-framework alongside Action Pack, Active Record, and the like once we cross the bridge from alpha
-to beta software (which will happen once the API and missing pieces have solidified).
-
-Finally, note that testing is a unfinished/unstarted area of this framework. The framework
-has been developed in-app up until this point. We need to find a good way to allow the user to test
-their connection and channel logic.
-
-
## License
Action Cable is released under the MIT license: