From c622e532fc361ad9072840d1c0ab0091bc43d61a Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Tue, 1 Aug 2017 16:26:13 -0500 Subject: Drop README terms no longer relevant --- activestorage/README.md | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'activestorage/README.md') 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` | `` | `{id, file}` | A direct upload has ended. | | `direct-uploads:end` | `
` | 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). -- cgit v1.2.3