<gener1c>
those 2 objects represent servers that know how to connect to one another to transfer files
dogweather has quit [Ping timeout: 258 seconds]
kies has joined #ruby
<gener1c>
i dont want to create a reader since no one except the sibling needs to know about his password for the transfer to happen
<gener1c>
thats just one example
nankyokusei has joined #ruby
<elomatreb>
It sounds like a protected reader might be what you want
<gener1c>
it could be an id for gossip between the objects for exmaple
<gener1c>
protected reader
<gener1c>
ill check it out
<gener1c>
thanks
jeffreylevesque has joined #ruby
ur5us has joined #ruby
<elomatreb>
gener1c: I just meant a reader method with the visibility "protected", I think Java has that too?
<gener1c>
yeah it does
<gener1c>
but java also lets you access sibling instance variables
<gener1c>
afaik
<gener1c>
:D
tristanp has quit [Remote host closed the connection]
dogweather has joined #ruby
futabachannel has joined #ruby
nankyokusei has quit [Ping timeout: 260 seconds]
jeffreylevesque has quit [Client Quit]
gusrub_ has quit [Remote host closed the connection]
tristanp has joined #ruby
Channel6 has joined #ruby
blackbombay_ has joined #ruby
blackbombay has quit [Ping timeout: 240 seconds]
sludge has quit [Read error: Connection reset by peer]
tuxaddicted has joined #ruby
Terens has joined #ruby
chrisja has quit [Quit: leaving]
blackbombay has joined #ruby
bmurt has joined #ruby
blackbombay_ has quit [Ping timeout: 256 seconds]
marr has quit [Ping timeout: 256 seconds]
SeepingN has quit [Quit: The system is going down for reboot NOW!]
zipace has joined #ruby
jeffreylevesque has joined #ruby
jeffreylevesque has quit [Client Quit]
Terens has quit [Ping timeout: 252 seconds]
xrlk has joined #ruby
cibs has quit [Ping timeout: 268 seconds]
cibs has joined #ruby
splud has quit [Quit: splud]
jgt1 has joined #ruby
PaulCapestany has quit [Quit: .]
charliesome has joined #ruby
tristanp has quit [Remote host closed the connection]
PaulCapestany has joined #ruby
tristanp has joined #ruby
jgt has quit [Ping timeout: 248 seconds]
tristanp has quit [Remote host closed the connection]
threedee has quit [Remote host closed the connection]
tristanp_ has joined #ruby
creat has joined #ruby
troys_ is now known as troys
ocbtec has quit [Quit: leaving]
jgt1 has quit [Ping timeout: 256 seconds]
jhack has joined #ruby
dogweather has quit [Remote host closed the connection]
tristanp_ has quit [Remote host closed the connection]
ixti has joined #ruby
dogweather has joined #ruby
dogweather has quit [Ping timeout: 258 seconds]
dogweath_ has joined #ruby
chg has quit [Ping timeout: 260 seconds]
valeri_ufo has quit [Ping timeout: 260 seconds]
chg has joined #ruby
valeri_ufo has joined #ruby
ajaiswal has quit [Ping timeout: 260 seconds]
scorphus has quit [Ping timeout: 260 seconds]
ajaiswal has joined #ruby
ytti has quit [Ping timeout: 260 seconds]
ytti has joined #ruby
tubuliferous_ has quit [Ping timeout: 268 seconds]
smlocal has quit [Remote host closed the connection]
smlocal has joined #ruby
<ezio>
there's something wrong with bugs.ruby-lang.org
<ezio>
new signups aren't working
<ezio>
i did a whois on the domain and found an admin email
<ezio>
i sent off an email several days ago
<ezio>
no one is responding
palms has quit [Ping timeout: 260 seconds]
<ezio>
I need to file a feature requestttttt ... so that I can maybe start working on a new, important feature
Immune has joined #ruby
smlocal has quit [Ping timeout: 268 seconds]
jenrzzz has quit [Ping timeout: 265 seconds]
d^sh has quit [Ping timeout: 240 seconds]
GodFather has quit [Ping timeout: 268 seconds]
d^sh has joined #ruby
preyalone has joined #ruby
railssmith has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
astrobunny has joined #ruby
jgt1 has joined #ruby
zipace has quit [Ping timeout: 265 seconds]
zukin has joined #ruby
jgt1 has quit [Ping timeout: 258 seconds]
gusrub_ has joined #ruby
troys is now known as troys_
tubuliferous_ has joined #ruby
interpolate has quit [Quit: interpolate]
rfoust has joined #ruby
govg has quit [Ping timeout: 246 seconds]
jmignault has joined #ruby
optiz0r has quit [Ping timeout: 265 seconds]
ICantCook has joined #ruby
jmignault has quit [Ping timeout: 260 seconds]
thegunbuster has joined #ruby
zukin has quit [Ping timeout: 265 seconds]
ixti has quit [Quit: WeeChat 1.6]
creat has quit [Ping timeout: 260 seconds]
hanmac has quit [Ping timeout: 256 seconds]
zukin has joined #ruby
solocshaw has joined #ruby
jgt1 has joined #ruby
patrick99e99 has joined #ruby
pwnd_nsfw has joined #ruby
nankyokusei has joined #ruby
mwlang has joined #ruby
jgt1 has quit [Ping timeout: 258 seconds]
tubuliferous_ has quit [Ping timeout: 248 seconds]
bmurt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<patrick99e99>
hey everyone.. I am trying to use imagemagick from a ruby script.. I'm doing #! /usr/bin/ruby ... system "convert", and I get: "sh: convert: command not found".. why is that?
raeoks has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<mwlang>
but just encountered the style for a.rb with a new team member and it just seemed odd on first glance.
<patrick99e99>
elomatreb: yeah..
<mwlang>
patrick99e99: if convert is not found, that usually indicates the ImageMagick libraries haven’t been installed.
raeoks has joined #ruby
<xrlk>
how much is SaaS work with ruby tied into rails
arescorpio has joined #ruby
<xrlk>
been putting in the time w/ tutorials and see a lot of dependency o nrails
optiz0r has joined #ruby
<elomatreb>
mwlang: I like the style better because I think it's harder to miss a dot at the end of a line than at the beginning
<mwlang>
xrlk: rails makes building SaaS easier than if you built SaaS services with just Ruby core libs.
<elomatreb>
xrlk: Rails is probably the most common working environment for Ruby programmers, but there are many other applications. Chef (Devops) and Metasploit (security testing) come to mind
<elomatreb>
mwlang: (s/harder/easier in what I wrote earlier btw)
<mwlang>
elomatreb: ahhh…now your statement makes more sense.
palms has joined #ruby
<elomatreb>
It's 4am here, I'm allowed a little brainfart ^^
<mwlang>
I also tend to separate multi-line chains with blank lines so they stand on their own.
<elomatreb>
I do the same, which invalidates what I wrote earlier a little if I think about it
Jameser has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<jokke>
hello
<jokke>
i'm trying to enhance bundlers release rake task for my gem with Rake::Task['release'].enhance do ... end
<jokke>
but it doesn't execute my code
qwertyco has joined #ruby
qwertyco has quit [Max SendQ exceeded]
<jokke>
any ideas why?
qwertyco has joined #ruby
teya has joined #ruby
Couch has quit [Ping timeout: 265 seconds]
<jokke>
ah i think i know
edwinvdgraaf has joined #ruby
hahuang61 has joined #ruby
conta1 has quit [Quit: conta1]
ace05 has joined #ruby
<teya>
hello everyone! when i run manually "bundle exec rake jobs:workoff" and then i add cronjob this PATH=$PATH:/home/openproject/.rbenv/versions/2.3.0/bin
<teya>
*/1 * * * * cd /home/openproject/openproject-ce/bin && bundle exec rake jobs:workoff i am getting ..Bundler::GemRequireError: There was an error while trying to load the gem 'autoprefixer-rails'..... hmmm am on ubuntu 14.04 form the paths i hope u get the ruby version and the project...
<teya>
sorry i meant to say "when i run manually ... it is working"
hahuang61 has quit [Ping timeout: 245 seconds]
CloCkWeRX has joined #ruby
<teya>
cronjob and the manual test is done with same user
ace05 has quit [Ping timeout: 260 seconds]
Jameser has joined #ruby
agit0 has joined #ruby
jaruga___ has quit [Quit: jaruga___]
astrobunny has quit [Remote host closed the connection]
jzigmund has joined #ruby
fenre has joined #ruby
pokalyis has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Couch has joined #ruby
dionysus69 has joined #ruby
GodFather has joined #ruby
andikr has joined #ruby
fenre_ has quit [Read error: Connection reset by peer]
Mia has joined #ruby
Mia has joined #ruby
Mia has quit [Changing host]
CloCkWeRX has quit [Ping timeout: 246 seconds]
jmignault has joined #ruby
sparch has quit [Ping timeout: 260 seconds]
arnonhongklay has quit [Ping timeout: 246 seconds]
minimalism has quit [Quit: minimalism]
mim1k|work has quit [Ping timeout: 240 seconds]
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
arnonhongklay has joined #ruby
charliesome has joined #ruby
Snowy has quit [Read error: Connection reset by peer]
mim1k|work has joined #ruby
Snowy has joined #ruby
tuxaddicted has quit [Ping timeout: 256 seconds]
conta1 has joined #ruby
ta__ has joined #ruby
Robtop__ has joined #ruby
ta_ has quit [Read error: Connection reset by peer]
weaksauce has quit [Read error: Connection reset by peer]
pwnd_nsfw` has quit [Ping timeout: 245 seconds]
tuxaddicted has joined #ruby
pawnbox has quit [Remote host closed the connection]
ixti has joined #ruby
pawnbox has joined #ruby
pawnbox has quit [Remote host closed the connection]
qwertyco has quit [Quit: Leaving]
tuxaddicted has quit [Ping timeout: 250 seconds]
doublemalt__ has quit [Ping timeout: 260 seconds]
CloCkWeRX has joined #ruby
claudiuinberlin has quit [Remote host closed the connection]
scorphus has joined #ruby
claudiuinberlin has joined #ruby
hs366 has quit [Read error: Connection reset by peer]
sdothum has joined #ruby
govg has joined #ruby
claudiuinberlin has quit [Ping timeout: 240 seconds]
rabbleproof has quit [Remote host closed the connection]
tuxaddicted has joined #ruby
djbkd has joined #ruby
mistym has quit [Ping timeout: 250 seconds]
rabbleproof has joined #ruby
mistym has joined #ruby
mistym has quit [Changing host]
mistym has joined #ruby
scorphus has quit [Changing host]
scorphus has joined #ruby
tubuliferous_ has joined #ruby
zipace has quit [Ping timeout: 240 seconds]
zipace has joined #ruby
brendan- has joined #ruby
pwnd_nsfw has joined #ruby
sparch has joined #ruby
sparch has joined #ruby
sparch has quit [Changing host]
dogweather has joined #ruby
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
dogweather has quit [Remote host closed the connection]
bluOxigen has quit [Read error: Connection reset by peer]
hahuang61 has joined #ruby
nowhere_man has quit [Remote host closed the connection]
webguynow has quit [Ping timeout: 250 seconds]
6A4AAA61G has quit [Ping timeout: 246 seconds]
nowhere_man has joined #ruby
webguynow has joined #ruby
ace05 has joined #ruby
arooni has joined #ruby
JeanCarloMachado has joined #ruby
bayed has joined #ruby
hahuang61 has quit [Ping timeout: 244 seconds]
aegis3121 has quit [Ping timeout: 260 seconds]
aegis312_ has joined #ruby
ace05 has quit [Ping timeout: 258 seconds]
polishdub has joined #ruby
anisha_ has quit [Quit: This computer has gone to sleep]
manjaro-kde5 has joined #ruby
djbkd has joined #ruby
JeanCarloMachado has quit [Ping timeout: 244 seconds]
nettoweb has joined #ruby
18WAAQKBI has quit [Ping timeout: 260 seconds]
djbkd has quit [Ping timeout: 250 seconds]
pandaant has quit [Remote host closed the connection]
Filiphe has quit [Remote host closed the connection]
bovis has joined #ruby
rippa has joined #ruby
JeanCarloMachado has joined #ruby
Dysp has quit [Quit: Page closed]
grh has joined #ruby
<bovis>
can a block have a default parameter, something like array.each { |idx=""| ..operations.. } to counter an array value possibly being nil in the original array?
<bovis>
there are other ways to deal with the issue, but this seemed like a possible simple way
sepp2k has joined #ruby
ocbtec has quit [Quit: leaving]
vali has quit [Remote host closed the connection]
i8igmac has joined #ruby
JeanCarl1Machado has joined #ruby
<rob_>
boxrick1: each_with_index { |x, i| ... }
<rob_>
s/boxrick1/bovis/
CoderFrank has joined #ruby
<bovis>
rob_: thanks
<boxrick1>
O_O
* boxrick1
bocomes bovis
dogweather has joined #ruby
<bovis>
s/bovis/boxrick1
skweek has joined #ruby
<bovis>
and suddenly I feel funny
pragmaticus has quit [Read error: Connection reset by peer]
ocbtec has joined #ruby
<jokke>
hey
maokomioko has joined #ruby
maokomioko has quit [Client Quit]
<jokke>
i have a method wrapped_proc(block)
<jokke>
in it i want to expose some methods from a module Helpers
<xrlk>
same
<xrlk>
I just use singletons
dogweather has quit [Ping timeout: 245 seconds]
<jokke>
so i do this: proc { Helpers.instance_eval(&block) }
<xrlk>
the more the merrier
JeanCarl1Machado has quit [Ping timeout: 252 seconds]
<jokke>
this works fine
<jokke>
but if my block is expecting arguments, i'm screwed
<jokke>
i don't know how to pass them to the block
brendan- has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
<ruby-lang993>
Could not find a valid gem 'rails' (>= 0), here is why: Unable to download data from https://rubygems.org/ - SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed (https://api.rubygems.org/specs.4.8.gz)
<ruby-lang993>
cant install any gems
sentriz has joined #ruby
<ruby-lang993>
hey sentri
banisterfiend has joined #ruby
<sentriz>
ruby-lang993: uwit
<ruby-lang993>
please admin ban sentriz
* sentriz
sets mode +b on ruby-lang993
<baweaver>
ruby-lang993: check in with rubygems
<baweaver>
there were a few articles on fixing it but it's a danged trip :/
Pumukel has quit [Ping timeout: 240 seconds]
<ruby-lang993>
I've been trying to fix this shit for like an hour
dbugger has quit [Remote host closed the connection]
<ruby-lang993>
that shit works
<havenwood>
baweaver: hey, yup I'm here!
<ruby-lang993>
thanks so much dude
skweek has joined #ruby
centrx has joined #ruby
claudiuinberlin has joined #ruby
flying has quit []
claudiuinberlin has quit [Remote host closed the connection]
* sentriz
slaps ruby-lang993 around a bit with a large trout
dagda1 has joined #ruby
claudiuinberlin has joined #ruby
* ruby-lang993
bans sentriz
hightower3 has joined #ruby
agit0 has quit [Client Quit]
pokalyis has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
* ruby-lang993
unbans sentriz with my massive shaft
<baweaver>
easy there.
Ishido has joined #ruby
* ruby-lang993
bans baweaver for insolence
<baweaver>
?offtopic
<ruby[bot]>
this seems to be off-topic. Please move your discussion to #ruby-offtopic, to keep this channel free for Ruby related problems. Thanks!
agit0 has joined #ruby
hightower2 has quit [Ping timeout: 240 seconds]
vuoto has joined #ruby
<sentriz>
oship
mim1k|work has quit [Ping timeout: 252 seconds]
ruby-lang993 has quit [Quit: Page closed]
igniting has joined #ruby
mim1k|work has joined #ruby
igniting has quit [Max SendQ exceeded]
igniting has joined #ruby
xcesariox has joined #ruby
brendan- has joined #ruby
xcesariox has quit [Client Quit]
machinewar has quit [Remote host closed the connection]
xcesariox has joined #ruby
matheusmoreira has quit [Ping timeout: 248 seconds]
amclain has joined #ruby
matheusmoreira has joined #ruby
andrewvos has quit [Ping timeout: 260 seconds]
weaksauce has joined #ruby
phantompain has quit [Ping timeout: 245 seconds]
synthroid has joined #ruby
ace05 has joined #ruby
djbkd has joined #ruby
andikr has quit [Remote host closed the connection]
jsrn_ has quit [Quit: Leaving]
pokalyis has joined #ruby
bmurt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
SesMan has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
claudiuinberlin has quit [Remote host closed the connection]
JoshS has joined #ruby
agent_white has joined #ruby
ace05 has quit [Ping timeout: 260 seconds]
<dminuoso>
Mmm, is there some obscure way to create an object of File with a StringIO backed?
<dminuoso>
Or maybe I should explain where this is coming from.
djbkd has quit [Remote host closed the connection]
claudiuinberlin has joined #ruby
djbkd has joined #ruby
<dminuoso>
RMagick defines a method Image#write that explicitly tests whether the argument is T_FILE or not (and if not it opens a file using the argument.to_s as a filename)
<dminuoso>
I want RMagick to write its stuff into a StringIO object.
blackwind_123 has quit [Ping timeout: 248 seconds]
dhollinger has quit [Ping timeout: 246 seconds]
blackwind_123 has joined #ruby
rubysquid has joined #ruby
railssmith has quit [Ping timeout: 256 seconds]
millerti has joined #ruby
machinewar has joined #ruby
mluts has joined #ruby
sparch has quit [Ping timeout: 260 seconds]
jokester has joined #ruby
grh has joined #ruby
kechja has joined #ruby
agent_white has quit [Quit: brb]
muelleme has joined #ruby
creat has quit [Ping timeout: 260 seconds]
rubysquid has quit [Quit: Page closed]
gusrub_ has joined #ruby
ldnunes has joined #ruby
mikecmpbll has joined #ruby
[Butch] has joined #ruby
jmignault has quit [Ping timeout: 260 seconds]
skweek has quit [Ping timeout: 260 seconds]
pizzaops has quit [Ping timeout: 260 seconds]
blackmesa has joined #ruby
gusrub_ has quit [Ping timeout: 248 seconds]
pizzaops has joined #ruby
ur5us has joined #ruby
ur5us has quit [Remote host closed the connection]
ur5us has joined #ruby
sparch has joined #ruby
sparch has joined #ruby
sparch has quit [Changing host]
brendan- has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
tyang_ has joined #ruby
splud has joined #ruby
splud has quit [Client Quit]
splud has joined #ruby
Renich has joined #ruby
blackwind_123 has quit [Ping timeout: 245 seconds]
TheCubeLord has joined #ruby
TheCubeLord has quit [Changing host]
TheCubeLord has joined #ruby
tyang has quit [Ping timeout: 258 seconds]
edwinvdgraaf has joined #ruby
blackwind_123 has joined #ruby
ocbtec has quit [Quit: leaving]
banisterfiend has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
dhollinger has joined #ruby
Snowy has quit [Remote host closed the connection]
gizmore has quit [Ping timeout: 260 seconds]
SteenJobs has quit [Quit: SteenJobs]
Snowy has joined #ruby
jerme has joined #ruby
Immune has quit [Ping timeout: 260 seconds]
jerme has quit [Client Quit]
edwinvdgraaf has quit [Ping timeout: 260 seconds]
claudiuinberlin has joined #ruby
jerme has joined #ruby
Snowy has quit [Ping timeout: 256 seconds]
Cohedrin has joined #ruby
brendan- has joined #ruby
gingray has joined #ruby
XV8 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
solocshaw has quit [Ping timeout: 256 seconds]
gusrub_ has joined #ruby
banisterfiend has joined #ruby
solocshaw has joined #ruby
nettoweb has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
vondruch has quit [Ping timeout: 245 seconds]
symm- has joined #ruby
dnicole has quit [Remote host closed the connection]
dnicole has joined #ruby
jmignault has joined #ruby
SteenJobs has joined #ruby
xaxisx_ has joined #ruby
agent_white has joined #ruby
muelleme has quit [Ping timeout: 256 seconds]
vuoto has quit [Remote host closed the connection]
XV8 has joined #ruby
djbkd has joined #ruby
millerti has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
ghost9 has joined #ruby
nettoweb has joined #ruby
dnicole has quit [Ping timeout: 258 seconds]
<ghost9>
Hi
<ghost9>
I asked this yesterday but had to immediately bail sry
<ghost9>
how can I make rvm work? it doesn't seem to be recognized in shell
Immune has joined #ruby
<TheCubeLord>
is it in /bin?
ace05 has joined #ruby
ramfjord has joined #ruby
millerti has joined #ruby
ghost9 has quit [Ping timeout: 260 seconds]
ace05 has quit [Ping timeout: 246 seconds]
ghost9 has joined #ruby
DLSteve has joined #ruby
<ghost9>
hey can you repeat what you said
<ghost9>
timed out
<ghost9>
I'm assuming I need to install rvm?
muelleme has joined #ruby
tyang_ has quit [Quit: Leaving]
solocshaw has quit [Ping timeout: 240 seconds]
tyang has joined #ruby
dogweather has joined #ruby
TheCubeLord has quit [Quit: F*** This S*** Im out!]
brent__ has joined #ruby
skweek has joined #ruby
tyang_ has joined #ruby
tyang has quit [Read error: Connection reset by peer]
TheCubeLord has joined #ruby
TheCubeLord has joined #ruby
TheCubeLord has quit [Changing host]
muelleme has quit [Ping timeout: 250 seconds]
tyang_ has quit [Read error: Connection reset by peer]
djbkd has quit [Remote host closed the connection]
ace05 has joined #ruby
babblebre has joined #ruby
djbkd has joined #ruby
muelleme has joined #ruby
gusrub_ has quit [Remote host closed the connection]
ghost9 has quit [Ping timeout: 260 seconds]
kirun has joined #ruby
gusrub_ has joined #ruby
djbkd has quit [Ping timeout: 256 seconds]
nrd_pxs has quit [Ping timeout: 260 seconds]
gusrub_ has quit [Remote host closed the connection]
smlocal has joined #ruby
codfection has joined #ruby
blackwind_123 has quit [Ping timeout: 245 seconds]
tyang has joined #ruby
gusrub_ has joined #ruby
blackwind_123 has joined #ruby
smlocal has quit [Remote host closed the connection]
gusrub_ has quit [Remote host closed the connection]
bocaneri has quit [Read error: Connection reset by peer]
agarciava has joined #ruby
nankyokusei has joined #ruby
<agarciava>
hi there, how can I exec a c gem out from ruby? using the so file segfaults, I guess need some env vars
gusrub_ has joined #ruby
jcao219 has joined #ruby
TheCubeLord has quit [Quit: F*** This S*** Im out!]
nankyokusei has quit [Ping timeout: 245 seconds]
rektide_ has joined #ruby
alexherbo2 has joined #ruby
mitsuhiko has quit [Ping timeout: 260 seconds]
<rektide_>
hi. i'm working on a plugin that's going to be in a core loop, and concerned about performance.
mitsuhiko has joined #ruby
rafadc has joined #ruby
<centrx>
and then?
nrd_pxs has joined #ruby
blackwind_123 has quit [Ping timeout: 245 seconds]
<rektide_>
does having a rescue for a function def have a big impact? i don't expect it to trip often at all, but i keep reading about "do not use exceptions for ..."
marxarelli has joined #ruby
dionysus69 has quit [Ping timeout: 248 seconds]
<rektide_>
these all seem to be measuring exceptions firing though, not the handler. but i know that in languages like js, just having the try{}catch{} can have significant impact, and i'm not sure what ruby's advice is here
jenrzzz has joined #ruby
<centrx>
rektide_: Using exceptions for control flow is bad design, it makes the code more conceptually difficult/complicated
pwnd_nsfw has quit [Ping timeout: 258 seconds]
<centrx>
rektide_: I do see some articles as recently as 2015 saying that Ruby rescue is slow (as in other languages)
djbkd has joined #ruby
<apeiros>
rektide_: benchmark it? consider using benchmark-ips for that.
blackwind_123 has joined #ruby
ur5us has quit [Remote host closed the connection]
millerti has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
machinewar has joined #ruby
<machinewar>
centrx: yes rescue is very slow
<machinewar>
if you're doing it a lot
<agarciava>
hi there, how can I exec a c gem out from ruby? using the so file segfaults, I guess need some env vars
tdy has quit [Ping timeout: 252 seconds]
agent_white has quit [Quit: brb]
croberts has quit [Ping timeout: 250 seconds]
mluts has quit [Quit: leaving]
mluts has joined #ruby
smlocal_ has joined #ruby
synthroid has quit []
SteenJobs has quit [Quit: SteenJobs]
kirun has quit [Quit: Konversation terminated!]
interpolate has joined #ruby
mluts has quit [Client Quit]
mluts has joined #ruby
Salih has quit [Quit: Leaving]
SteenJobs has joined #ruby
phantompain has quit [Ping timeout: 240 seconds]
SteenJobs has quit [Client Quit]
patrick99e99 has quit [Read error: Connection reset by peer]
patrick99e99 has joined #ruby
patrick99e99 has quit [Read error: Connection reset by peer]
mwat has joined #ruby
mwat has quit [Client Quit]
mluts has quit [Quit: leaving]
mluts has joined #ruby
rfoust has joined #ruby
agarciava has quit [Quit: Page closed]
yuung has joined #ruby
<yuung>
for some reason, Zlib::GzipReader is only reading the first line of the file - has anyone run into this before?
patrick99e99 has joined #ruby
<yuung>
i do `gz = Zlib::GzipReader.open(uri); gz.read`, and get only one line. it's a csv.gz file, and i know it has more than 1 row after opening it in excel
patrick99e99 has quit [Read error: Connection reset by peer]
mluts has quit [Client Quit]
centrx has quit []
mluts has joined #ruby
miqlas-H has quit [Ping timeout: 260 seconds]
skweek has quit [Ping timeout: 256 seconds]
_sfiguser has quit [Ping timeout: 252 seconds]
tdy has joined #ruby
mluts has quit [Client Quit]
mluts has joined #ruby
marxarelli is now known as marxarelli|afk
smlocal_ has quit [Remote host closed the connection]
workmad3 has joined #ruby
sepp2k has quit [Quit: Leaving.]
nowhere_man has quit [Ping timeout: 240 seconds]
tdy has quit [Ping timeout: 256 seconds]
SteenJobs has joined #ruby
mluts has quit [Quit: leaving]
jhack has quit [Ping timeout: 246 seconds]
Pumukel has quit []
nettoweb has joined #ruby
aufi has joined #ruby
grh has quit [Ping timeout: 256 seconds]
edwinvdgraaf has quit [Remote host closed the connection]
firstdayonthejob has joined #ruby
mluts has joined #ruby
gusrub_ has quit [Remote host closed the connection]
jhack has joined #ruby
xrlk has quit [Ping timeout: 260 seconds]
s2013 has joined #ruby
agent_white has joined #ruby
_sfiguser has joined #ruby
skweek has joined #ruby
millerti has joined #ruby
nankyokusei has joined #ruby
jdawgaz has joined #ruby
smlocal has joined #ruby
byte512 has quit [Ping timeout: 268 seconds]
allcentury has quit [Ping timeout: 250 seconds]
polishdub has quit [Quit: Leaving]
marxarelli|afk has quit [Read error: Connection reset by peer]
jdawgaz has quit [Client Quit]
KineticX has joined #ruby
Snowy has quit [Remote host closed the connection]
Snowy has joined #ruby
swills has quit [Ping timeout: 258 seconds]
rafadc has quit [Ping timeout: 244 seconds]
Renich has quit [Quit: leaving]
xrlk has joined #ruby
Snowy_ has joined #ruby
Snowy_ has quit [Remote host closed the connection]
spiette has joined #ruby
Snowy_ has joined #ruby
blackwind_123 has joined #ruby
vqrs has quit [Ping timeout: 250 seconds]
troys has joined #ruby
jdawgaz has joined #ruby
Snowy has quit [Ping timeout: 256 seconds]
jdawgaz has quit [Client Quit]
edwinvdgraaf has joined #ruby
vqrs has joined #ruby
blackbombay_ has joined #ruby
nankyoku_ has joined #ruby
quazimodo has joined #ruby
toretore has quit [Ping timeout: 245 seconds]
dnicole has quit []
blackwind_123 has quit [Ping timeout: 260 seconds]
nankyokusei has quit [Ping timeout: 245 seconds]
yuung has quit [Quit: leaving]
Snowy_ has quit [Read error: Connection reset by peer]
Snowy has joined #ruby
csk has quit [Quit: ZZZzzz…]
Lord_of_Life has quit [Excess Flood]
dar123 has joined #ruby
jdawgaz has joined #ruby
dnicole has joined #ruby
zapcode has joined #ruby
Lord_of_Life has joined #ruby
gusrub_ has joined #ruby
skweek has quit [Remote host closed the connection]
Guest25823 is now known as alamar
bruce_lee has quit [Read error: Connection reset by peer]
nankyoku_ has quit [Ping timeout: 256 seconds]
vuoto has joined #ruby
jdawgaz has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
<gener1c>
-dev
<gener1c>
is there a ruby dev channel?
nowhere_man has joined #ruby
dnicole has quit [Remote host closed the connection]
jdawgaz has joined #ruby
Yzguy has quit [Quit: Bye]
blackbombay has joined #ruby
aufi has quit [Ping timeout: 256 seconds]
tomphp has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<havenwood>
gener1c: This is probably the best place. Contributing to Ruby?
<gener1c>
yeah
<gener1c>
i just added a really small feature to net/ftp.rb
<gener1c>
but it didnt have an issue for it
<havenwood>
nice
lacour has joined #ruby
<gener1c>
heh , it wasnt such a big deal and i am not sure if it was done with good coding practice
<gener1c>
i want to talk to someone about it
blackbombay_ has quit [Ping timeout: 248 seconds]
<gener1c>
the contribute.md is not that specific on those things
<gener1c>
i added support for parameters in status method
<gener1c>
"overload"
<havenwood>
gener1c: Ahh, just thought it might be you since it was recent and net-ftp. Never mind!
<gener1c>
heh
<havenwood>
Gadgetoid: ah, nice
<havenwood>
oops, mt
<gener1c>
so first there is the <2
<gener1c>
i dont like that it should be =1
<gener1c>
second, should i make tests for it? use a different method?
jdawgaz has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
jackjackdripper has joined #ruby
<gener1c>
because it can be used for listing on the "command" session for faster list etc
<havenwood>
gener1c: It's the first day of RubyConf so a bunch of the Ruby committers are occupied but I'd suggest starting an issue to discuss it on the issue tracker: https://bugs.ruby-lang.org/projects/ruby-trunk/issues
<gener1c>
oh ok thanks
<havenwood>
gener1c: And here is a good place to get feedback as well! :-)
<gener1c>
:D
<gener1c>
just on other days
machinewar has quit []
c0mrad3 has quit [Quit: Connection closed for inactivity]
dunpeal has quit [Ping timeout: 250 seconds]
gingray has quit [Ping timeout: 258 seconds]
blackwind_123 has joined #ruby
vuoto has quit [Remote host closed the connection]
chris2 has quit [Ping timeout: 245 seconds]
swills has joined #ruby
djbkd has joined #ruby
matp_ has joined #ruby
nettoweb has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
swills has quit [Remote host closed the connection]
swills has joined #ruby
swills has quit [Remote host closed the connection]
swills has joined #ruby
blackwind_123 has quit [Ping timeout: 258 seconds]
bmurt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
matp has quit [Ping timeout: 246 seconds]
dunpeal has joined #ruby
tomphp has joined #ruby
malconis has quit [Read error: Connection reset by peer]
tvw has joined #ruby
smlocal has quit [Remote host closed the connection]
polysics has quit [Remote host closed the connection]
troys is now known as troys_
polysics has joined #ruby
kechja has quit [Ping timeout: 246 seconds]
Snowy has quit [Read error: Connection reset by peer]
bmurt has joined #ruby
mjago has quit [Ping timeout: 260 seconds]
SteenJobs has quit [Quit: SteenJobs]
Snowy has joined #ruby
polysics has quit [Ping timeout: 265 seconds]
smlocal has joined #ruby
jgt1 has quit [Ping timeout: 256 seconds]
tuxaddicted has joined #ruby
blackwind_123 has joined #ruby
sylario has joined #ruby
bmurt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
skweek has joined #ruby
blackwind_123 has quit [Read error: Connection reset by peer]
smlocal has quit [Remote host closed the connection]
dcluna has quit [Ping timeout: 256 seconds]
tomphp has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
marr has quit [Ping timeout: 265 seconds]
ramfjord has quit [Ping timeout: 268 seconds]
smlocal has joined #ruby
SeepingN has quit [Remote host closed the connection]
SeepingN has joined #ruby
rfoust has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Ishido has quit [Remote host closed the connection]
gusrub_ has quit [Remote host closed the connection]
workmad3 has quit [Ping timeout: 245 seconds]
firstdayonthejob has quit [Ping timeout: 265 seconds]
biberu has quit []
ramfjord has joined #ruby
blackwind_123 has joined #ruby
edwinvdgraaf has quit [Remote host closed the connection]
koooge has joined #ruby
koooge_ has joined #ruby
koooge_ has quit [Client Quit]
hightower2 has joined #ruby
dnicole has joined #ruby
gusrub_ has joined #ruby
CloCkWeRX has joined #ruby
jhack has quit [Ping timeout: 252 seconds]
hahuang61 has joined #ruby
dnicole has quit [Ping timeout: 260 seconds]
jgnagy has joined #ruby
blackwind_123 has quit [Ping timeout: 258 seconds]