Page 1 of 1

ruby development

Posted: 16 Aug 2014, 18:16
by roelof
Hello,

I like to use Porteus as my enviroment to develop in ruby and rails.
Does Porteus have ruby in one of the modules ?

Roelof

Re: ruby development

Posted: 16 Aug 2014, 20:21
by beny
hi, in sbopkg you have a directory with ruby software, i think you can do some packages also via usm,you have to know the package name first

Re: ruby development

Posted: 09 Nov 2014, 03:19
by igreka
The ruby available via USM is the 1.9.x version which is quite updated already. I compiled the 2.1.x version last week in "always fresh" turned it into a module using the tutorial on the porteus.org website but now it does not work anymore. The lack of modules readily available for Slackware and its derivatives is very counter-productive!

Re: ruby development

Posted: 10 Nov 2014, 11:55
by wread
I started a project -I think it was last year- that used Ruby. For that I made this module. But I do not guarantee that it works ok. I took it from Slackbuilds, It should be ok.

Please test it and report... :)

Re: ruby development

Posted: 10 Nov 2014, 17:41
by beny
hi ,the last usm supported is ruby2 VERSION="2.0.0-p353",better to do the slackbuild version,also for the whole ruby compatibility...i think

Re: ruby development

Posted: 17 Nov 2014, 14:51
by bour59
porteus3.1-rc2 ... usm 3.1.7 ;;;; 05-devel activated

Code: Select all

usm -s ruby2
Nothing was found in Slackware but i found this in slackbuilds.
NAME :  ruby2
VERS : 2.0.0-p353

 Would you like to attempt to build this from source? [y/n]
Downloading: ruby2.tar.gz  DONE
/tmp/usmsbo /usr/lib

Downloading: ruby-2.0.0-p353.tar.gz -->
.............
Slackware package /tmp/ruby2-2.0.0_p353-i486-1_SBo.tgz created.
 
tgz2xzm ruby2-2.0.0_p353-i486-1_SBo.tgz ruby2-2.0.0_p353-i486-1_SBo.xzm
Verifying package ruby2-2.0.0_p353-i486-1_SBo.tgz.
Installing package ruby2-2.0.0_p353-i486-1_SBo.tgz:
PACKAGE DESCRIPTION:
# ruby2 (Interpreted object-oriented scripting language)
Executing install script for ruby2-2.0.0_p353-i486-1_SBo.tgz.
Package ruby2-2.0.0_p353-i486-1_SBo.tgz installed.

Creating /tmp/ruby2-2.0.0_p353-i486-1_SBo.xzm
irb is ok (interactive)
ruby2 -h is ok