From 809c6b5eb53b43352bdf88cfa99a10bcd0fdb49d Mon Sep 17 00:00:00 2001 From: Thomas Trepl Date: Wed, 28 Dec 2022 10:29:35 +0100 Subject: [PATCH] Fix the note about ruby-on-rails applications --- general/prog/ruby.xml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/general/prog/ruby.xml b/general/prog/ruby.xml index 63bc2a0a6a..b12e0ceeb3 100644 --- a/general/prog/ruby.xml +++ b/general/prog/ruby.xml @@ -130,8 +130,12 @@ Finished tests in 443.541527s, 47.5739 tests/s, 6031.9921 assertions/s. cd /path/to/web/app -bundle update rake -/etc/rc.d/init.d/httpd restart +bundle update rake + + + and restart the webserver which serves the application. + +