We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dabce2 commit 1d3a5d1Copy full SHA for 1d3a5d1
bin/setup
@@ -34,12 +34,9 @@ FileUtils.chdir APP_ROOT do
34
system! 'gem install bundler --conservative'
35
system('bundle check') || system!('bundle install')
36
37
- # Install JavaScript dependencies
38
- # system! 'bin/yarn'
39
-
40
# puts "\n== Copying sample files =="
41
# unless File.exist?('config/database.yml')
42
- # FileUtils.cp 'config/database.yml.sample', 'config/database.yml'
+ # FileUtils.cp 'config/database.yml.sample', 'config/database.yml"
43
# end
44
45
puts "\n== Preparing database =="
0 commit comments