From dac1e1ca07aedcb0a04bbecb37abdf0b8931cf5e Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 1 Oct 2018 17:05:15 -0700 Subject: Ruby Active Storage install last as it may halt the dependency list --- lib/tasks/actiontext.rake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/tasks/actiontext.rake') diff --git a/lib/tasks/actiontext.rake b/lib/tasks/actiontext.rake index 32f3b90184..767fbf71b7 100644 --- a/lib/tasks/actiontext.rake +++ b/lib/tasks/actiontext.rake @@ -5,7 +5,7 @@ namespace :action_text do Rake::Task["install:migrations"].clear_comments desc "Copy over the migration, stylesheet, and JavaScript files" - task install: %w( environment active_storage:install copy_migration copy_stylesheet copy_fixtures ) + task install: %w( environment copy_migration copy_stylesheet copy_fixtures active_storage:install ) task :copy_migration do if Rake::Task.task_defined?("action_text:install:migrations") -- cgit v1.2.3