[ARVADOS] updated: 2.1.0-43-g591fd6a07
Git user
git at public.arvados.org
Fri Nov 6 13:35:54 UTC 2020
Summary of changes:
services/api/script/rails | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 591fd6a07919d59d25a0b360a23e61e508403b48 (commit)
from 4f9de1f006ce329f76eb3c73a1b819b2ad60f67f (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 591fd6a07919d59d25a0b360a23e61e508403b48
Author: Ward Vandewege <ward at curii.com>
Date: Fri Nov 6 08:34:38 2020 -0500
Fix require path in the 'script/rails' script for api server.
closes #17094
Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward at curii.com>
diff --git a/services/api/script/rails b/services/api/script/rails
index 901460c70..14dcc9dd7 100755
--- a/services/api/script/rails
+++ b/services/api/script/rails
@@ -4,7 +4,7 @@
##### SSL - ward, 2012-10-15
require 'rubygems'
-require 'rails/commands/server'
+require 'rails/command'
require 'rack'
require 'webrick'
require 'webrick/https'
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list