lib/bard/cli/new.rb in bard-1.3.5 vs lib/bard/cli/new.rb in bard-1.3.6
- old
+ new
@@ -32,11 +32,11 @@
cd ..
source ~/.rvm/scripts/rvm
rvm use --create #{ruby_version}@#{project_name}
gem list rails -i || gem install rails --no-document
- rails new #{project_name} --skip-git --skip-kamal -m #{template_path}
+ rails new #{project_name} --skip-git --skip-kamal --skip-test -m #{template_path}
'
BASH
end
def push_to_github
@@ -52,10 +52,10 @@
end
def stage
run! <<~BASH
cd ../#{project_name}
- bard deploy --provision
+ bard deploy --clone
BASH
end
def ruby_version
File.read(".ruby-version").chomp