Synology-Forum.nl
Packages => 3rd party Packages => Overige 3rd party packages => Topic gestart door: boudewijnt op 09 juli 2016, 12:20:11
-
Hallo allemaal,
Ik ben net begonnen Ruby te leren; op mijn Synology zag ik dat sinds kort Ruby ook als standaard package wordt aangeboden. Nu werkte dit met Joomla en Wordpress etc super goed, ik kan alleen nergens in de documentatie vinden hoe ik Ruby 'opstart' en mijn scripts er laat draaien. Iemand hier al ervaring mee?
Boudewijn
-
Ruby even geinstalleerd maar, je hoeft niets op te starten, het is gewoon aanwezig als prog.taal.
[attachimg=1]
Maar misschien heb je hier wat aan ?
root@DS111:/# ruby --help
Usage: ruby [switches] [--] [programfile] [arguments]
-0[octal] specify record separator (\0, if no argument)
-a autosplit mode with -n or -p (splits $_ into $F)
-c check syntax only
-Cdirectory cd to directory before executing your script
-d, --debug set debugging flags (set $DEBUG to true)
-e 'command' one line of script. Several -e's allowed. Omit [programfile]
-Eex[:in], --encoding=ex[:in]
specify the default external and internal character encodings
-Fpattern split() pattern for autosplit (-a)
-i[extension] edit ARGV files in place (make backup if extension supplied)
-Idirectory specify $LOAD_PATH directory (may be used more than once)
-l enable line ending processing
-n assume 'while gets(); ... end' loop around your script
-p assume loop like -n but print line also like sed
-rlibrary require the library before executing your script
-s enable some switch parsing for switches after script name
-S look for the script using PATH environment variable
-T[level=1] turn on tainting checks
-v, --verbose print version number, then turn on verbose mode
-w turn warnings on for your script
-W[level=2] set warning level; 0=silence, 1=medium, 2=verbose
-x[directory] strip off text before #!ruby line and perhaps cd to directory
--copyright print the copyright
--enable=feature[,...], --disable=feature[,...]
enable or disable features
--external-encoding=encoding, --internal-encoding=encoding
specify the default external or internal character encoding
--version print the version
--help show this message, -h for short message
Features:
gems rubygems (default: enabled)
did_you_mean did_you_mean (default: enabled)
rubyopt RUBYOPT environment variable (default: enabled)
frozen-string-literal
freeze all string literals (default: disabled)
root@DS111:/#