From 10ac09a78309a82864eda4c7b26b1584e810a595 Mon Sep 17 00:00:00 2001 From: Matt Jankowski Date: Thu, 22 Sep 2011 13:39:52 -0400 Subject: [PATCH] move announcement about bundler to correct location --- template/suspenders.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/template/suspenders.rb b/template/suspenders.rb index 477ae3896..9f0e71d59 100644 --- a/template/suspenders.rb +++ b/template/suspenders.rb @@ -73,6 +73,8 @@ def trout(destination_path) "app/views/layouts/application.html.erb", :force => true +say "Get ready for bundler... (this will take a while)" + trout 'Gemfile' run "bundle install" @@ -84,8 +86,6 @@ def trout(destination_path) copy_file "README_FOR_SUSPENDERS", "doc/README_FOR_SUSPENDERS" -say "Get ready for bundler... (this will take a while)" - say "Let's use PostgreSQL" template "postgresql_database.yml.erb", "config/database.yml", :force => true