<volty>
when you get the clear picture of the whole you can reimplemented using bindata gem
binaryplease has quit [Ping timeout: 240 seconds]
<drale2k>
volty: so the codec is telling me about the number of records? I am curious about the 4th line, "n_records"
Azure has joined #ruby
<volty>
the @codec is telling you about the codec, the @n_records is the number of records, then you have an array of that many records, then it is up to you to read properly a record inside the loop. I didn't see the spec.. Mine is just general hint since you seem lost with bindata
<volty>
this way too is easier to check / debug
<volty>
* array of hashes
voidDotClass has quit [Ping timeout: 240 seconds]
moshee has joined #ruby
moshee has joined #ruby
<drale2k>
volty: i wonder because you read the codec and the number of records from the first 2 bytes
voidDotClass has joined #ruby
<volty>
don't know what you need. mine is just an idea/hint on plain ascii-hex parsing this kind of data. then you have to interpret correctly the fields, the numbers. if the records are of fixed length it would be trivial to fill it
<drale2k>
thats a good start, thanks a lot
<volty>
ah, you read from IOString, not from a simple string
dlitvak has joined #ruby
theRealAlexz has joined #ruby
s00pcan_ has joined #ruby
loz has quit [Ping timeout: 264 seconds]
<drale2k>
volty: sorry does that mean it is continuous? So calling read(2) the second time will read byte 3 and 4 because the first call read 1 and 2 ?
loz has joined #ruby
benlieb has quit [Quit: benlieb]
<volty>
yes, sorry, wait a min
<volty>
>> s = StringIO.new('volty'); [s.read(2), s.read(2)]
<volty>
you can convert to StringIO after receiving a simple string; def read(the_string); s = StringIO.new(the_string) ....
<volty>
can we @data[i].instance_eval { timestamp: s.read(2) } ?
blackmesa has joined #ruby
pdoherty has joined #ruby
<volty>
@ others
trinaldi has quit [Quit: see ya]
krobzaur has joined #ruby
superlou has joined #ruby
<volty>
ignore, nonsense (the last one)
krobzaur_ has joined #ruby
krobzaur has quit [Client Quit]
<drale2k>
volty: thanks i am starting to get the gist of it
benlieb has joined #ruby
Ebok has joined #ruby
cyclonis has joined #ruby
<superlou>
I'm looking to make a real-time multiplayer game backend in Ruby, javascript frontend (Emberjs), and have been going in circles between eventmachine, celluloid, reel and faye, native websockets, etc. From reading, it seems like the event driven frameworks fulfill similar roles, but would one be more approrpriate as a game server (vs. http web server, etc.)?
<volty>
yw, drale2k
Lildirt has quit [Ping timeout: 248 seconds]
pickandmix has quit [Ping timeout: 248 seconds]
mybatman123 has joined #ruby
alex88 has joined #ruby
railsForDaiz has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
<alex88>
hi there, someone works with https://github.com/ruby/spec here? I've to create a test that checks how bigDecimal interacts with time.at and I would like some pointers on where to place the test
millerti has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
LoneHermit_ has quit [Remote host closed the connection]
rgtk_ has joined #ruby
wolffles has quit [Quit: wolffles]
rgtk has quit [Ping timeout: 248 seconds]
rgtk_ has quit [Ping timeout: 248 seconds]
LoneHerm_ has joined #ruby
JoshGlzBrk has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
rkazak has joined #ruby
rgtk has joined #ruby
dlitvak has quit [Ping timeout: 252 seconds]
platzhirsch has quit [Ping timeout: 240 seconds]
RegulationD has joined #ruby
nanoz has quit [Read error: Connection reset by peer]
dlitvak has joined #ruby
rgtk has quit [Ping timeout: 248 seconds]
Ebok has quit [Quit: This computer has gone to sleep]
RegulationD has quit [Ping timeout: 252 seconds]
rgtk has joined #ruby
resin has joined #ruby
bronson has joined #ruby
eikood has joined #ruby
A124 has quit [Read error: Connection reset by peer]
underplank has joined #ruby
rgtk_ has joined #ruby
mickey_mouse has quit [Ping timeout: 276 seconds]
rgtk has quit [Ping timeout: 248 seconds]
idefine has joined #ruby
duckpuppy has joined #ruby
Guest77238 is now known as BLuEGoD
BLuEGoD is now known as Guest75890
bronson has quit [Ping timeout: 256 seconds]
unl0ckd has quit [Quit: I've gone to sleep. ZZZzzz…]
rgtk has joined #ruby
A124 has joined #ruby
rgtk_ has quit [Ping timeout: 248 seconds]
idefine has quit [Ping timeout: 252 seconds]
rkazak has quit [Quit: Sleep.....ing....]
duckpuppy has quit [Ping timeout: 240 seconds]
p1k has joined #ruby
rgtk has quit [Ping timeout: 248 seconds]
baweaver has joined #ruby
rgtk has joined #ruby
baweaver has quit [Ping timeout: 250 seconds]
mickey_mouse has joined #ruby
rgtk has quit [Read error: No route to host]
dlitvak has quit [Ping timeout: 240 seconds]
rgtk has joined #ruby
stannard has joined #ruby
rgtk has quit [Ping timeout: 248 seconds]
duckpuppy has joined #ruby
mickey_mouse has quit [Ping timeout: 276 seconds]
mickey_mouse has joined #ruby
Xeago has quit [Remote host closed the connection]
dlitvak has joined #ruby
pickandmix has quit [Quit: WeeChat 1.4]
rgtk has joined #ruby
pickandmix has joined #ruby
duckpuppy has quit [Ping timeout: 240 seconds]
rgtk has quit [Read error: No route to host]
rgtk has joined #ruby
rakm has joined #ruby
rgtk has quit [Ping timeout: 248 seconds]
Spami has quit [Quit: This computer has gone to sleep]
Spami has joined #ruby
eikood has quit [Read error: Connection reset by peer]
Spami has quit [Remote host closed the connection]
angryz has joined #ruby
eikood has joined #ruby
LoneHerm_ has quit [Remote host closed the connection]
yfeldblu_ has joined #ruby
jayc0b0 has joined #ruby
<jayc0b0>
Hello. I've got an issue I'm trying to work out.
yfeldbl__ has joined #ruby
stannard has quit [Remote host closed the connection]
yfeldblum has quit [Ping timeout: 276 seconds]
<jayc0b0>
In essence, I started working through the Odin Project and got to the part where you go through and install everything (Ruby, RoR, and some other stuff), and I ran into some weird behavior. Every time I start my terminal (zsh running in terminator), I get a string of errors along the lines of "Ignoring ____ because its extensions are not built"
dlitvak has quit [Ping timeout: 256 seconds]
<jayc0b0>
I think it may have to do with the way I have things set up. The guide I followed included installing RVM and RubyGems and setting RVM to use version 2.2.
fedexo has quit [Ping timeout: 240 seconds]
yfeldblu_ has quit [Ping timeout: 256 seconds]
<havenwood>
jayc0b0: If you have a bit of time I'd: gem pristine --all --extensions
<havenwood>
(--extensions is default)
<jayc0b0>
Ah. I tried that one.
<jayc0b0>
I'll try it with the --extensions option to see if it changes anything
<jayc0b0>
Also, I can link the guide that I followed.
<jayc0b0>
I get that every time I open my terminal, even after trying uninstalling and reinstalling the gems, as well as using pristine, both individually, and with the --all option.
<Radar>
I literally have no idea, but I want to blame RVM just because I think RVM is bloated and overengineered.
<jayc0b0>
Also, where would I find gem env? Is that file or a variable?
<havenwood>
jayc0b0: hundreds of lines of shell is simpler than tens of thousands of lines of shell ;)
LoneHerm_ has joined #ruby
<jayc0b0>
I mean, you literally just say chruby whatever. It's like chsh practically.
underplank has quit [Quit: underplank]
kp666 has joined #ruby
LoneHerm_ has quit [Ping timeout: 276 seconds]
Sucks has quit [Ping timeout: 264 seconds]
UtkarshRay has quit [Remote host closed the connection]
sankaber has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
<jayc0b0>
Alright. Got that guide finished
<jayc0b0>
Aaaaand... No issues so far.
<jayc0b0>
I think I'm in the clear.
<jayc0b0>
Thank you so much for pointing me in the right directions.
zast has quit [Remote host closed the connection]
<Radar>
jayc0b0: yay :) another victory
kp666 has quit [Quit: Leaving]
kp666 has joined #ruby
<jayc0b0>
I'll definitely be in here if anything goes wrong in the future. Definitely one of the more helpful channels I've been in. ##networking was pretty rough. lol
<jayc0b0>
Anyway, have a nice evening. I really appreciate the assistance.
<ropeney>
jayc0b0 make sure you return the assistance when things are going well though too :D
Channel6 has joined #ruby
pawnbox has joined #ruby
LuckyABA has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<jayc0b0>
For sure. I'd certainly like to get good enough to do that. :)
<Damien22>
also ruby-switch --list >ruby1.8 >ruby1.9.1
BLuEGoD is now known as Guest70172
<Damien22>
i'm missing something
Hammy_Work has quit [Ping timeout: 252 seconds]
tvw has joined #ruby
lurch_ has joined #ruby
krz has joined #ruby
aufi has joined #ruby
juddey has quit [Ping timeout: 260 seconds]
scepticulous has joined #ruby
bigkevmcd has joined #ruby
Burgestrand has joined #ruby
tjbiddle has joined #ruby
the_drow has joined #ruby
ropeney has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
<Damien22>
finally got it
<Damien22>
damn
mondok has joined #ruby
karapetyan has quit [Remote host closed the connection]
speakingcode has quit [Quit: Lost terminal]
Hammy_Work has joined #ruby
eikood has quit [Read error: Connection reset by peer]
the_drow has quit [Client Quit]
eikood has joined #ruby
adgtl has joined #ruby
jam__ has quit [Remote host closed the connection]
mhoungbo has joined #ruby
tilllt has joined #ruby
hakunin_ has joined #ruby
hakunin has quit [Read error: Connection reset by peer]
tilllt has quit [Client Quit]
karapetyan has joined #ruby
yardenbar has joined #ruby
adgtl has quit [Remote host closed the connection]
Macaveli has joined #ruby
zzz has quit [Remote host closed the connection]
adgtl has joined #ruby
eljimbo has joined #ruby
jam_ has joined #ruby
einarj has joined #ruby
bhaak has joined #ruby
anisha has joined #ruby
ruby-lang963 has joined #ruby
eljimmy has quit [Ping timeout: 252 seconds]
pawnbox has quit [Remote host closed the connection]
zzz has joined #ruby
adgtl_ has joined #ruby
andikr has joined #ruby
adgtl has quit [Read error: Connection reset by peer]
adgtl_ is now known as adgtl
adgtl has quit [Changing host]
adgtl has joined #ruby
jam_ has quit [Ping timeout: 272 seconds]
karapetyan has quit [Remote host closed the connection]
TomyLobo has quit [Ping timeout: 250 seconds]
ruby-lang963 has quit [Ping timeout: 252 seconds]
karapetyan has joined #ruby
firstdayonthejob has joined #ruby
SenpaiSilver has quit [Quit: Leaving]
eljimbo has quit [Read error: No route to host]
zzz has quit [Ping timeout: 256 seconds]
eljimmy has joined #ruby
Burgestrand has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
atmosx has joined #ruby
godzillaenlacasa has quit [Quit: ZZZZZ....]
zzz has joined #ruby
zzz has quit [Remote host closed the connection]
armyriad has quit [Ping timeout: 272 seconds]
armyriad has joined #ruby
Burgestrand has joined #ruby
x77686d has quit [Quit: x77686d]
adgtl has quit [Remote host closed the connection]
blaxter has joined #ruby
kirillzh has joined #ruby
houhouli_ has joined #ruby
ramortegui has joined #ruby
houhoulis has quit [Ping timeout: 264 seconds]
y2mq37 has quit [Ping timeout: 240 seconds]
sandstrom has joined #ruby
dmolina has joined #ruby
juddey has joined #ruby
cjbottaro has joined #ruby
Burgestrand has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
sandstrom has quit [Client Quit]
msg31 has quit [Remote host closed the connection]
jaiks has quit [Ping timeout: 240 seconds]
hjoest2 has joined #ruby
karapetyan has quit [Remote host closed the connection]
benlieb has quit [Quit: benlieb]
karapetyan has joined #ruby
rsc___ has quit [Quit: rsc___]
Sucks has quit [Remote host closed the connection]
hjoest has quit [Ping timeout: 248 seconds]
juddey has quit [Ping timeout: 250 seconds]
pickandmix has quit [Quit: WeeChat 1.4]
karapetyan has quit [Ping timeout: 240 seconds]
Guest70172 is now known as BLuEGoD
BLuEGoD is now known as Guest27365
CloCkWeRX has joined #ruby
pihpah has joined #ruby
ta_ has quit [Remote host closed the connection]
idefine has joined #ruby
zzz has joined #ruby
adgtl has joined #ruby
SCHAAP137 has joined #ruby
idefine has quit [Ping timeout: 240 seconds]
edwinvdgraaf has joined #ruby
pawnbox has joined #ruby
DmitryBochkarev has quit [Quit: This computer has gone to sleep]
the_drow has joined #ruby
karapetyan has joined #ruby
sandstrom has joined #ruby
moua has joined #ruby
DexterLB has joined #ruby
pickandmix has joined #ruby
pickandmix has quit [Client Quit]
moredhel has joined #ruby
pickandmix has joined #ruby
lsmola has quit [Ping timeout: 240 seconds]
adgtl has quit [Remote host closed the connection]
cjbottaro has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
eikood has quit [Read error: Connection reset by peer]
jaiks has joined #ruby
eikood has joined #ruby
troulouliou_div2 has joined #ruby
eikood has quit [Read error: Connection reset by peer]
adgtl has joined #ruby
ramortegui has quit [Quit: Leaving]
codecop has joined #ruby
eikood has joined #ruby
LoneHermit has quit [Remote host closed the connection]
eikood has quit [Remote host closed the connection]
eikood has joined #ruby
DylanJ has joined #ruby
CloCkWeRX has quit [Ping timeout: 256 seconds]
karapetyan has quit [Remote host closed the connection]
ziyadb has joined #ruby
y2mq37 has joined #ruby
karapetyan has joined #ruby
Dimik has quit [Ping timeout: 272 seconds]
karapetyan has quit [Ping timeout: 240 seconds]
SShrike has joined #ruby
framling has joined #ruby
tesuji has joined #ruby
rsc___ has joined #ruby
DEA7TH has quit [Quit: DEA7TH]
firstdayonthejob has quit [Ping timeout: 240 seconds]
armyriad has quit [Ping timeout: 272 seconds]
astrobun_ has quit [Read error: Connection reset by peer]
last_staff has joined #ruby
armyriad has joined #ruby
minimalism has quit [Read error: Connection reset by peer]
zzz has quit [Remote host closed the connection]
astrobun_ has joined #ruby
kmckelvin has joined #ruby
Cohedrin has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
Mon_Ouie has joined #ruby
stannard has joined #ruby
Snowy has joined #ruby
CloCkWeRX has joined #ruby
kmckelvin has quit [Read error: Connection reset by peer]
Burgestrand has joined #ruby
railsForDaiz has joined #ruby
nettoweb has joined #ruby
binaryplease has joined #ruby
stannard has quit [Ping timeout: 248 seconds]
Mon_Ouie has quit [Ping timeout: 240 seconds]
DEA7TH has joined #ruby
<ddv>
Damien22: use a ruby version manager
<ddv>
Damien22: also installing gems as root is a bad idea but I guess this is the default with a system provided ruby
Youngmathimus0 has quit [Ping timeout: 276 seconds]
railsForDaiz has quit [Ping timeout: 240 seconds]
futilegames has joined #ruby
bronson has joined #ruby
ur5us has quit [Remote host closed the connection]
ta has joined #ruby
elifoster has quit [Ping timeout: 276 seconds]
DEA7TH has quit [Quit: DEA7TH]
tesuji_ has joined #ruby
Xeago has joined #ruby
askhat has joined #ruby
tesuji_ has quit [Read error: Connection reset by peer]
moeabdol2 has quit [Ping timeout: 248 seconds]
tesuji has quit [Ping timeout: 276 seconds]
bronson has quit [Ping timeout: 256 seconds]
askhat has quit [Max SendQ exceeded]
askhat has joined #ruby
futilegames has left #ruby [#ruby]
Guest27365 is now known as BLuEGoD
pihpah has quit [Ping timeout: 240 seconds]
BLuEGoD is now known as Guest46344
kmckelvin has joined #ruby
arlek has quit [Ping timeout: 256 seconds]
kirillzh has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
Coldblackice has quit [Ping timeout: 260 seconds]
railsForDaiz has joined #ruby
stevemackinnon has quit [Remote host closed the connection]
wwwbukolaycom has joined #ruby
sandstrom has quit [Quit: My computer has gone to sleep.]
mlehrer has joined #ruby
joonty has joined #ruby
baweaver has quit [Remote host closed the connection]
binaryplease1 has joined #ruby
mdw has joined #ruby
rsc___ has quit [Quit: rsc___]
Burgestrand has quit [Ping timeout: 264 seconds]
go|dfish has quit [Changing host]
go|dfish has joined #ruby
acerna has quit [Changing host]
acerna has joined #ruby
MiracleBlue__ has quit [Changing host]
MiracleBlue__ has joined #ruby
jhill_ has quit [Changing host]
jhill_ has joined #ruby
srenatus has quit [Changing host]
srenatus has joined #ruby
FastJack_ has quit [Quit: leaving]
anisha has quit [Changing host]
anisha has joined #ruby
andikr has quit [Changing host]
andikr has joined #ruby
mondok has quit [Ping timeout: 240 seconds]
jaiks has quit [Changing host]
jaiks has joined #ruby
ziyadb has quit [Changing host]
ziyadb has joined #ruby
binaryplease has quit [Ping timeout: 264 seconds]
rsc___ has joined #ruby
binaryplease2 has joined #ruby
valera has joined #ruby
gigetoo has quit [Ping timeout: 264 seconds]
JohnBat26 has joined #ruby
binaryplease1 has quit [Ping timeout: 272 seconds]
tjbiddle has quit [Quit: tjbiddle]
ledestin has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
sshuriu has quit [Quit: Leaving]
cikunts has joined #ruby
<cikunts>
have you ever had dreams where you kill people?
Burgestrand has joined #ruby
hjoest2 has quit [Read error: Connection reset by peer]
pawnbox has quit [Remote host closed the connection]
hjoest has joined #ruby
hjoest2 has joined #ruby
llua has quit [Ping timeout: 240 seconds]
cikunts is now known as jimbow
jimbow was kicked from #ruby by ChanServ [User is banned from this channel]
FastJack_ has joined #ruby
LoneHerm_ has joined #ruby
framlinqp has joined #ruby
framling has quit [Read error: Connection reset by peer]
techietrash has quit [Ping timeout: 260 seconds]
TheMoonMaster has quit [Ping timeout: 260 seconds]
lancetw has quit [Ping timeout: 260 seconds]
braderhart has quit [Ping timeout: 260 seconds]
manveru has quit [Ping timeout: 260 seconds]
Miron has quit [Ping timeout: 260 seconds]
Lloyd has quit [Ping timeout: 260 seconds]
ELLIOTTCABLE has quit [Ping timeout: 260 seconds]
jmcc_______ has quit [Ping timeout: 260 seconds]
kfpratt has quit [Ping timeout: 260 seconds]
hplar has quit [Ping timeout: 260 seconds]
manveru_ has joined #ruby
sauvin has quit [Quit: Leaving]
hjoest has quit [Ping timeout: 248 seconds]
hplar has joined #ruby
techietrash has joined #ruby
manveru_ is now known as manveru
jmcc_______ has joined #ruby
Miron has joined #ruby
lancetw has joined #ruby
tilllt has joined #ruby
Lloyd has joined #ruby
LoneHerm_ has quit [Ping timeout: 240 seconds]
pandaant has joined #ruby
braderhart has joined #ruby
lsmola has joined #ruby
ELLIOTTCABLE has joined #ruby
tilllt has quit [Client Quit]
ixti has quit [Quit: WeeChat 1.4]
dionysus70 has joined #ruby
dionysus69 has quit [Ping timeout: 264 seconds]
dionysus70 is now known as dionysus69
AlphaAtom has joined #ruby
FastJack_ is now known as FastJack
sandstrom has joined #ruby
sandstrom has quit [Client Quit]
rsc___ has quit [Quit: rsc___]
drptbl has joined #ruby
framlinqp has quit [Remote host closed the connection]
TheMoonMaster has joined #ruby
mikecmpbll has joined #ruby
tjbiddle has joined #ruby
yorickpeterse has joined #ruby
jam_ has joined #ruby
binaryplease2 has quit [Ping timeout: 252 seconds]
william3 has joined #ruby
jespada has joined #ruby
adgtl has quit [Remote host closed the connection]
platzhirsch has joined #ruby
boogibugs has joined #ruby
Darkwater has quit [Quit: Changing server]
Darkwater has joined #ruby
Darkwater has joined #ruby
Darkwater has quit [Changing host]
CloCkWeRX has quit [Ping timeout: 248 seconds]
binaryplease2 has joined #ruby
pawnbox has joined #ruby
jam_ has quit [Ping timeout: 252 seconds]
Gnut has joined #ruby
yfeldbl__ has quit [Remote host closed the connection]
DEA7TH has joined #ruby
themsay2 has joined #ruby
drptbl_ has joined #ruby
ilhami has joined #ruby
<ilhami>
shevy, :D
blur3d has joined #ruby
binaryplease2 has quit [Ping timeout: 260 seconds]
<flughafen>
hey
themsay has quit [Ping timeout: 252 seconds]
<boogibugs>
Hi, not sure if this is right place i am running a vagrant-demo to bring up some machines but i get an error when i run: bundle exec rake start gist here: https://gist.github.com/anonymous/57b0d810abf131b04c55
drptbl has quit [Ping timeout: 260 seconds]
DEA7TH has quit [Ping timeout: 264 seconds]
shredding has joined #ruby
nullFxn_ has quit [Quit: Lost terminal]
darkf has quit [Quit: Leaving]
blackmesa has joined #ruby
soc42 has joined #ruby
<apeiros>
boogibugs: maybe your ruby or rubygems is too old. not sure.
yfeldblum has joined #ruby
hjoest2 has quit [Read error: Connection reset by peer]
hjoest3 has joined #ruby
adgtl has joined #ruby
patchedmonkey has joined #ruby
<apeiros>
though, reading through gemspec guide it seems as if ext_dir was deprecated. at least it's not (no longer?) listed there.
william3 has quit [Remote host closed the connection]
CloCkWeRX has joined #ruby
soc42 has quit [Remote host closed the connection]
<jhass>
I'd prefer the method you installed it from initially, given it has a newer version available
adgtl has joined #ruby
<boogibugs>
jhass, rubygem-bundler-1.7.8-3.el7.noarch is the latest one installed this package you mean?
Guest61532 is now known as BLuEGoD
<jhass>
perhaps? I avoid RHEL as much as I can
<jhass>
the latest bundler release is 1.11.2 or so
BLuEGoD is now known as Guest83975
rsc___ has quit [Ping timeout: 260 seconds]
riotjones has joined #ruby
<boogibugs>
yeah I know what you mean but its my only choice for now... :(
Xeago has joined #ruby
idefine has joined #ruby
<boogibugs>
is their an external repo then for those packages i can point to, as i do have sudo rights on my workstation at least
<boogibugs>
right i just did gem install bundler and now have version 1.11.2. as said before I am new to this stuff.
<jhass>
I mean you can "just" sudo gem install bundler if you're okay with installing stuff not managed by the package manager to the system
<boogibugs>
I will give it another go
shredding has quit [Ping timeout: 264 seconds]
Burgestrand has joined #ruby
<boogibugs>
I just ran gem install bundler: new error you will like this... Could not find gem 'bundler (<= 1.10.5, >= 1.5.2)', which is required by gem 'vagrant (= 1.7.4)', in any of the sources.
<jhass>
oh joy
<boogibugs>
lol
<jhass>
gem install bundler -v 1.10.5 ?
<boogibugs>
so going round in circles it seems i will be
<boogibugs>
will try that
<r4z3r>
see if you can manually download the gem from rubygems and install it by hand
<boogibugs>
rubygems.org?
idefine has quit [Ping timeout: 252 seconds]
<jhass>
r4z3r: no need to, see above
<r4z3r>
I understand above, and don't see how that matters jhass
<r4z3r>
.gem's are just .zips
<jhass>
I don't see how manually downloading the gem matters for anything
<r4z3r>
so they can be extracted and installed if you know where the system gem path is
<r4z3r>
it avoids circular checks to get a version installed
<jhass>
I don't think the above error was from the gem install command
<boogibugs>
yep same error when i run it and say that verison
millerti has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
william3 has quit [Remote host closed the connection]
chouhoulis has joined #ruby
william3 has joined #ruby
<r4z3r>
jhass he said, "I just ran gem install bundler"... how is that error not from gem install then
<boogibugs>
it also mentions i should remove my vagrant plugins dir as well? should i do that after installing the 1.10.5 version. Iwill paste full error to existing gist
<jhass>
ugh I don't know
<jhass>
vagrant is such a mess
<jhass>
don't they have a dedicated support channel?
<jhass>
yes, #vagrant is a thing
hjoest2 has joined #ruby
<boogibugs>
yeah.. i am in there too.. but wasnt sure if the issue was ruby gems or vagrant...
pickandmix has quit [Quit: WeeChat 1.4]
<boogibugs>
:)
Xeago has quit [Remote host closed the connection]
<jhass>
a combination of both an RHEL I'd say ;P
<r4z3r>
^^ RHEL adds complexity to many things
<jhass>
where I'd blame rubygems & ruby the fewest
<boogibugs>
yeah seems so
<boogibugs>
so i cant edit an existing gist then it seems...
<ruby[bot]>
AlexJakeGreen: we in #ruby do not like pastebin.com, it loads slowly for most, has ads which are distracting and has terrible formatting. Please use https://gist.github.com
dlitvak has quit [Ping timeout: 252 seconds]
dextertzu has quit [Read error: Connection reset by peer]
<apeiros>
AlexJakeGreen: use .match and see MatchData#captures
stannard has joined #ruby
<apeiros>
or actually might only be available via MatchData#[]
dextertzu has joined #ruby
Ebok has joined #ruby
skade has joined #ruby
pawnbox has quit [Remote host closed the connection]
<shevy>
<head><title>500 Internal Server Error</title></head>
<shevy>
hmm works now
Ebok has quit [Quit: This computer has gone to sleep]
tlaxkit has joined #ruby
sandstrom has joined #ruby
chouhoulis has joined #ruby
Ebok has joined #ruby
Burgestrand has joined #ruby
gagrio has joined #ruby
GinoManWorks has quit [Read error: Connection reset by peer]
iloveunix8955 has joined #ruby
themsay has quit [Quit: AtomicIRC: The nuclear option.]
themsay has joined #ruby
themsay has quit [Read error: Connection reset by peer]
mdw has joined #ruby
themsay has joined #ruby
goodcodeguy has joined #ruby
chouhoulis has quit [Ping timeout: 265 seconds]
mikeiniowa has quit [Remote host closed the connection]
ledestin has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
mist has quit [Changing host]
mist has joined #ruby
ponga has joined #ruby
f4cl3y has joined #ruby
jazzonmymind has quit [Quit: cycle]
jazzonmymind has joined #ruby
askhat has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
Xeago has joined #ruby
Xeago has quit [Remote host closed the connection]
Ebok has quit [Quit: This computer has gone to sleep]
askhat has joined #ruby
oivoodoo has quit [Remote host closed the connection]
dlitvak_ has joined #ruby
dexter_ has joined #ruby
Ebok has joined #ruby
oivoodoo has joined #ruby
AlexJakeGreen has quit [Quit: Leaving]
oumanef has joined #ruby
<DefV>
6
<shevy>
5
<ddv>
4
jaiks has joined #ruby
<jhass>
3
dlitvak has quit [Ping timeout: 260 seconds]
blackmesa has joined #ruby
marzo has joined #ruby
jam_ has joined #ruby
stevemackinnon has quit [Remote host closed the connection]
millerti has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
tatsuo has quit [Remote host closed the connection]
stevemackinnon has joined #ruby
askhat_ has joined #ruby
karapetyan has joined #ruby
askhat has quit [Ping timeout: 240 seconds]
dexter_ has quit [Ping timeout: 240 seconds]
ruby-lang191 has joined #ruby
<ruby-lang191>
hi
<jhass>
hi
tjbiddle has joined #ruby
jam_ has quit [Ping timeout: 250 seconds]
astrobunny has quit [Ping timeout: 272 seconds]
s00pcan_ has quit [Remote host closed the connection]
stevemackinnon has quit [Ping timeout: 240 seconds]
blackmesa has quit [Ping timeout: 256 seconds]
DEA7TH has joined #ruby
karapetyan has quit [Ping timeout: 250 seconds]
M-Kodo has quit [Remote host closed the connection]
pdoherty has joined #ruby
mist has left #ruby [#ruby]
rgtk has quit [Ping timeout: 248 seconds]
DEA7TH has quit [Ping timeout: 240 seconds]
s00pcan_ has joined #ruby
g3funk is now known as braidn
astrobunny has joined #ruby
lxsameer has quit [Quit: Leaving]
millerti has joined #ruby
atmosx has quit [Quit: This is aparting message!]
oumanef has quit [Remote host closed the connection]
krobzaur has quit [Quit: WeeChat 0.4.2]
M-shine has joined #ruby
blur3d has quit [Quit: blur3d]
pickandmix has joined #ruby
CloCkWeRX has quit [Ping timeout: 260 seconds]
skade has quit [Quit: Computer has gone to sleep.]
Burgestrand has quit [Ping timeout: 265 seconds]
Xeago has joined #ruby
Ebok has quit [Quit: This computer has gone to sleep]
kenpoint has joined #ruby
goodcodeguy has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
graffix222 has joined #ruby
millerti has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
skade has joined #ruby
gagrio has quit [Ping timeout: 250 seconds]
diegoviola has joined #ruby
yqfvwal has quit [Ping timeout: 250 seconds]
kam270 has joined #ruby
solocshaw has joined #ruby
M-Kodo has joined #ruby
<apeiros>
shevy: huh? no. I just try to avoid getting into stuff which would be fun but are not one of my main objectives. there's already far too many of those.
<EdwardIII>
so i've been spending a lot of time on planet-DI recently
marzo has quit [Killed (Sigyn (Spam is off topic on freenode.))]
Burgestrand has joined #ruby
Tempesta has quit [Quit: See ya!]
ziyadb has joined #ruby
roshanavand has quit [Remote host closed the connection]
Anderson69s has joined #ruby
<apeiros>
there's a full dependency injection planet?
goodcodeguy has joined #ruby
Damien22 has quit [Ping timeout: 240 seconds]
last_staff has quit [Quit: last_staff]
CloCkWeRX has joined #ruby
jespada has quit [Quit: WeeChat 1.5-dev]
tlaxkit has quit [Ping timeout: 256 seconds]
Guest96578 is now known as BLuEGoD
BLuEGoD is now known as Guest59397
BTRE has quit [Remote host closed the connection]
LoneHerm_ has joined #ruby
M-shine has quit [Remote host closed the connection]
M-Kodo has quit [Remote host closed the connection]
Anderson69s has quit [Quit: Time to EAT, SLEEP OR WHATEVER BYE!!!!!]
tatsuo has joined #ruby
tlaxkit has joined #ruby
Ousmane has joined #ruby
railsFor_ has joined #ruby
tlaxkit has quit [Remote host closed the connection]
oivoodoo_ has joined #ruby
LoneHerm_ has quit [Ping timeout: 248 seconds]
skade has quit [Quit: Computer has gone to sleep.]
sankaber has joined #ruby
dlitvak has joined #ruby
rbennacer has joined #ruby
arlek has quit [Read error: Connection reset by peer]
gagrio has joined #ruby
MiracleBlue___ has joined #ruby
skade has joined #ruby
lipoqil has joined #ruby
oivoodoo_ has quit [Remote host closed the connection]
<EdwardIII>
apeiros: yes. it takes months to get anywhere ;)
<EdwardIII>
so in ruby you don't really need that if you just want to do test doubles
<havenwood>
adgtl: ^ another similar stab at the same thing
<apeiros>
in other words, it IMO doesn't *fail* to document it. it chose not to.
underplank has quit [Quit: underplank]
<havenwood>
A proper subset.
<apeiros>
havenwood: now try with a string which doesn't start with capital letter.
<havenwood>
apeiros: noooo
<apeiros>
but boils down to the question whether they truly want split.
sandstrom has quit [Read error: Connection reset by peer]
<havenwood>
apeiros: We don't like that string.
<apeiros>
your solution may be more what they want than mine. mine followed strictly the wording of their question.
<adgtl>
havenwood: thanks :)
<jhass>
I'd kept the solutions to myself, sounded much like an exercise :P
Zapod2 has joined #ruby
pandaant has quit [Remote host closed the connection]
<apeiros>
havenwood: is posix' [[:upper:]] equivalent to \p{upper}?
Jardayn has joined #ruby
<Zapod>
The CoC was a terrible idea
<apeiros>
jhass: I guessed as much
ElFerna_ has joined #ruby
<havenwood>
apeiros: same ole same ole
<apeiros>
Zapod: #ruby-offtopic please.
tjbiddle has quit [Quit: tjbiddle]
<Zapod>
thanks
riotjones has quit [Remote host closed the connection]
<apeiros>
jhass: somehow I found it's rather a large thing to find the right tool, and chose to show a solution of their precise question, assuming that it'd not actually solve the issue at hand, but provide a good starting point.
Zapod has quit [Client Quit]
haylon has joined #ruby
cjbottaro has joined #ruby
grill has joined #ruby
speaking1ode is now known as speakingcode
jottr has quit [Ping timeout: 240 seconds]
Burgestrand has quit [Ping timeout: 250 seconds]
karapetyan has quit [Remote host closed the connection]
aegis3121 has quit [Ping timeout: 276 seconds]
flughafen_ has joined #ruby
tesuji has quit [Ping timeout: 240 seconds]
CloCkWeRX has quit [Remote host closed the connection]
dopamean1 has quit [Quit: WeeChat 1.3]
lsmola has quit [Ping timeout: 260 seconds]
adgtl has quit [Remote host closed the connection]
<kenpoint>
google will sometimes recruit through their searches and invite you to attempt a coding challenge. that article goes through what one guy did to get a job at google
KensoDev has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
DmitryBochkarev has joined #ruby
mark4 has quit [Quit: Leaving.]
infernix has joined #ruby
dionysus69 has quit [Ping timeout: 256 seconds]
<shevy>
they want you to join their fanclub!
nofxx has joined #ruby
scepticulous has quit [Ping timeout: 250 seconds]
lipoqil has quit [Quit: Connection closed for inactivity]
sankaber has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
M-mistake has quit [Quit: node-irc says goodbye]
_kfpratt has joined #ruby
kirillzh has joined #ruby
aganov has quit [Read error: Connection reset by peer]
aganov has joined #ruby
lurch_ has quit [Quit: lurch_]
dionysus69 has joined #ruby
chouhoulis has quit [Ping timeout: 260 seconds]
Xeago has joined #ruby
Burgestrand has quit [Ping timeout: 240 seconds]
kmckelvin has joined #ruby
ta has quit [Remote host closed the connection]
Ishido has quit [Remote host closed the connection]
kmckelvi1 has quit [Read error: Connection reset by peer]
ta has joined #ruby
<CustosLimen>
hi
<CustosLimen>
where can I find some info on ypath
minimalism has joined #ruby
tatsuo has quit [Remote host closed the connection]
<CustosLimen>
actually, it seems like ypath is gone in later versions
x64- has joined #ruby
Burgestrand has joined #ruby
<CustosLimen>
ok nvm, will just use: | ruby -ryaml -e 'data = YAML::load(STDIN.read); puts data["net"]["port"]'
PsionTheory has quit [Remote host closed the connection]
skade has quit [Quit: Computer has gone to sleep.]
zast has joined #ruby
RegulationD has joined #ruby
steak_ has joined #ruby
Jardayn has quit [Quit: Leaving]
ta has quit [Ping timeout: 252 seconds]
Jardayn has joined #ruby
mondok has joined #ruby
binaryplease has joined #ruby
tatsuo has joined #ruby
steak_ has quit [Client Quit]
<EdwardIII>
weird, i'm so sure this was working on friday, but today, bam, "(soap:Client) Server was unable to read request. ---> There is an error in XML document (1, 756). ---> The string '2016-02-16 16:43:37 UTC' is not a valid AllXsd value."
<EdwardIII>
i think soap is easily in my bottom 5 favourite techs
SCHAAP137 has quit [Remote host closed the connection]
ElFerna_ has joined #ruby
skade has joined #ruby
KensoDev has joined #ruby
sergey_makagon has quit []
snguyen has joined #ruby
ruby-lang842 has joined #ruby
skade has quit [Client Quit]
Contigi has joined #ruby
diegoviola has quit [Quit: WeeChat 1.4]
KensoDev has quit [Client Quit]
symm- has joined #ruby
troulouliou_div2 has quit [Ping timeout: 265 seconds]
s00pcan_ has quit [Ping timeout: 272 seconds]
ruby-lang842 has quit [Ping timeout: 252 seconds]
eljimmy has quit [Ping timeout: 276 seconds]
blackmesa has joined #ruby
cyclonis has quit [Ping timeout: 250 seconds]
eljimmy has joined #ruby
edwinvdgraaf has quit [Ping timeout: 276 seconds]
basic` has quit [Changing host]
basic` has joined #ruby
amclain has joined #ruby
andrewvos has quit [Ping timeout: 264 seconds]
ledestin has joined #ruby
benlieb has joined #ruby
Xeago has quit [Ping timeout: 250 seconds]
sandstrom has joined #ruby
william3 has quit [Remote host closed the connection]
drptbl_ has quit [Quit: My MAC has gone to sleep. zZz..]
hjoest has quit [Ping timeout: 248 seconds]
troulouliou_div2 has joined #ruby
tlaxkit has quit [Quit: ¡Adiós!]
neanderslob_ has joined #ruby
neanderslob has quit [Ping timeout: 250 seconds]
benlieb has quit [Ping timeout: 240 seconds]
intrigueD has joined #ruby
KensoDev has joined #ruby
william3 has joined #ruby
intrigueD has quit [Remote host closed the connection]
norc_ has joined #ruby
KensoDev has quit [Read error: Connection reset by peer]
andikr has quit [Remote host closed the connection]
joonty has quit [Ping timeout: 248 seconds]
KensoDev has joined #ruby
patchedmonkey has quit [Ping timeout: 248 seconds]
hjoest has joined #ruby
patchedmonkey has joined #ruby
mhoungbo has quit [Ping timeout: 260 seconds]
diegoviola has joined #ruby
davedev2_ has joined #ruby
benlieb has joined #ruby
davedev__ has joined #ruby
ElFerna_ has quit [Ping timeout: 264 seconds]
jaiks has quit [Ping timeout: 240 seconds]
davedev24 has quit [Ping timeout: 240 seconds]
davedev24 has joined #ruby
<norc_>
djellemah, other way around. I accidentally had a stray "def" in my code after some rapid visual mode magic (so much for my unspoken vim powers), which completely borked my class without a syntax error.
davedev2_ has quit [Ping timeout: 240 seconds]
<norc_>
since; def def foo (code...) end defines a method called def with an argument foo. If you then happen to override method_missing, you get some surprising behavior.
rbennacer has quit [Remote host closed the connection]
Guest94585 is now known as BLuEGoD
davedev__ has quit [Ping timeout: 240 seconds]
BLuEGoD is now known as Guest4636
patchedmonkey has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
davedev24 has quit [Ping timeout: 260 seconds]
Snowy has quit []
mostlybadfly has joined #ruby
platzhirsch has joined #ruby
neanderslob_ has quit [Remote host closed the connection]
neanderslob has joined #ruby
jottr has quit [Ping timeout: 240 seconds]
Burgestrand has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
tulak has joined #ruby
armyriad has quit [Ping timeout: 264 seconds]
rodfersou has joined #ruby
rakm has joined #ruby
terminalrecluse has joined #ruby
aganov has quit [Remote host closed the connection]
elifoster has joined #ruby
adgtl_ has joined #ruby
adgtl_ has quit [Remote host closed the connection]
<borodin>
I don't understand why ruby can see the file, but it can't see the fie
sauvin has quit [Remote host closed the connection]
<marxarelli>
ruby-lang017: i would also recommend using String#each_char for that case as it returns an Enumerator that will let you operate on or accumulate some aggregate from each character
<zzerp>
if you did ls "/var/lib/path with a space" ls interprets that as one string not 4
<marxarelli>
so `ls #{Shellwords.shellescape(foo)}`
soxet_ has quit [Client Quit]
<marxarelli>
which is still sort of suboptimal if you're trying to iterate over directory contents
bronson has quit [Remote host closed the connection]
soxet_ has joined #ruby
<marxarelli>
you could alternatively use `Dir['*'].each { ... }`
drale2k has joined #ruby
baweaver has joined #ruby
mdw has joined #ruby
blackmesa has joined #ruby
ldnunes_ has joined #ruby
<apeiros>
Dir.glob do … end
<apeiros>
same as Dir[].each, but one method call less.
<jhass>
also avoid shellwords as long as you can
ur5us has joined #ruby
<jhass>
prefer multiple argument/array forms of Kernel#spawn & co
soxet_ is now known as soxet__
soxet__ is now known as soxet_
dopamean_ has joined #ruby
stan has quit [Ping timeout: 250 seconds]
<borodin>
marxarelli: thanks that was very useful
gigetoo has joined #ruby
<marxarelli>
borodin: no problem
casadei has quit [Remote host closed the connection]
ldnunes has quit [Ping timeout: 250 seconds]
godzillaenlacasa has quit [Read error: Connection reset by peer]
<marxarelli>
borodin: i would consider the advice from jhass, too (use Kernel#spawn and friends over shelling out with ``)
norc_ has quit [Ping timeout: 276 seconds]
stan has joined #ruby
<drale2k>
any gem people use for handling tcp sockets in ruby? Can't find socket.io for ruby
podman has joined #ruby
<drale2k>
and Actioncable in rails is only for websockets i think
cyclonis_ has joined #ruby
BSaboia has joined #ruby
casadei has joined #ruby
dmolina has quit [Quit: Leaving.]
dexter_ has joined #ruby
askhat has joined #ruby
jam_ has joined #ruby
cyclonis has quit [Ping timeout: 260 seconds]
x77686d has quit [Quit: x77686d]
norc_ has joined #ruby
<apeiros>
drale2k: socket in ruby's stdlib comes with TCPSocket
dexter_ has quit [Ping timeout: 250 seconds]
devbug has joined #ruby
<apeiros>
?crosspost drale2k
<ruby[bot]>
drale2k: Please do not crosspost without at least telling so and mentioning provided suggestions and their outcome in all channels. Experience shows that people don't do either, and not doing so is considered rude.
mdw has quit [Quit: Sleeping Zzzzz]
jam_ has quit [Ping timeout: 276 seconds]
stevemackinnon has joined #ruby
sandstrom has quit [Read error: Connection reset by peer]
shlomo has quit [Quit: WeeChat 1.4]
bithon has joined #ruby
jottr has joined #ruby
trinaldi has joined #ruby
sinkensabe has joined #ruby
arthurix_ has joined #ruby
last_staff1 has joined #ruby
SCHAAP137 has joined #ruby
stevemackinnon has quit [Remote host closed the connection]
last_staff has quit [Ping timeout: 276 seconds]
last_staff1 is now known as last_staff
arthurix has quit [Ping timeout: 256 seconds]
blaxter has quit [Quit: foo]
marr has joined #ruby
william3 has joined #ruby
syath has quit [Quit: WeeChat 1.2]
SpikeMaster has joined #ruby
nfk|laptop has joined #ruby
trinaldi has quit [Ping timeout: 265 seconds]
mordocai has joined #ruby
atmosx has quit [Quit: This is aparting message!]
<hfp>
Hi, as part of a refactor, I want to test for an object's class name. So I do `if self < MyClass' and this fails. When I call `self.class.name', it returns `Class`. Helpful. Why is it returning `Class`? If I do `self.inspect', I can see the correct class name so why can't I get it in my if?
<mordocai>
I just attempted to use rspec --bisect on our rails project and it managed to eat 16G of my physical memory and 5G of swap causing it to be killed by the kernel. Does anyone know if there is a way to limit the number of processes rspec bisect runs at once?
aegis3121 has quit [Ping timeout: 252 seconds]
karapetyan has quit [Remote host closed the connection]
colegatron has quit [Ping timeout: 252 seconds]
nettoweb has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
joonty has joined #ruby
arthropododo has joined #ruby
BSaboia has quit [Ping timeout: 256 seconds]
karapetyan has joined #ruby
sandstrom has joined #ruby
dlitvak has quit [Ping timeout: 252 seconds]
<norc_>
hfp, without seeing actual code its hard to help you.
lurch_ has joined #ruby
doublemalt_ has joined #ruby
cyclonis_ has quit [Quit: Lost terminal]
joonty has quit [Ping timeout: 265 seconds]
ta has joined #ruby
<norc_>
hfp, oh I know what you mean.
<norc_>
The issue stems from what self really means in Ruby.
<norc_>
self is basically a keyword that refers to the default assignee for methods.
<borodin>
marxarelli: I'm confused - I used you guy's suggestion earlier. I have a path which contains spaces (because jenkins makes it harder than it has to be), so I use shellescape to properly escape the param. But now in order to do File.read, I have to remove the backticks:
Xeago has quit [Remote host closed the connection]
andrewvos has joined #ruby
glenny has quit [Ping timeout: 264 seconds]
blur3d has joined #ruby
<platzhirsch>
I have a class which instances are initialized through CSV. Three different CSV, formatting dates differently, hence I need to apply different parametrized Date.strptime
renderfu_ has quit [Ping timeout: 256 seconds]
<platzhirsch>
I want to pass this now in together with the CSV through the constructor
<platzhirsch>
any nice way of encapsulating that? Or just straight an option hash in: { date_of_birth: '%Y/%m/%d' }
Xeago has joined #ruby
ur5us has quit [Remote host closed the connection]
ur5us has joined #ruby
weemsledeux has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
trinaldi has quit [Quit: bye]
<platzhirsch>
gimme some beeautiful abstraction *cry*
jam_ has joined #ruby
pawnbox has joined #ruby
<openstruct>
Would it be heinous to have a base class that you initialize that then sends the message to the appropriate parser based on the format?
sinkensabe has joined #ruby
tubuliferous_ has joined #ruby
davedev2_ has joined #ruby
dexter_ has quit [Read error: Connection reset by peer]
davedev24 has quit [Ping timeout: 260 seconds]
jam_ has quit [Ping timeout: 256 seconds]
pawnbox has quit [Ping timeout: 250 seconds]
yqt has quit [Ping timeout: 260 seconds]
rgtk_ has quit [Remote host closed the connection]
<platzhirsch>
openstruct: I find it quite ironic that your nick is openstruct
<platzhirsch>
anyway, no. Not at all. But I mean, how would that look like. Let's stay StudentRecord < Record, okay and then..
<platzhirsch>
so the parser would generally define how to parse that type of thingy
TomPeed has joined #ruby
[Butch]_ has joined #ruby
sphex has joined #ruby
blackgoat has joined #ruby
[Butch]_ has quit [Client Quit]
TomyLobo has quit [Ping timeout: 250 seconds]
SpikeMas` has joined #ruby
davedev2_ has quit [Ping timeout: 260 seconds]
[Butch] has quit [Ping timeout: 265 seconds]
gustavohmsilva has quit [Ping timeout: 250 seconds]
<sphex>
hey! I have a question about Thread/Fiber local storage... is there any way to make this happen: Thread.current[:test] = "!"; Thread.new { puts Thread.current[:test] }.join
Dimik has joined #ruby
rgtk has joined #ruby
<sphex>
I mean, to have the local storage be inherited by threads or fibers created.
<drale2k>
What happens when i don't close a TCP socket connection? Will it eat more and more memory?
<drale2k>
or will it just hold the socket open. I need to do that for what i need to do
rodfersou has quit [Quit: leaving]
SpikeMas` has quit [Ping timeout: 250 seconds]
<sphex>
drale2k: well.. it will hold the socket open (as long as there is a reference remaining to this object), *and* this will require some memory (and kernel resources)
Xeago has quit [Remote host closed the connection]
agentmeerkat has joined #ruby
<openstruct>
platzhirsch: It's funny, I know how not to do what you're asking, but don't really know the pattern.