aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2017-07-08 18:51:55 +0200
committerGitHub <noreply@github.com>2017-07-08 18:51:55 +0200
commit800e957abdd68fcfc7ee424711dc3f32e81c77b8 (patch)
tree4ad4c3355d206da2ceae9c5dc4bc2f1b2434b269
parent29d65e90802bd93e8d36d4c67569bed0b013cb99 (diff)
downloadrails-800e957abdd68fcfc7ee424711dc3f32e81c77b8.tar.gz
rails-800e957abdd68fcfc7ee424711dc3f32e81c77b8.tar.bz2
rails-800e957abdd68fcfc7ee424711dc3f32e81c77b8.zip
Add a brief roadmap section
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index 08bd0844c2..74a9581e6b 100644
--- a/README.md
+++ b/README.md
@@ -78,9 +78,13 @@ end
- Convert MirrorService to use threading
- Read metadata via Marcel?
- Add Migrator to copy/move between services
-- Explore direct uploads to cloud
+- [Explore direct uploads to cloud](https://github.com/rails/activestorage/pull/19)
- Extract VerifiedKeyWithExpiration into Rails as a feature of MessageVerifier
+## Roadmap
+
+This separate repository is a staging ground for eventual inclusion in rails/rails prior to the Rails 5.2 release. It is not intended to be a long-term stand-alone repository. Compatibility with prior versions of Rails is not a development priority either.
+
## License
Active Storage is released under the [MIT License](https://opensource.org/licenses/MIT).