diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2015-07-08 16:13:44 +0200 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2015-07-08 16:13:44 +0200 |
commit | 102f40e9f6c08651c022ee71d6c1725be9fbf5db (patch) | |
tree | 8cfa2f9a5064ef9d071183aa5b281bbe38308b65 | |
parent | 152831ad3ff17f5e8b8f06e28ba2896cc038f322 (diff) | |
download | rails-102f40e9f6c08651c022ee71d6c1725be9fbf5db.tar.gz rails-102f40e9f6c08651c022ee71d6c1725be9fbf5db.tar.bz2 rails-102f40e9f6c08651c022ee71d6c1725be9fbf5db.zip |
Note lack of tests
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -212,6 +212,10 @@ Action Cable will move from rails/actioncable to rails/rails and become a full-f 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, hell unstarted, area of this framework. The framework +has been developed in-app up until this point. We need to find a good way to test both the framework +itself and allow the user to test their connection and channel logic. + ## Download and installation |