mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Add a brief roadmap section
This commit is contained in:
parent
29d65e9080
commit
800e957abd
1 changed files with 5 additions and 1 deletions
|
@ -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).
|
||||
|
|
Loading…
Reference in a new issue