Rails 5.1

This commit is contained in:
Patrick Gansterer 2020-07-31 23:47:14 +02:00
parent 74531f90c7
commit 4642eb6c54
10 changed files with 112 additions and 59 deletions

View file

@ -18,6 +18,10 @@ chdir APP_ROOT do
system! 'gem install bundler --conservative'
system('bundle check') || system!('bundle install')
# Install JavaScript dependencies if using Yarn
# system('bin/yarn')
# puts "\n== Copying sample files =="
# unless File.exist?('config/database.yml')
# cp 'config/database.yml.sample', 'config/database.yml'