aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage/README.md
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2017-08-01 16:26:13 -0500
committerDavid Heinemeier Hansson <david@loudthinking.com>2017-08-01 16:26:13 -0500
commitc622e532fc361ad9072840d1c0ab0091bc43d61a (patch)
tree82ffad52027df49893b496b4d8cb5f3406cfecd6 /activestorage/README.md
parent7ddec686550d6ceb5a0c2e7e9dcd23bd31567ac3 (diff)
downloadrails-c622e532fc361ad9072840d1c0ab0091bc43d61a.tar.gz
rails-c622e532fc361ad9072840d1c0ab0091bc43d61a.tar.bz2
rails-c622e532fc361ad9072840d1c0ab0091bc43d61a.zip
Drop README terms no longer relevant
Diffstat (limited to 'activestorage/README.md')
-rw-r--r--activestorage/README.md12
1 files changed, 0 insertions, 12 deletions
diff --git a/activestorage/README.md b/activestorage/README.md
index e8ab3b4633..f876ba35e8 100644
--- a/activestorage/README.md
+++ b/activestorage/README.md
@@ -134,18 +134,6 @@ Active Storage, with its included JavaScript library, supports uploading directl
| `direct-upload:end` | `<input>` | `{id, file}` | A direct upload has ended. |
| `direct-uploads:end` | `<form>` | None | All direct uploads have ended. |
-## Compatibility & Expectations
-
-Active Storage only works with the development version of Rails 5.2+ (as of July 19, 2017). This separate repository is a staging ground for the upcoming inclusion in rails/rails prior to the Rails 5.2 release. It is not intended to be a long-term stand-alone repository.
-
-Furthermore, this repository is likely to be in heavy flux prior to the merge to rails/rails. You're heartedly encouraged to follow along and even use Active Storage in this phase, but don't be surprised if the API suffers frequent breaking changes prior to the merge.
-
-## Todos
-
-- Convert MirrorService to use threading
-- Read metadata via Marcel?
-- Add Migrator to copy/move between services
-
## License
Active Storage is released under the [MIT License](https://opensource.org/licenses/MIT).