ruby development

Non release banter
roelof
Samurai
Samurai
Posts: 112
Joined: 06 Aug 2013, 15:32
Distribution: Porteus 2.1 Gnome
Location: Netherlands

ruby development

Post#1 by roelof » 16 Aug 2014, 18:16

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

beny
Full of knowledge
Full of knowledge
Posts: 2086
Joined: 02 Jan 2011, 11:33
Location: italy

Re: ruby development

Post#2 by beny » 16 Aug 2014, 20:21

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

igreka
White ninja
White ninja
Posts: 29
Joined: 05 Oct 2014, 21:48
Distribution: porteus 3
Location: lincoln

Re: ruby development

Post#3 by igreka » 09 Nov 2014, 03:19

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!

User avatar
wread
Module Guard
Module Guard
Posts: 1255
Joined: 09 Jan 2011, 18:48
Distribution: Porteus v5.0-kde-64 bits
Location: Santo Domingo
Contact:

Re: ruby development

Post#4 by wread » 10 Nov 2014, 11:55

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... :)
Porteus is proud of the FASTEST KDE ever made.....(take akonadi, nepomuk and soprano out and you will have a decent OS).
The Porteus Community never sleeps!

beny
Full of knowledge
Full of knowledge
Posts: 2086
Joined: 02 Jan 2011, 11:33
Location: italy

Re: ruby development

Post#5 by beny » 10 Nov 2014, 17:41

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

bour59
Samurai
Samurai
Posts: 181
Joined: 29 Dec 2010, 08:10
Distribution: porteus v5.0-xfce K5.19.7
Location: France

Re: ruby development

Post#6 by bour59 » 17 Nov 2014, 14:51

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

Post Reply