From 4034515ac66499f30196b2e4f938ee2ab5ed6a2e Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Tue, 2 Oct 2018 16:56:09 -0700 Subject: Copy over the blobs/_blob partial so it can be specialized --- lib/templates/installer.rb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/templates/installer.rb') diff --git a/lib/templates/installer.rb b/lib/templates/installer.rb index 44769c5193..03ba0722cd 100644 --- a/lib/templates/installer.rb +++ b/lib/templates/installer.rb @@ -4,6 +4,10 @@ copy_file "#{__dir__}/actiontext.css", "app/assets/stylesheets/actiontext.css" say "Copying fixtures to test/fixtures/action_text/rich_texts.yml" copy_file "#{__dir__}/fixtures.yml", "test/fixtures/action_text/rich_texts.yml" +say "Copying blob rendering partial to app/views/active_storage/blobs/_blob.html.erb" +copy_file "#{__dir__}/../../app/views/active_storage/blobs/_blob.html.erb", + "app/views/active_storage/blobs/_blob.html.erb" + # FIXME: Replace with release version on release say "Installing JavaScript dependency" run "yarn add https://github.com/basecamp/actiontext" -- cgit v1.2.3