diff options
author | Hans de Graaff <graaff@gentoo.org> | 2019-07-22 18:56:58 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2019-07-22 18:56:58 +0200 |
commit | a1b7c2071bfaaadcfb2b8cbca8c5aafabb12923a (patch) | |
tree | 9c198fc51149a7601cb1164dcd4ac03079010efc /bin/setup | |
parent | Add ETag and Last-Modified headers based on specific package (diff) | |
download | packages-5-a1b7c2071bfaaadcfb2b8cbca8c5aafabb12923a.tar.gz packages-5-a1b7c2071bfaaadcfb2b8cbca8c5aafabb12923a.tar.bz2 packages-5-a1b7c2071bfaaadcfb2b8cbca8c5aafabb12923a.zip |
Update to Rails 5.1
This also fixes a bug in the fresh_when handling for the changelog
view, which was exposed by the update (due to ETag now taking the
flash message, if any, into account).
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'bin/setup')
-rwxr-xr-x | bin/setup | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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' |