aboutsummaryrefslogtreecommitdiffstats
path: root/tasks
diff options
context:
space:
mode:
authorClaudio B <claudiob@inventati.org>2017-08-04 15:55:24 -0700
committerDavid Heinemeier Hansson <david@loudthinking.com>2017-08-04 17:55:24 -0500
commit12d944f7651f79541d9f55fc6900d7fe4e3c62bc (patch)
tree3ceaf005e39e70f0f58c1bd490093afe3641f33c /tasks
parent62d3d12149b8b17d03786a372d5cfe59c84a29b5 (diff)
downloadrails-12d944f7651f79541d9f55fc6900d7fe4e3c62bc.tar.gz
rails-12d944f7651f79541d9f55fc6900d7fe4e3c62bc.tar.bz2
rails-12d944f7651f79541d9f55fc6900d7fe4e3c62bc.zip
Add Active Storage to README and release (#30065)
Before we forget...
Diffstat (limited to 'tasks')
-rw-r--r--tasks/release.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks/release.rb b/tasks/release.rb
index b3bbbb0076..8644d1a9c0 100644
--- a/tasks/release.rb
+++ b/tasks/release.rb
@@ -1,4 +1,4 @@
-FRAMEWORKS = %w( activesupport activemodel activerecord actionview actionpack activejob actionmailer actioncable railties )
+FRAMEWORKS = %w( activesupport activemodel activerecord actionview actionpack activejob actionmailer actioncable activestorage railties )
FRAMEWORK_NAMES = Hash.new { |h, k| k.split(/(?<=active|action)/).map(&:capitalize).join(" ") }
root = File.expand_path("..", __dir__)