aboutsummaryrefslogtreecommitdiff
path: root/bin/setup
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2019-07-22 18:56:58 +0200
committerHans de Graaff <graaff@gentoo.org>2019-07-22 18:56:58 +0200
commita1b7c2071bfaaadcfb2b8cbca8c5aafabb12923a (patch)
tree9c198fc51149a7601cb1164dcd4ac03079010efc /bin/setup
parentAdd ETag and Last-Modified headers based on specific package (diff)
downloadpackages-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-xbin/setup4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/setup b/bin/setup
index e620b4d..78c4e86 100755
--- a/bin/setup
+++ b/bin/setup
@@ -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'