adaedra changed the topic of #ruby to: Rules & more: http://ruby-community.com || Ruby 2.3.0; 2.2.4; 2.1.8; 2.0.0-p648: https://ruby-lang.org || Paste >3 lines of text on https://gist.github.com || log @ http://irclog.whitequark.org/ruby/
junw has joined #ruby
roshanavand has quit [Read error: Connection reset by peer]
roshanavand has joined #ruby
tulak has joined #ruby
blackice_ has quit [Ping timeout: 255 seconds]
peterhu has joined #ruby
hahuang61 has quit [Ping timeout: 240 seconds]
devbug_ has joined #ruby
jam__ has quit [Read error: No route to host]
jam__ has joined #ruby
chipotle has quit [Quit: cheerio]
jam__ has quit [Client Quit]
last_staff has quit [Quit: last_staff]
dlitvak has joined #ruby
Jonah11_ has quit [Remote host closed the connection]
duckpupp1 has joined #ruby
dartagnan has quit [Quit: WeeChat 1.4]
Dreamer3_ has joined #ruby
duderono_ has quit [Ping timeout: 244 seconds]
devbug_ has quit [Ping timeout: 276 seconds]
rkazak has joined #ruby
Dreamer3_ has quit [Client Quit]
Dreamer3_ has joined #ruby
hxegon has quit [Quit: BRB]
cmoneylulz has quit [Remote host closed the connection]
duckpupp1 has quit [Ping timeout: 248 seconds]
B1n4r10 has quit [Ping timeout: 244 seconds]
wald0 has joined #ruby
gregf1 has quit [Quit: WeeChat 1.4]
nettoweb has quit [Ping timeout: 240 seconds]
zeroDivisible has quit [Quit: WeeChat 1.3]
shadoi has joined #ruby
cmoneylulz has joined #ruby
rakm has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
jayjo has joined #ruby
maletor has quit [Quit: Computer has gone to sleep.]
pawnbox has joined #ruby
ohaibbq has joined #ruby
mattwildig has quit [Remote host closed the connection]
shadoi has quit [Quit: Leaving.]
dlitvak has quit [Remote host closed the connection]
pawnbox has quit [Ping timeout: 276 seconds]
Musashi007 has joined #ruby
zenlot3 is now known as zenlot
arquebus has joined #ruby
dlitvak has joined #ruby
JoshGlzBrk has joined #ruby
JoshGlzBrk has quit [Client Quit]
Jonah11_ has joined #ruby
DEA7TH has quit [Quit: DEA7TH]
mondok has quit [Ping timeout: 240 seconds]
allcentury has quit [Ping timeout: 250 seconds]
Jonah11__ has joined #ruby
<shevy> pizzaops eh just practice practice practice!
<pizzaops> shevy: oh yeah I'm definitely learning and getting better
<pizzaops> POODR is helping a lot
Jonah11_ has quit [Ping timeout: 250 seconds]
tulak has quit [Remote host closed the connection]
akem has joined #ruby
ElFerna has joined #ruby
Jonah11__ has quit [Ping timeout: 250 seconds]
_djbkd has quit [Quit: My people need me...]
dlitvak has quit [Remote host closed the connection]
azure32_ has quit [Ping timeout: 248 seconds]
dlitvak has joined #ruby
dlitvak has quit [Remote host closed the connection]
dlitvak has joined #ruby
cmoneylulz has quit [Remote host closed the connection]
allcentury has joined #ruby
nfk|laptop has quit [Quit: yawn]
Musashi007 has quit [Ping timeout: 255 seconds]
azure32 has joined #ruby
Musashi007 has joined #ruby
quazimodo has joined #ruby
<quazimodo> is it possible to 'bundle for deployment' by copying the globally installed gems into a local directory, rather than freshly downloading & installing?
<quazimodo> using BUNDLE_PATH seems to cause bundler to install all fresh gems, which is ... ok i guess but all those gems exist in my global gem directory
akem has quit [Remote host closed the connection]
bronson has quit [Remote host closed the connection]
Jonah11_ has joined #ruby
allcentury has quit [Ping timeout: 252 seconds]
Azure|dc has quit [Remote host closed the connection]
Ebok has quit [Quit: This computer has gone to sleep]
flughafen_ has quit [Ping timeout: 240 seconds]
jeanlinux has quit [Ping timeout: 276 seconds]
pawnbox has joined #ruby
krobzaur has quit [Ping timeout: 248 seconds]
Rodya_ has quit [Remote host closed the connection]
Conflict has quit [Read error: Connection reset by peer]
Conflict has joined #ruby
Channel6 has joined #ruby
chipotle has joined #ruby
Jonah11_ has quit [Ping timeout: 240 seconds]
blackice_ has joined #ruby
Musashi007 has quit [Quit: Musashi007]
pawnbox has quit [Ping timeout: 252 seconds]
CloCkWeRX has joined #ruby
dlitvak has quit [Ping timeout: 276 seconds]
blackice_ has quit [Ping timeout: 240 seconds]
dlitvak has joined #ruby
akem has joined #ruby
preyalone has quit [Quit: Connection closed for inactivity]
minimalism has joined #ruby
Musashi007 has joined #ruby
felltir has joined #ruby
blur3d has joined #ruby
stannard has quit [Remote host closed the connection]
duckpupp1 has joined #ruby
devbug_ has joined #ruby
Rodya_ has joined #ruby
watersoul has joined #ruby
dviola has quit [Quit: WeeChat 1.4]
duckpupp1 has quit [Ping timeout: 276 seconds]
tomchapi_ has quit [Ping timeout: 240 seconds]
ElFerna has quit [Ping timeout: 240 seconds]
eljimador has joined #ruby
hxegon has joined #ruby
jayjo has left #ruby [#ruby]
hxegon is now known as hxegon_AFK
eljimmy has quit [Ping timeout: 255 seconds]
hxegon_AFK is now known as hxegon
benlieb has quit [Read error: Connection reset by peer]
benlieb_ has joined #ruby
roshanavand has quit [Remote host closed the connection]
Dreamer3_ has quit [Quit: Computer has gone to sleep.]
Ebok has joined #ruby
Musashi007 has quit [Quit: Musashi007]
Rodya_ has quit [Remote host closed the connection]
flughafen_ has joined #ruby
marr has quit [Ping timeout: 252 seconds]
Gnut has joined #ruby
tomchapin has joined #ruby
Musashi007 has joined #ruby
semeion has joined #ruby
<semeion> how can i specify the directory where the script is located in require command? for exemple: require './mylib'
<semeion> can i use something like: require '<dynamicscriptdir>/mylib'
mattwildig has joined #ruby
krobzaur has joined #ruby
<semeion> or it need be static?
blur3d has quit [Ping timeout: 240 seconds]
sudoubuntu has joined #ruby
jeanlinux has joined #ruby
<quazimodo> semeion: there are a few ways
<quazimodo> I usually build an absolute path
<quazimodo> and usually I use some sort of reference like application's root path or the current files path
<semeion> yes, "absolute" is the correct word i was looking for
<quazimodo> but in fact
ss_much has joined #ruby
<quazimodo> anything in the $LOAD_PATH variable can be the 'root' for your search
<semeion> i got it working making reference to absolute path
<quazimodo> so if $LOAD_PATH has /foo/bar in it, you can do require 'baz/butt' and it'll look for /foo/bar/baz/butt.rb
<semeion> oh
<semeion> nice, it is what i was looking for
<semeion> quazimodo: thank you very much!
eregi has joined #ruby
<semeion> mmmmm
<semeion> but i think i can´t change it, probably will break others things
<semeion> could be nice if something like require '$LOAD_PATH/baz/butt' was possible
<semeion> well, i know it is the default
finisherr has joined #ruby
<semeion> but changing to another var
arescorpio has joined #ruby
<semeion> like require '$MY_PATH/baz/butt'
moeabdol has quit [Ping timeout: 240 seconds]
<semeion> adding environment PATH var to it could be perfect :D
hxegon is now known as hxegon_AFK
DmitryBochkarev has joined #ruby
eregi has quit [Ping timeout: 240 seconds]
hxegon_AFK is now known as hxegon
stannard has joined #ruby
Rodya_ has joined #ruby
rbennacer has quit [Remote host closed the connection]
rbennacer has joined #ruby
bronson has joined #ruby
s00pcan has quit [Ping timeout: 244 seconds]
elifoster has quit [Ping timeout: 252 seconds]
stannard has quit [Remote host closed the connection]
rbennacer has quit [Ping timeout: 240 seconds]
stannard has joined #ruby
s00pcan has joined #ruby
bronson has quit [Ping timeout: 252 seconds]
Rodya_ has quit [Remote host closed the connection]
dlitvak has quit [Ping timeout: 248 seconds]
benlieb_ has quit [Read error: Connection reset by peer]
<Ox0dea> semeion: $LOAD_PATH is just a regular ol' Ruby Array.
blackice_ has joined #ruby
benlieb has joined #ruby
<Ox0dea> You can #push your directory to the end to have it searched last, or #unshift it onto the front and have it searched first.
<semeion> ohh
<semeion> nice know, so it solve my problem
<Ox0dea> Ruby loves you and wants you to be happy. :)
stannard has quit [Ping timeout: 244 seconds]
<semeion> thank you
<semeion> :D
<Ox0dea> Happy to help.
hanmac has quit [Ping timeout: 268 seconds]
felltir has quit []
Dreamer3_ has joined #ruby
blackice_ has quit [Ping timeout: 250 seconds]
devbug_ has quit [Ping timeout: 248 seconds]
norc_ has joined #ruby
duncannz has quit [Remote host closed the connection]
blur3d has joined #ruby
duckpupp1 has joined #ruby
dlitvak has joined #ruby
krobzaur has quit [Ping timeout: 252 seconds]
norc__ has quit [Ping timeout: 244 seconds]
FooMunki has quit [Quit: FooMunki]
Pathfinder_ has joined #ruby
Pathfinder has quit [Ping timeout: 276 seconds]
jeanlinux has quit [Ping timeout: 276 seconds]
duckpupp1 has quit [Ping timeout: 244 seconds]
benlieb has quit [Quit: benlieb]
hanmac has joined #ruby
Musashi007 has quit [Quit: Musashi007]
devbug_ has joined #ruby
Rodya_ has joined #ruby
pawnbox has joined #ruby
ngpestelos has joined #ruby
sharkman has quit [Quit: Leaving]
tomchapin has quit [Ping timeout: 276 seconds]
coffeecupp has joined #ruby
pawnbox has quit [Ping timeout: 248 seconds]
goose_ has joined #ruby
goose_ has quit [Client Quit]
cmoneylulz has joined #ruby
cmoneylulz has quit [Remote host closed the connection]
blackmesa has quit [Ping timeout: 255 seconds]
weemsledeux has joined #ruby
jottr has quit [Ping timeout: 252 seconds]
ledestin has joined #ruby
devbug_ has quit [Ping timeout: 250 seconds]
bronson has joined #ruby
Musashi007 has joined #ruby
scripore has joined #ruby
allcentury has joined #ruby
Musashi007 has quit [Client Quit]
fedexo has joined #ruby
hxegon is now known as hxegon_AFK
tomchapin has joined #ruby
krobzaur has joined #ruby
akem has quit [Remote host closed the connection]
Dreamer3_ has quit [Ping timeout: 240 seconds]
sneakerhax has quit [Quit: back later]
allcentury has quit [Ping timeout: 248 seconds]
Dreamer3_ has joined #ruby
hxegon_AFK is now known as hxegon
benlieb has joined #ruby
bronson has quit [Remote host closed the connection]
Dreamer3_ has quit [Read error: Connection reset by peer]
rbennacer has joined #ruby
Dreamer3_ has joined #ruby
dopamean_ has quit [Quit: WeeChat 1.3]
Rodya_ has quit [Remote host closed the connection]
tomchapin has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
B1n4r10 has joined #ruby
Dreamer3_ has quit [Read error: Connection reset by peer]
Jonah11_ has joined #ruby
Dreamer3_ has joined #ruby
rbennacer has quit [Ping timeout: 244 seconds]
dlitvak has quit [Ping timeout: 240 seconds]
blackice_ has joined #ruby
dubek has joined #ruby
dopamean_ has joined #ruby
Jonah11_ has quit [Ping timeout: 250 seconds]
Wolland has joined #ruby
duckpupp1 has joined #ruby
eregi has joined #ruby
x77686d has quit [Quit: x77686d]
Ebok has quit [Quit: This computer has gone to sleep]
blackice_ has quit [Ping timeout: 248 seconds]
oddmunds has quit [Quit: WeeChat 1.3]
Rodya_ has joined #ruby
blur3d has quit [Ping timeout: 252 seconds]
jeanlinux has joined #ruby
arquebus has quit [Quit: Textual IRC Client: www.textualapp.com]
Rodya_ has quit [Remote host closed the connection]
p1k has joined #ruby
Rodya_ has joined #ruby
dlitvak has joined #ruby
bronson has joined #ruby
devbug_ has joined #ruby
DmitryBochkarev has quit [Quit: This computer has gone to sleep]
hxegon has quit [Quit: BRB]
devbug has quit [Ping timeout: 240 seconds]
karapetyan has joined #ruby
benlieb has quit [Quit: benlieb]
allcentury has joined #ruby
blackmesa has joined #ruby
karapetyan has quit [Ping timeout: 248 seconds]
p1k has quit [Ping timeout: 240 seconds]
mattwildig has quit [Remote host closed the connection]
allcentury has quit [Ping timeout: 240 seconds]
bruce_lee has quit [Remote host closed the connection]
idefine has joined #ruby
benlieb has joined #ruby
azure32 has quit [Ping timeout: 252 seconds]
hahuang61 has joined #ruby
vikaton has joined #ruby
krz has joined #ruby
bronson has quit [Remote host closed the connection]
Don_John has joined #ruby
RegulationD has quit [Read error: Connection reset by peer]
Don_John has quit [Read error: Connection reset by peer]
RegulationD has joined #ruby
idefine has quit [Ping timeout: 244 seconds]
coffeecupp has quit [Quit: Leaving]
rakm has joined #ruby
bronson has joined #ruby
hahuang61 has quit [Quit: WeeChat 1.4]
Dreamer3_ has quit [Excess Flood]
Dreamer3_ has joined #ruby
rakm has quit [Client Quit]
pawnbox has joined #ruby
rbennacer has joined #ruby
Channel6 has quit [Quit: Leaving]
benlieb has quit [Quit: benlieb]
pawnbox has quit [Ping timeout: 276 seconds]
Dreamer3_ has quit [Ping timeout: 252 seconds]
idefine has joined #ruby
wald0 has quit [Ping timeout: 240 seconds]
rbennacer has quit [Ping timeout: 276 seconds]
DEA7TH has joined #ruby
blackmesa has quit [Ping timeout: 252 seconds]
Dreamer3_ has joined #ruby
p1k has joined #ruby
blackice_ has joined #ruby
ngpestelos has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
braincrash has quit [Quit: bye bye]
blackice_ has quit [Ping timeout: 240 seconds]
Jonah11_ has joined #ruby
yqt has quit [Ping timeout: 276 seconds]
Brando753 has quit [Ping timeout: 240 seconds]
krz has quit [Read error: Connection reset by peer]
krz has joined #ruby
weemsledeux has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
Brando753 has joined #ruby
Dreamer3_ has quit [Read error: Connection reset by peer]
bronson has quit [Remote host closed the connection]
_djbkd has joined #ruby
Dreamer3_ has joined #ruby
hxegon has joined #ruby
hxegon is now known as hxegon_AFK
hxegon_AFK is now known as hxegon
juanpablo__ has joined #ruby
davedev2_ has quit []
braincrash has joined #ruby
rkazak has quit [Quit: Sleep.....ing....]
queequeg1 has joined #ruby
juanpablo__ has quit [Ping timeout: 255 seconds]
Dreamer3_ has quit [Quit: Leaving...]
solocshaw has quit [Ping timeout: 250 seconds]
Dreamer3 has quit [Quit: Leaving...]
Dreamer3 has joined #ruby
gix has quit [Ping timeout: 276 seconds]
x77686d has joined #ruby
hxegon has quit [Ping timeout: 250 seconds]
elifoster has joined #ruby
hxegon has joined #ruby
gix has joined #ruby
mattp_ has joined #ruby
solocshaw has joined #ruby
CloCkWeRX has quit [Ping timeout: 255 seconds]
<quazimodo> semeion: you don'tneed to put $LOAD_PATH into require, it automatically does
allcentury has joined #ruby
DmitryBochkarev has joined #ruby
krobzaur has quit [Ping timeout: 248 seconds]
allcentury has quit [Ping timeout: 244 seconds]
duderonomy has joined #ruby
sonja has quit []
decoponio has quit [Read error: Connection reset by peer]
decoponio has joined #ruby
tercenya_ has joined #ruby
chouhoul_ has joined #ruby
DanKnox has quit [Ping timeout: 240 seconds]
CloCkWeRX has joined #ruby
chouhoulis has quit [Ping timeout: 252 seconds]
ngpestelos has joined #ruby
tercenya has quit [Ping timeout: 268 seconds]
DanKnox has joined #ruby
grassass has joined #ruby
devbug has joined #ruby
nerium has joined #ruby
Pathfinder_ has quit [Ping timeout: 276 seconds]
r4z3r has quit [Ping timeout: 240 seconds]
hippiechick has joined #ruby
<hippiechick> nickserv
G has quit [Ping timeout: 240 seconds]
znz_jp has quit [Ping timeout: 240 seconds]
DanKnox has quit [Ping timeout: 240 seconds]
devbug_ has quit [Ping timeout: 240 seconds]
Sucks has quit [Quit: No Ping reply in 180 seconds.]
raz has quit [Ping timeout: 240 seconds]
hostess has quit [Ping timeout: 240 seconds]
TDJACR has quit [Ping timeout: 250 seconds]
tildes has joined #ruby
bodie_ has quit [Ping timeout: 250 seconds]
clamstar has quit [Ping timeout: 250 seconds]
hippiechick has left #ruby [#ruby]
sirecote has quit [Ping timeout: 268 seconds]
Davey has quit [Ping timeout: 268 seconds]
pestle has quit [Ping timeout: 268 seconds]
allcentury has joined #ruby
hostess has joined #ruby
znz_jp has joined #ruby
pleiosaur has quit [Ping timeout: 268 seconds]
rbennacer has joined #ruby
janelleb_ has quit [Ping timeout: 240 seconds]
Coraline has quit [Ping timeout: 240 seconds]
Sucks has joined #ruby
pleiosaur has joined #ruby
Sigma00 has quit [Ping timeout: 268 seconds]
lady3bean has quit [Ping timeout: 268 seconds]
existensil has quit [Ping timeout: 268 seconds]
blackmesa has joined #ruby
Ox0dea has quit [Ping timeout: 240 seconds]
raz has joined #ruby
janelleb has joined #ruby
kiki_lamb has quit [Ping timeout: 250 seconds]
nullwarp has quit [Ping timeout: 268 seconds]
Coraline has joined #ruby
r4z3r has joined #ruby
DanKnox has joined #ruby
kiki_lamb has joined #ruby
duderonomy has quit [Ping timeout: 240 seconds]
Ox0dea has joined #ruby
bodie_ has joined #ruby
solocshaw1 has joined #ruby
allcentury has quit [Ping timeout: 276 seconds]
lady3bean has joined #ruby
nullwarp has joined #ruby
Sigma00 has joined #ruby
pestle has joined #ruby
rbennacer has quit [Ping timeout: 276 seconds]
G has joined #ruby
arescorpio has quit [Quit: Leaving.]
Davey has joined #ruby
Davey has quit [Changing host]
Davey has joined #ruby
perrier_ has joined #ruby
sirecote has joined #ruby
existensil has joined #ruby
solocshaw has quit [Ping timeout: 250 seconds]
solocshaw1 is now known as solocshaw
blackice_ has joined #ruby
p1k has quit [Ping timeout: 250 seconds]
clamstar has joined #ruby
dlitvak has quit [Remote host closed the connection]
ropeney has quit [Remote host closed the connection]
blackice_ has quit [Ping timeout: 240 seconds]
Bloomer has joined #ruby
TDJACR has joined #ruby
bronson has joined #ruby
juanpablo__ has joined #ruby
toretore has quit [Ping timeout: 248 seconds]
sankaber has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
krobzaur has joined #ruby
karthikselva has joined #ruby
bronson has quit [Ping timeout: 240 seconds]
juanpablo__ has quit [Ping timeout: 250 seconds]
tildes has quit [Remote host closed the connection]
Puffball has joined #ruby
cpup has quit [Ping timeout: 252 seconds]
cpup has joined #ruby
scripore has quit [Quit: This computer has gone to sleep]
Brando753 has quit [Ping timeout: 248 seconds]
blackmesa has quit [Ping timeout: 252 seconds]
mattwildig has joined #ruby
eregi has quit [Ping timeout: 240 seconds]
ngpestelos has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
Brando753 has joined #ruby
wintesa has joined #ruby
mattwildig has quit [Ping timeout: 248 seconds]
jeanlinux has quit [Ping timeout: 276 seconds]
mickey_mouse_2 has quit [Quit: Leaving]
sdothum has quit [Quit: ZNC - 1.6.0 - http://znc.in]
cmoneylulz has joined #ruby
yfeldblum has quit [Ping timeout: 250 seconds]
scripore has joined #ruby
Azure has joined #ruby
Dreamer3 has quit [Read error: Connection reset by peer]
jkahn has joined #ruby
ngpestelos has joined #ruby
sneakerhax has joined #ruby
Rodya_ has quit [Remote host closed the connection]
_djbkd has quit [Remote host closed the connection]
_djbkd has joined #ruby
KensoDev has joined #ruby
rbennacer has joined #ruby
Dreamer3 has joined #ruby
eregi has joined #ruby
_djbkd has quit [Ping timeout: 252 seconds]
Dreamer3 has quit [Read error: Connection reset by peer]
ngpestelos has quit [Ping timeout: 248 seconds]
rbennacer has quit [Ping timeout: 255 seconds]
eregi has quit [Ping timeout: 276 seconds]
saneax_AFK is now known as saneax
blackice_ has joined #ruby
UtkarshRay has quit [Remote host closed the connection]
blackice_ has quit [Ping timeout: 252 seconds]
krz has quit [Read error: Connection reset by peer]
Rodya_ has joined #ruby
Rodya_ has quit [Remote host closed the connection]
elifoster has quit [Ping timeout: 240 seconds]
intrigueD has joined #ruby
UtkarshRay has joined #ruby
idefine has quit [Remote host closed the connection]
karthikselva has quit [Ping timeout: 252 seconds]
Dreamer3 has joined #ruby
lxsameer has joined #ruby
hxegon has quit [Quit: BRB]
Dreamer3 has quit [Read error: Connection reset by peer]
scripore has quit [Quit: This computer has gone to sleep]
cmoneylulz has quit [Remote host closed the connection]
yqfvwal has quit [Quit: Leaving]
blackmesa has joined #ruby
intrigueD has quit [Remote host closed the connection]
x77686d has quit [Quit: x77686d]
Dreamer3 has joined #ruby
p1k has joined #ruby
pawnbox has joined #ruby
gustavohmsilva has quit [Ping timeout: 276 seconds]
sgambino has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
ss_much has quit [Quit: Connection closed for inactivity]
finisherr has left #ruby [#ruby]
nerium has quit [Quit: nerium]
eregi has joined #ruby
asprillia has joined #ruby
duderono_ has joined #ruby
jkahn has quit [Ping timeout: 250 seconds]
jkahn has joined #ruby
wintesa has quit [Quit: WeeChat 1.4]
krz has joined #ruby
jkahn has quit [Client Quit]
eregi has quit [Ping timeout: 250 seconds]
eregi has joined #ruby
ljames has quit [Ping timeout: 260 seconds]
jkahn has joined #ruby
_djbkd has joined #ruby
krz has quit [Ping timeout: 240 seconds]
allcentury has joined #ruby
eregi has quit [Ping timeout: 252 seconds]
doublemalt_ has quit [Ping timeout: 240 seconds]
graffix has quit [Read error: Connection reset by peer]
umpteenthdoctor has joined #ruby
umpteenthdoctor has left #ruby [#ruby]
graffix has joined #ruby
recycle has joined #ruby
_djbkd has quit [Ping timeout: 244 seconds]
blackmesa has quit [Ping timeout: 252 seconds]
allcentury has quit [Ping timeout: 240 seconds]
eregi has joined #ruby
blackice_ has joined #ruby
bronson has joined #ruby
ljames has joined #ruby
eregi has quit [Ping timeout: 252 seconds]
zapata has quit [Quit: WeeChat 1.4]
blackice_ has quit [Ping timeout: 244 seconds]
bronson has quit [Ping timeout: 240 seconds]
saneax is now known as saneax_AFK
zapata has joined #ruby
Jonah11_ has quit [Remote host closed the connection]
bronson has joined #ruby
Brando753 has quit [Ping timeout: 240 seconds]
Brando753 has joined #ruby
eregi has joined #ruby
elifoster has joined #ruby
karthikselva has joined #ruby
bronson has quit [Ping timeout: 252 seconds]
sudoubuntu has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
saneax_AFK is now known as saneax
chipotle has quit [Quit: cheerio]
krobzaur has quit [Ping timeout: 255 seconds]
chouhoul_ has quit [Remote host closed the connection]
parhaml has joined #ruby
eregi has quit [Ping timeout: 248 seconds]
mattwildig has joined #ruby
jeanlinux has joined #ruby
Guest27 has quit [Quit: Textual IRC Client: www.textualapp.com]
bronson has joined #ruby
duckpupp1 has quit [Ping timeout: 250 seconds]
justbleed has quit [Ping timeout: 248 seconds]
LoneHerm_ has joined #ruby
mattwildig has quit [Ping timeout: 250 seconds]
terminalrecluse has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
Abrin has quit [Ping timeout: 244 seconds]
fedexo has quit [Ping timeout: 240 seconds]
herminio_ has joined #ruby
Sucks has quit [Read error: Connection reset by peer]
herminiotorres has quit [Ping timeout: 248 seconds]
eregi has joined #ruby
karapetyan has joined #ruby
smd8802 has joined #ruby
smd8802 has quit [Client Quit]
karapetyan has quit [Remote host closed the connection]
duderono_ has quit [Ping timeout: 252 seconds]
eregi has quit [Ping timeout: 240 seconds]
solars has joined #ruby
LoneHerm_ has quit [Remote host closed the connection]
rippa has joined #ruby
blackmesa has joined #ruby
parhaml has quit [Ping timeout: 276 seconds]
rbennacer has joined #ruby
vikaton has quit [Quit: Connection closed for inactivity]
rkazak has joined #ruby
karapetyan has joined #ruby
Dreamer3_ has joined #ruby
last_staff has joined #ruby
Dreamer3 has quit [Read error: Connection reset by peer]
krobzaur has joined #ruby
Dreamer3_ is now known as Dreamer3
albedoa has joined #ruby
rbennacer has quit [Ping timeout: 250 seconds]
yxhuvud has quit [Ping timeout: 244 seconds]
blackice_ has joined #ruby
eregi has joined #ruby
yqfvwal has joined #ruby
blackice_ has quit [Ping timeout: 250 seconds]
CowMan_ has joined #ruby
eregi has quit [Ping timeout: 255 seconds]
<CowMan_> when i hibernate in windows ..it goes into standby mode...how do i fix this?
Dreamer3_ has joined #ruby
Dreamer3 has quit [Read error: Connection reset by peer]
Dreamer3_ is now known as Dreamer3
<yqfvwal> CowMan_: install gentoo
<CowMan_> what is that sir?
nixon has joined #ruby
<baweaver> CowMan_: This is #ruby, you may want to seek a Windows channel
<CowMan_> no im banned from there
<CowMan_> anyyone knows how to fix this here?
darkxploit has quit [Ping timeout: 255 seconds]
<baweaver> good way to get banned here too
Dreamer3 has quit [Ping timeout: 240 seconds]
<CowMan_> i got a better way to get banned here
<baweaver> !troll CowMan_
CowMan_ was kicked from #ruby by ruby[bot] [trolling is a bannable offense, see http://ruby-community.com/pages/user_rules]
arup_r has joined #ruby
Dreamer3 has joined #ruby
rkazak has quit [Quit: Sleep.....ing....]
karapetyan has quit [Remote host closed the connection]
<arup_r> In Ruby how can I get the ancestor class list ?
<arup_r> I know how to do it, now I forgot it. :/
<eam> >> Array.ancestors
<ruby[bot]> eam: # => [Array, Enumerable, Object, Kernel, BasicObject] (https://eval.in/522537)
<arup_r> yes
duckpupp1 has joined #ruby
blackmesa has quit [Ping timeout: 252 seconds]
<arup_r> eam: thanks
darkxploit has joined #ruby
duckpupp1 has quit [Ping timeout: 250 seconds]
myntcake has quit [Quit: Leaving]
steffkes has joined #ruby
steffkes has joined #ruby
eregi has joined #ruby
arup_r has quit []
quazimodo has quit [Ping timeout: 250 seconds]
yfeldblum has joined #ruby
eregi has quit [Ping timeout: 250 seconds]
Dimik has quit [Ping timeout: 248 seconds]
lxsameer has quit [Quit: Leaving]
jeanlinux has quit [Ping timeout: 276 seconds]
DEA7TH_ has joined #ruby
DEA7TH has quit [Ping timeout: 276 seconds]
DEA7TH_ is now known as DEA7TH
karapetyan has joined #ruby
_djbkd has joined #ruby
stannard has joined #ruby
elifoster has quit [Ping timeout: 240 seconds]
allcentury has joined #ruby
_djbkd has quit [Ping timeout: 248 seconds]
stannard has quit [Ping timeout: 244 seconds]
Gnut has quit [Ping timeout: 276 seconds]
eregi has joined #ruby
Dreamer3 has quit [Quit: Computer has gone to sleep.]
allcentury has quit [Ping timeout: 248 seconds]
the_drow has joined #ruby
Dreamer3 has joined #ruby
blackice_ has joined #ruby
eregi has quit [Ping timeout: 276 seconds]
last_staff has quit [Quit: last_staff]
blackice_ has quit [Ping timeout: 240 seconds]
jeanlinux has joined #ruby
moeabdol has joined #ruby
Jonah11_ has joined #ruby
eregi has joined #ruby
eregi has quit [Ping timeout: 244 seconds]
rbennacer has joined #ruby
darkxploit has quit [Ping timeout: 252 seconds]
graffix has quit [Ping timeout: 276 seconds]
steffkes has quit [Ping timeout: 240 seconds]
graffix has joined #ruby
steffkes has joined #ruby
rbennacer has quit [Ping timeout: 252 seconds]
grassass has quit [Ping timeout: 240 seconds]
ziyadb has quit [Quit: Connection closed for inactivity]
wwwbukolaycom has joined #ruby
asprillia has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
blackmesa has joined #ruby
albedoa has quit [Ping timeout: 252 seconds]
duckpupp1 has joined #ruby
nisstyre has quit [Ping timeout: 248 seconds]
mattwildig has joined #ruby
eregi has joined #ruby
benlieb has joined #ruby
ohaibbq has quit [Quit: Leaving...]
darkxploit has joined #ruby
duckpupp1 has quit [Ping timeout: 240 seconds]
laith has joined #ruby
mattwildig has quit [Ping timeout: 240 seconds]
eregi has quit [Ping timeout: 244 seconds]
william3 has joined #ruby
william3 has quit [Ping timeout: 250 seconds]
ruby-lang931 has joined #ruby
krz has joined #ruby
ruby-lang028 has joined #ruby
aibot has quit [Ping timeout: 240 seconds]
Mon_Ouie has joined #ruby
mondok has joined #ruby
yfeldblum has quit [Ping timeout: 240 seconds]
shiver has quit [Ping timeout: 248 seconds]
ruby-lang931 has quit [Ping timeout: 252 seconds]
ruby-lang781 has joined #ruby
yfeldblum has joined #ruby
yqfvwal has quit [Ping timeout: 255 seconds]
eregi has joined #ruby
gregf1 has joined #ruby
ruby-lang028 has quit [Ping timeout: 252 seconds]
ruby-lang781 has quit [Ping timeout: 252 seconds]
laith has quit [Quit: Leaving.]
eregi has quit [Ping timeout: 240 seconds]
laith has joined #ruby
kirillzh has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
wmdrossard has joined #ruby
nisstyre has joined #ruby
yqfvwal has joined #ruby
Youngmathimus0 has quit [Remote host closed the connection]
benlieb has quit [Quit: benlieb]
BLuEGoD has quit [Ping timeout: 276 seconds]
malcolmva has quit [Ping timeout: 276 seconds]
nerium has joined #ruby
asprillia has joined #ruby
toretore has joined #ruby
blackice_ has joined #ruby
bronson has quit [Remote host closed the connection]
saneax is now known as saneax_AFK
devbug_ has joined #ruby
DmitryBochkarev has quit [Ping timeout: 244 seconds]
blackice_ has quit [Ping timeout: 240 seconds]
DmitryBochkarev has joined #ruby
karapetyan has quit [Remote host closed the connection]
karapetyan has joined #ruby
allcentury has joined #ruby
yxhuvud has joined #ruby
devbug_ has quit [Ping timeout: 255 seconds]
<the_drow> Is there a way to specify a precondition to a group of tests?
malcolmva has joined #ruby
<the_drow> I'm not actually testing the code but ensuring no one changed the factory in a way that will break the tests
dlitvak has joined #ruby
<the_drow> I'm talking about rspec btw
karapetyan has quit [Ping timeout: 244 seconds]
nettoweb has joined #ruby
Jonah11_ has quit [Remote host closed the connection]
allcentury has quit [Ping timeout: 248 seconds]
rbennacer has joined #ruby
Guest34101 has joined #ruby
<adaedra> with before
<the_drow> adaedra, And I should use the expect syntax anyway right?
pawnbox has quit [Remote host closed the connection]
<adaedra> you use what you want
aibot has joined #ruby
pawnbox has joined #ruby
rbennacer has quit [Ping timeout: 276 seconds]
sol_ has quit [Ping timeout: 260 seconds]
Ishido has joined #ruby
chooky has joined #ruby
gregf has quit [Disconnected by services]
gregf1 is now known as gregf
duckpupp1 has joined #ruby
Cohedrin has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
toretore has quit [Ping timeout: 250 seconds]
zeroDivisible has joined #ruby
trosborn has joined #ruby
duckpupp1 has quit [Ping timeout: 244 seconds]
aibot has quit [Ping timeout: 255 seconds]
triangles has joined #ruby
FernandoBasso has joined #ruby
spider-mario has joined #ruby
trosborn has quit [Client Quit]
rbennacer has joined #ruby
dlitvak has quit [Ping timeout: 255 seconds]
Jackneill has joined #ruby
dlitvak has joined #ruby
fearnothing has left #ruby [#ruby]
chipotle has joined #ruby
aibot has joined #ruby
yfeldblum has quit [Ping timeout: 250 seconds]
dionysus69 has joined #ruby
lurch_ has joined #ruby
intrigueD has joined #ruby
codecop has joined #ruby
_djbkd has joined #ruby
DEA7TH has quit [Quit: DEA7TH]
_ht has joined #ruby
quazimodo has joined #ruby
Wolland has quit [Remote host closed the connection]
FooMunki has joined #ruby
_djbkd has quit [Ping timeout: 252 seconds]
PedramT has joined #ruby
sphex has quit [Read error: No route to host]
sphex has joined #ruby
noodle has quit [Ping timeout: 276 seconds]
eregi has joined #ruby
PedramT has quit [Ping timeout: 244 seconds]
bronson has joined #ruby
steffkes has quit [Ping timeout: 248 seconds]
adgtl has joined #ruby
eregi has quit [Ping timeout: 255 seconds]
krz has quit [Read error: Connection reset by peer]
tvw has joined #ruby
nettoweb has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
noodle has joined #ruby
bronson has quit [Ping timeout: 244 seconds]
nettoweb has joined #ruby
karapetyan has joined #ruby
shiver has joined #ruby
shiver has joined #ruby
TomyLobo has joined #ruby
karapetyan has quit [Ping timeout: 248 seconds]
c0ncealed has quit [Remote host closed the connection]
c0ncealed has joined #ruby
dlitvak has quit [Remote host closed the connection]
tulak has joined #ruby
duckpupp1 has joined #ruby
william3 has joined #ruby
adgtl has quit [Remote host closed the connection]
krz has joined #ruby
mattwildig has joined #ruby
tvw has quit []
yqfvwal has quit [Ping timeout: 240 seconds]
Dreamer3 has quit [Ping timeout: 240 seconds]
duckpupp1 has quit [Ping timeout: 244 seconds]
mattwildig has quit [Ping timeout: 248 seconds]
skade has joined #ruby
<the_drow> Should I use #name or .name to describe an attribute accessor?
eregi has joined #ruby
Tempesta has joined #ruby
DEA7TH has joined #ruby
<DEA7TH> Is there a shortcut for that: Proc.new{ |date| date.next_day }
_ht has quit [Ping timeout: 250 seconds]
existensil has quit [Quit: WeeChat 0.4.2]
<Ox0dea> DEA7TH: `&:next_day`, but you have to use it in block context.
<DEA7TH> I want to assign it to a variable and then call it with something
<DEA7TH> p.call(my_date)
<Ox0dea> If you actually want it as a Proc, `:next_day.to_proc` is shorter, but it looks weird.
karapetyan has joined #ruby
<Ox0dea> the_drow: Why not @name?
<Ox0dea> >> class C; attr_reader :foo; end; C.instance_methods false
<the_drow> http://betterspecs.org/#describe That's not an example in better specs
<ruby[bot]> Ox0dea: # => [:foo] (https://eval.in/522634)
<the_drow> Maybe I'm not following
<DEA7TH> awesome, I'll use :method_name.to_proc
<Ox0dea> Well, attributes are instance methods, so #name if you're really keen.
existensil has joined #ruby
<the_drow> Cool
<Ox0dea> DEA7TH: If you're sure that's what you want. :)
eregi has quit [Ping timeout: 255 seconds]
dlitvak has joined #ruby
the_drow has quit [Read error: Connection reset by peer]
dionysus69 has quit [Ping timeout: 240 seconds]
dlitvak has quit [Ping timeout: 276 seconds]
platzhirsch has joined #ruby
<flughafen_> \/id
<flughafen_> oops
krz has quit [Ping timeout: 250 seconds]
jottr has joined #ruby
mondok has quit [Remote host closed the connection]
mondok has joined #ruby
devbug has quit [Read error: Connection reset by peer]
rbennace_ has joined #ruby
Dreamer3 has joined #ruby
rbennacer has quit [Ping timeout: 240 seconds]
rbennacer has joined #ruby
rbennace_ has quit [Ping timeout: 255 seconds]
nettoweb has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
riotjone_ has joined #ruby
lele has quit [Ping timeout: 240 seconds]
yfeldblum has joined #ruby
jeanlinux has quit [Remote host closed the connection]
PedramT has joined #ruby
chipotle has quit [Quit: cheerio]
cpup has quit [Ping timeout: 244 seconds]
juanpablo__ has joined #ruby
cpup has joined #ruby
allcentury has joined #ruby
dlitvak has joined #ruby
PedramT has quit [Ping timeout: 240 seconds]
chipotle has joined #ruby
juanpablo__ has quit [Ping timeout: 250 seconds]
sdothum has joined #ruby
fumihiro has joined #ruby
allcentury has quit [Ping timeout: 240 seconds]
moeabdol1 has joined #ruby
dlitvak has quit [Ping timeout: 252 seconds]
allcentury has joined #ruby
moeabdol2 has joined #ruby
moeabdol has quit [Ping timeout: 255 seconds]
moeabdol1 has quit [Ping timeout: 276 seconds]
allcentury has quit [Ping timeout: 250 seconds]
Guest92608 is now known as olspookishmagus
_ht has joined #ruby
karapetyan has quit [Remote host closed the connection]
gizmore has joined #ruby
riotjone_ has quit [Ping timeout: 240 seconds]
PedramT has joined #ruby
platzhirsch has quit [Ping timeout: 240 seconds]
jeanlinux has joined #ruby
duckpupp1 has joined #ruby
tulak has quit [Remote host closed the connection]
tulak has joined #ruby
CloCkWeRX has quit [Ping timeout: 240 seconds]
suffice has joined #ruby
PedramT has quit [Ping timeout: 250 seconds]
platzhirsch has joined #ruby
nerium has quit [Quit: nerium]
duckpupp1 has quit [Ping timeout: 255 seconds]
devbug has joined #ruby
dlitvak has joined #ruby
Jackneill has quit [Quit: Leaving]
Zackio has quit [Ping timeout: 248 seconds]
tk__ has joined #ruby
sepp2k has joined #ruby
devbug has quit [Ping timeout: 276 seconds]
karthikselvakuma has joined #ruby
dlitvak has quit [Ping timeout: 244 seconds]
Terens has joined #ruby
<Terens> hello
karthikselva has quit [Ping timeout: 244 seconds]
<Terens> does ffi work with com dll?
ledestin has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
theRealAlexz has quit [Ping timeout: 240 seconds]
platzhirsch has quit [Ping timeout: 252 seconds]
theRealAlexz has joined #ruby
theRealAlexz has quit [Changing host]
theRealAlexz has joined #ruby
krz has joined #ruby
rbennacer has quit [Ping timeout: 244 seconds]
CloCkWeRX has joined #ruby
wmdrossard has quit [Ping timeout: 240 seconds]
zenlot has quit [Ping timeout: 248 seconds]
fumihiro has quit [Quit: leaving]
blackmesa has quit [Ping timeout: 240 seconds]
zenlot has joined #ruby
eregi has joined #ruby
krz has quit [Ping timeout: 244 seconds]
Terens has quit []
stannard has joined #ruby
platzhirsch has joined #ruby
CloCkWeRX has quit [Quit: Leaving.]
stannard has quit [Ping timeout: 244 seconds]
wet88 has joined #ruby
eregi has quit [Ping timeout: 252 seconds]
UtkarshRay has quit [Quit: Leaving]
Guest34101 has quit [Ping timeout: 240 seconds]
william3 has quit [Remote host closed the connection]
DEA7TH has quit [Quit: DEA7TH]
aryaching has joined #ruby
william3 has joined #ruby
lurch_ has quit [Ping timeout: 255 seconds]
bronson has joined #ruby
Xiti has quit [Quit: Xiti]
kspencer has quit [Ping timeout: 240 seconds]
steffkes has joined #ruby
steffkes has joined #ruby
A124 has quit [Ping timeout: 240 seconds]
shazaum has joined #ruby
bronson has quit [Ping timeout: 240 seconds]
dlitvak has joined #ruby
Xeago has joined #ruby
blackmesa has joined #ruby
asprillia has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
william3 has quit [Remote host closed the connection]
william3 has joined #ruby
urbanmonk has quit [Quit: urbanmonk]
dtordable has quit [Quit: leaving]
dlitvak has quit [Ping timeout: 276 seconds]
aryaching_ has joined #ruby
wmdrossard has joined #ruby
the_drow has joined #ruby
platzhirsch has quit [Quit: Leaving.]
platzhirsch has joined #ruby
karapetyan has joined #ruby
aryaching has quit [Ping timeout: 276 seconds]
dlitvak has joined #ruby
maho has joined #ruby
<maho> Hello, here's my question. It's somewhat worded strangely, but the examples make it clear. http://paste.ofcode.org/xknHNTgmMDnvKZ6TJu4NWp Solution: http://paste.ofcode.org/VJbgKZyrtjtdFipm8kXj3B However, the output of the last test case is wrong. Can anyone help?
aryaching_ has quit [Ping timeout: 240 seconds]
Dreamer3 has quit [Ping timeout: 240 seconds]
allcentury has joined #ruby
aryaching has joined #ruby
the_drow has quit [Client Quit]
rahulprabhakar has joined #ruby
solocshaw has quit [Ping timeout: 255 seconds]
karapetyan has quit [Ping timeout: 248 seconds]
rahulprabhakar has quit [Client Quit]
dlitvak has quit [Ping timeout: 250 seconds]
duckpupp1 has joined #ruby
rahulprabhakar has joined #ruby
mattwildig has joined #ruby
allcentury has quit [Ping timeout: 252 seconds]
laith has quit [Quit: Leaving.]
solars has quit [Quit: WeeChat 0.4.2]
jeanlinux has quit [Remote host closed the connection]
krobzaur has quit [Ping timeout: 240 seconds]
aryaching_ has joined #ruby
duckpupp1 has quit [Ping timeout: 250 seconds]
mattwildig has quit [Ping timeout: 276 seconds]
dlitvak has joined #ruby
aryaching has quit [Ping timeout: 240 seconds]
<Mon_Ouie> This is #ruby, you should ask in another channel if you're not using Ruby
allcentury has joined #ruby
<maho> Mon_Ouie: Ruby will do for me
krz has joined #ruby
aryaching_ has quit [Ping timeout: 250 seconds]
dlitvak has quit [Ping timeout: 255 seconds]
scripore has joined #ruby
openstruct has joined #ruby
aryaching has joined #ruby
blackmesa has quit [Ping timeout: 276 seconds]
openstruct has quit [Remote host closed the connection]
Xiti has joined #ruby
m8 has joined #ruby
william3 has quit [Remote host closed the connection]
Dreamer3 has joined #ruby
A124 has joined #ruby
openstruct has joined #ruby
maho has left #ruby [#ruby]
PedramT has joined #ruby
moeabdol2 has quit [Quit: WeeChat 1.4]
_djbkd has joined #ruby
william3 has joined #ruby
PedramT_ has joined #ruby
rahulprabhakar has left #ruby ["Leaving..."]
moeabdol has joined #ruby
PedramT has quit [Ping timeout: 248 seconds]
rahulprabhakar has joined #ruby
_djbkd has quit [Ping timeout: 252 seconds]
UtkarshRay has joined #ruby
william3 has quit [Ping timeout: 248 seconds]
PedramT_ has quit [Ping timeout: 240 seconds]
william3 has joined #ruby
darkf has quit [Quit: Leaving]
yfeldblum has quit [Ping timeout: 240 seconds]
platzhirsch has quit [Ping timeout: 250 seconds]
skade has quit [Quit: Computer has gone to sleep.]
albedoa has joined #ruby
Zggb has joined #ruby
PedramT has joined #ruby
Ebok has joined #ruby
gustavohmsilva has joined #ruby
jmignault has joined #ruby
PedramT has quit [Ping timeout: 252 seconds]
william3 has quit [Remote host closed the connection]
tk__ has quit [Quit: ばいばい]
william3 has joined #ruby
PedramT has joined #ruby
scripore has quit [Quit: This computer has gone to sleep]
PedramT has quit [Read error: Connection reset by peer]
PedramT has joined #ruby
jeanlinux has joined #ruby
dlitvak has joined #ruby
scripore has joined #ruby
blackmesa has joined #ruby
platzhirsch has joined #ruby
semeion has quit [Quit: WeeChat 1.4]
PedramT has quit [Ping timeout: 248 seconds]
openstruct has quit [Remote host closed the connection]
lele has joined #ruby
william3 has quit [Remote host closed the connection]
FooMunki has quit [Quit: FooMunki]
karapetyan has joined #ruby
FooMunki has joined #ruby
dlitvak has quit [Ping timeout: 240 seconds]
karapetyan has quit [Remote host closed the connection]
karapety_ has joined #ruby
william3 has joined #ruby
william3 has quit [Remote host closed the connection]
Kang0 has quit [Ping timeout: 276 seconds]
devbug has joined #ruby
Xeago has quit [Remote host closed the connection]
symm- has quit [Read error: Connection reset by peer]
Zackio has joined #ruby
the_drow has joined #ruby
PedramT has joined #ruby
duckpupp1 has joined #ruby
Dragooon has joined #ruby
FXpro has joined #ruby
dfinninger has joined #ruby
<FXpro> what is this channel about?
platzhirsch has left #ruby [#ruby]
devbug has quit [Ping timeout: 240 seconds]
jottr has quit [Ping timeout: 276 seconds]
jeanlinux has quit [Remote host closed the connection]
jeanlinux has joined #ruby
jeanlinux has quit [Remote host closed the connection]
jeanlinux has joined #ruby
<shevy> FXpro lol
<FXpro> whatsa happenin shevy?
<shevy> FXpro come on man
<FXpro> whats the problem?
<FXpro> I am looking at the topic link. this is a programming channel then?
PedramT has quit [Ping timeout: 240 seconds]
symm- has joined #ruby
duckpupp1 has quit [Ping timeout: 276 seconds]
<FXpro> ahhh ok ic.
<FXpro> I was looking at the search list and I liked the name ruby so I joined just for the hell of it.
<FXpro> I am not a programmer but I need to be a programmer for a specific project I am working on.
<adaedra> One does not simply becomes a programmer.
<shevy> One is born as such.
<FXpro> I need to learn c++ and bridge it to another very close language.
PedramT has joined #ruby
<adaedra> shevy: well no.
<shevy> FXpro have you joined #c++ yet?
<FXpro> I have not.
jottr has joined #ruby
triangles has quit [Quit: Leaving]
hxegon has joined #ruby
jkahn has quit [Ping timeout: 248 seconds]
blackmesa has quit [Ping timeout: 252 seconds]
eregi has joined #ruby
PedramT has quit [Ping timeout: 250 seconds]
intrigueD has quit [Remote host closed the connection]
eregi has quit [Ping timeout: 276 seconds]
shazaum has quit [Quit: This computer has gone to sleep]
<n1colas> Hello
PedramT has joined #ruby
wildlander has joined #ruby
the_drow has quit [Quit: This computer has gone to sleep]
wildlander has quit [Max SendQ exceeded]
wildlander has joined #ruby
Trynemjoel has joined #ruby
A124 has quit [Quit: '']
PedramT has quit [Ping timeout: 248 seconds]
A124 has joined #ruby
quazimodo has quit [Ping timeout: 244 seconds]
Xeago has joined #ruby
cpup has quit [Ping timeout: 240 seconds]
p1k has quit [Ping timeout: 255 seconds]
cpup has joined #ruby
jimcroft has joined #ruby
mattwildig has joined #ruby
Dreamer3 has quit [Ping timeout: 240 seconds]
dfinninger has quit [Remote host closed the connection]
pdoherty has quit [Remote host closed the connection]
minimalism has quit [Quit: minimalism]
rbennacer has joined #ruby
bronson has joined #ruby
rbennacer has quit [Remote host closed the connection]
bronson has quit [Remote host closed the connection]
x77686d has joined #ruby
hnagamin has joined #ruby
sponjii has joined #ruby
PedramT has joined #ruby
rahulprabhakar has quit []
karapety_ has quit [Remote host closed the connection]
cmoneylulz has joined #ruby
PedramT has quit [Ping timeout: 252 seconds]
karapetyan has joined #ruby
Dreamer3 has joined #ruby
PedramT has joined #ruby
huyderman has quit [Remote host closed the connection]
william3 has joined #ruby
sudoubuntu has joined #ruby
mondok has quit [Ping timeout: 240 seconds]
scripore has quit [Quit: This computer has gone to sleep]
PedramT has quit [Ping timeout: 255 seconds]
blackmesa has joined #ruby
Wolland has joined #ruby
duckpupp1 has joined #ruby
karapetyan has quit []
allcentury has quit [Ping timeout: 240 seconds]
Guest34101 has joined #ruby
jmignault has quit [Ping timeout: 248 seconds]
dfinninger has joined #ruby
wmdrossard has quit [Ping timeout: 276 seconds]
william3 has quit [Ping timeout: 276 seconds]
Wolland has quit [Ping timeout: 240 seconds]
duckpupp1 has quit [Ping timeout: 252 seconds]
raeoks has joined #ruby
hnagamin has quit [Ping timeout: 244 seconds]
e4xit has joined #ruby
jimcroft has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
flughafen_ has quit [Ping timeout: 240 seconds]
MiracleBlue___ has quit [Ping timeout: 248 seconds]
Xeago has quit [Remote host closed the connection]
MiracleBlue___ has joined #ruby
jottr has quit [Ping timeout: 255 seconds]
PedramT has joined #ruby
PedramT has quit [Remote host closed the connection]
PedramT has joined #ruby
karthikselvakuma has quit [Ping timeout: 252 seconds]
sudoubuntu has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
raeoks has quit [Read error: Connection reset by peer]
hnagamin has joined #ruby
william3 has joined #ruby
albedoa has quit [Ping timeout: 244 seconds]
flughafen_ has joined #ruby
r4z3r has quit [Quit: Windows isn't a virus, viruses do something.]
karthikselvakuma has joined #ruby
PedramT has quit []
eregi has joined #ruby
william3 has quit [Ping timeout: 276 seconds]
graffix has quit [Ping timeout: 276 seconds]
erts has joined #ruby
<flughafen_> i have a want a dict like this with another dict of arrays...? foobar = { name= "", { arr1=[],arr2[]} , but i want to be able to access the arrays based on foobar["name"] tied to arr1,arr2
Xeago has joined #ruby
<Papierkorb> flughafen_: I don't really understand your question, could you try rephrasing it?
graffix has joined #ruby
<apeiros> was going to say the same :-|
william3 has joined #ruby
Xeago has quit [Read error: Connection reset by peer]
eregi has quit [Ping timeout: 244 seconds]
Xeago has joined #ruby
blackmesa has quit [Ping timeout: 255 seconds]
karthikselvakuma has quit [Ping timeout: 244 seconds]
bruce_lee has joined #ruby
bruce_lee has joined #ruby
blackmesa has joined #ruby
sudoubuntu has joined #ruby
<flughafen_> haha
<flughafen_> i want a dict of arrays that is tied to a string not a symbol?
<flughafen_> i think. ha
intrigueD has joined #ruby
<apeiros> you can use a string as key in a hash just fine
<apeiros> >> hash = {"key" => "value"}; hash["key"]
<ruby[bot]> apeiros: # => "value" (https://eval.in/522731)
fedexo has joined #ruby
fedexo has quit [Read error: Connection reset by peer]
Channel6 has joined #ruby
<adaedra> You can use anything that implements #hash as a key iirc.
dome22xl has joined #ruby
<apeiros> #hash + #eql?
<apeiros> they must be implemented in tandem
sudoubuntu has quit [Client Quit]
albedoa has joined #ruby
saneax_AFK is now known as saneax
<adaedra> Ah, here we are.
fedexo has joined #ruby
ss_much has joined #ruby
bronson has joined #ruby
asprillia has joined #ruby
erts has quit [Ping timeout: 240 seconds]
<flughafen_> hmmm
TomPeed has joined #ruby
albedoa has quit [Ping timeout: 248 seconds]
gustavohmsilva has quit [Ping timeout: 244 seconds]
r4z3r has joined #ruby
scripore has joined #ruby
Bloomer has quit [Remote host closed the connection]
bronson has quit [Ping timeout: 240 seconds]
r4z3r is now known as kkirsche
<flughafen_> so...
Abrin has joined #ruby
IrishGringo has joined #ruby
kkirsche is now known as r4z3r
<flughafen_> let me think of another way to put it...
dlitvak has joined #ruby
asprillia has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
B1n4r10 has quit [Ping timeout: 240 seconds]
<Ox0dea> >> class C undef eql? end; {C.new => 1, C.new => 2}.size
<ruby[bot]> Ox0dea: # => 2 (https://eval.in/522759)
cmoneylulz has quit [Ping timeout: 240 seconds]
<Papierkorb> Ox0dea: Probably only used if the hashes collide
bronson has joined #ruby
<Papierkorb> Yep, it works like that
<Ox0dea> That it does.
<Papierkorb> >> class A; undef eql?; def hash; 1; end; end; { A.new => 1, A.new => 2 }.size
<ruby[bot]> Papierkorb: # => undefined method `eql?' for #<A:0x41bc58f4> ...check link for more (https://eval.in/522767)
dlitvak has quit [Ping timeout: 252 seconds]
jimcroft has joined #ruby
cmoneylulz has joined #ruby
codecop has quit [Remote host closed the connection]
gustavohmsilva has joined #ruby
DmitryBochkarev has quit [Quit: This computer has gone to sleep]
Yzguy has joined #ruby
adgtl has joined #ruby
<flughafen_> ok, i think i found my solution. i think the issue is was i was trying to define a definition to what I wanted first? instead of just doing it in the loop itself.
<Ox0dea> Don't write explicit loops.
cmoneylulz has quit []
allcentury has joined #ruby
graffix has quit [Read error: Connection reset by peer]
graffix has joined #ruby
duckpupp1 has joined #ruby
matp has quit [Remote host closed the connection]
blackmesa has quit [Ping timeout: 255 seconds]
duckpupp1 has quit [Ping timeout: 248 seconds]
rkazak has joined #ruby
<flughafen_> i'm iterating over json , and I want to store data in multiple arrays tied to a single "key", like dict["key1"] is { arr1: [], arr2: []}
_3by8 has joined #ruby
Jardayn has joined #ruby
<_3by8> Issuing ruby -v in a plain terminal returns a message telling me to install Ruby but if I run the same command in the terminal window of my IDE, it tells me what I want to hear. Why would that be?
allcentury has quit [Ping timeout: 244 seconds]
Zggb has quit [Quit: Connection closed for inactivity]
<llua> a difference in PATH.
<Ox0dea> _3by8: Yeah, your Ruby binary isn't in your $PATH, but your IDE is doing some wizardry to find it anyway.
_ht has quit [Read error: Connection reset by peer]
_ht has joined #ruby
Sucks has joined #ruby
<_3by8> Ox0dea: thanks, so I just need to set an environment variable or maybe run RVM again?
bronson has quit [Remote host closed the connection]
<Ox0dea> _3by8: Something like that. :/
<claw> hello channel
<claw> how do i escape a uri password right as URI.escape does not work ?
<claw> URI::InvalidComponentError: bad component(expected user component): ?
<claw> the password contains a ?
<flughafen_> Ox0dea: ^^
vikaton has joined #ruby
<Ox0dea> flughafen_: Valid JSON can't contain distinct values for the same key.
rkazak has quit [Ping timeout: 240 seconds]
<Ox0dea> Are you working with arrays of hashes?
sesquipedalian has joined #ruby
scripore has quit [Quit: This computer has gone to sleep]
sondr3 has quit [Quit: Sleep]
Dreamer3 has quit [Ping timeout: 240 seconds]
aryaching_ has joined #ruby
aryaching has quit [Ping timeout: 240 seconds]
<Ox0dea> flughafen_: Maybe this helps: https://eval.in/522816
matp has joined #ruby
IrishGringo has quit [Ping timeout: 240 seconds]
<flughafen_> Ox0dea: let me try to rephrase it... i'm iterating through everything in the json file, and storing data based on other data. it may or may not be unique. I wanted to do something like dict["grouping1"][:arr1].push(something_related)
bronson has joined #ruby
<Ox0dea> ¯\_(ツ)_/¯
<flughafen_> ha.
<flughafen_> ok.
<flughafen_> i'll check that out
dfinninger has quit [Remote host closed the connection]
<hanmac> if you are a parser, everything looks like a json file ;P
<Ox0dea> Anything is an AST if you're brave enough.
_3by8 has quit [Ping timeout: 252 seconds]
kmckelvin has quit [Ping timeout: 252 seconds]
kmckelvin has joined #ruby
TomPeed has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
tulak has quit [Remote host closed the connection]
scripore has joined #ruby
albedoa has joined #ruby
Wolland has joined #ruby
<flughafen_> haha
rnda has joined #ruby
Dreamer3 has joined #ruby
Yzguy has quit [Quit: Zzz...]
blackice_ has joined #ruby
<flughafen_> apeiros: did what i show make more sense? brb walking doggies
dlitvak has joined #ruby
gf3 has quit [Remote host closed the connection]
rnda has quit [Quit: Leaving]
wet88 has quit [Read error: Connection reset by peer]
jottr has joined #ruby
rnda has joined #ruby
dlitvak has quit [Ping timeout: 248 seconds]
gustavohmsilva has quit [Remote host closed the connection]
wet88 has joined #ruby
DmitryBochkarev has joined #ruby
akem has joined #ruby
maletor has joined #ruby
chouhoulis has joined #ruby
astrofog has joined #ruby
ta_ has quit [Remote host closed the connection]
DmitryBochkarev has quit [Client Quit]
<shevy> walk the dog, dog the walk
darkxploit has quit [Quit: Leaving]
<junw> flughafen_, do you mean ((dict["grouping1"] ||= {})[:arr1] ||= []) << something_related ?
TomPeed has joined #ruby
DmitryBochkarev has joined #ruby
diegoviola has joined #ruby
dfinninger has joined #ruby
FXpro has quit [Quit: Leaving]
ohaibbq has joined #ruby
perturbation has joined #ruby
Abrin has quit [Ping timeout: 252 seconds]
ta_ has joined #ruby
<flughafen_> junw: t5hat's not what i'm doing now, but since what i want os weird or something, i could do that.
emq has joined #ruby
<flughafen_> in the loop if it's not there, add a a dict with 3 arrays
ta__ has joined #ruby
ta_ has quit [Ping timeout: 240 seconds]
DoubleMalt has joined #ruby
chouhoulis has quit [Remote host closed the connection]
symm- has quit [Ping timeout: 276 seconds]
chouhoulis has joined #ruby
duckpupp1 has joined #ruby
ta__ has quit [Ping timeout: 248 seconds]
jimcroft has quit [Read error: Connection reset by peer]
jimcroft has joined #ruby
blackjid has quit [Max SendQ exceeded]
wmdrossard has joined #ruby
blackjid has joined #ruby
duckpupp1 has quit [Ping timeout: 248 seconds]
dfinninger has quit [Ping timeout: 244 seconds]
houhoulis has joined #ruby
beanHolez has joined #ruby
krobzaur has joined #ruby
Sucks has quit [Quit: No Ping reply in 180 seconds.]
eregi has joined #ruby
symm- has joined #ruby
Sucks has joined #ruby
Dreamer3 has quit [Ping timeout: 276 seconds]
eregi has quit [Ping timeout: 255 seconds]
jimcroft has quit [Ping timeout: 276 seconds]
TomPeed has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
blackice_ has quit [Remote host closed the connection]
diegoviola has quit [Quit: WeeChat 1.4]
tulak has joined #ruby
robbyoconnor has quit [Ping timeout: 248 seconds]
colegatron has quit [Ping timeout: 264 seconds]
speaking1ode has quit [Remote host closed the connection]
speaking1ode has joined #ruby
tjohnson has quit [Quit: Connection closed for inactivity]
borodin has joined #ruby
adgtl has quit [Remote host closed the connection]
lurch_ has joined #ruby
nfk has joined #ruby
Xeago has quit [Ping timeout: 248 seconds]
diegoviola has joined #ruby
aryaching_ has quit [Read error: Connection reset by peer]
tercenya has joined #ruby
lemur has joined #ruby
hnagamin has quit [Ping timeout: 240 seconds]
finisherr_ has joined #ruby
moeabdol1 has joined #ruby
tercenya_ has quit [Ping timeout: 252 seconds]
SHyx0rmZ has quit [Ping timeout: 252 seconds]
norc__ has joined #ruby
astrofog has quit [Ping timeout: 252 seconds]
moeabdol has quit [Ping timeout: 252 seconds]
pawnbox has quit [Ping timeout: 252 seconds]
sneakerhax has quit [Ping timeout: 252 seconds]
clamstar has quit [Ping timeout: 252 seconds]
peterhu has quit [Ping timeout: 252 seconds]
baweaver has quit [Ping timeout: 252 seconds]
sq271 has quit [Ping timeout: 252 seconds]
bqscott has quit [Ping timeout: 252 seconds]
it_tard has joined #ruby
Ebok has quit [Ping timeout: 252 seconds]
TomyLobo has quit [Ping timeout: 252 seconds]
Ox0dea has quit [Ping timeout: 252 seconds]
norc_ has quit [Ping timeout: 252 seconds]
zast has quit [Ping timeout: 252 seconds]
hightower2 has quit [Ping timeout: 252 seconds]
Synthead has quit [Ping timeout: 252 seconds]
TomyLobo has joined #ruby
nfk has quit [Ping timeout: 252 seconds]
ElSif has quit [Ping timeout: 252 seconds]
peterhu has joined #ruby
sq271 has joined #ruby
kirun has joined #ruby
kalopsian has joined #ruby
Ishido has quit [Quit: Roads? Where We're Going We Don't Need Roads.]
AustinMatherne has quit [Quit: Lost terminal]
AustinMatherne has joined #ruby
hnagamin has joined #ruby
it_tard is now known as nfk
pawnbox has joined #ruby
Ebok has joined #ruby
PedramT has joined #ruby
benlieb has joined #ruby
Dreamer3 has joined #ruby
Jonah11_ has joined #ruby
hnagamin has quit [Ping timeout: 255 seconds]
PedramT has quit [Ping timeout: 248 seconds]
agit0 has joined #ruby
hightower2 has joined #ruby
benlieb has quit [Ping timeout: 250 seconds]
juanfra has quit [Quit: juanfra]
benlieb has joined #ruby
davedev24 has joined #ruby
clamstar has joined #ruby
Ox0dea has joined #ruby
krobzaur has quit [Ping timeout: 255 seconds]
<Scriptonaut> Hey all, I'm trying to render haml files with my rack server. For some reason, when I call "call" on my app, the body it returns is a string, not an array. I can't figure out why. Here is the gist of my app (very basic): https://gist.github.com/robins35/29868ebe7407542694b6
blackmesa has joined #ruby
Abrin has joined #ruby
juanfra has joined #ruby
astrofog has joined #ruby
zast has joined #ruby
TomPeed has joined #ruby
juanpablo__ has joined #ruby
ziyadb has joined #ruby
hxegon has quit [Ping timeout: 240 seconds]
hnagamin has joined #ruby
jrcharney has joined #ruby
<jrcharney> For ruby-install, should I use sudo if I use --system?
hogetaro has joined #ruby
<diegoviola> jrcharney: I think you need sudo, yeah
hxegon has joined #ruby
B1n4r10 has joined #ruby
<diegoviola> jrcharney: I tried --system as user once and it just failed to install (I assumed it would call sudo after that but it didn't)
<diegoviola> so the installation failed for me
<diegoviola> not sure if it's different now
kalopsian has quit [Ping timeout: 248 seconds]
<jrcharney> I guess I'll have to run this again when it is done...hopefully it will just move all the suff it "configure && make"'d and move it to /usr/local
<jrcharney> The problem with chruby and ruby-install is that they will keep going even if you ^C
<Papierkorb> jrcharney: Cancel the compilation and rerun with sudo now, ruby-install doesn't "figure it out" by itself ;)
juanpablo__ has quit [Ping timeout: 248 seconds]
<jrcharney> Cancedl
<jrcharney> OK
<Papierkorb> Werid. Just kill the process then.
sankaber has joined #ruby
<jrcharney> What happens to all that other stuff, Papierkorb?
<Papierkorb> jrcharney: Are you sure you need --system ?
<Papierkorb> jrcharney: No idea, probably left there or something
<jrcharney> Yeah...I'm using a debian based distro. They won't update it! apt-get will install ruby 1.9.3
eregi has joined #ruby
<adaedra> That doesn't mean you need to install your ruby system-wide.
<jrcharney> Also, If I try to install jruby, it will try to install openjdk
<jrcharney> And if I want to install weechat plugins, it will also try to install the older ruby
pdoherty has joined #ruby
ta_ has joined #ruby
PaulCapestany has quit [Quit: .]
blackice_ has joined #ruby
duckpupp1 has joined #ruby
saneax is now known as saneax_AFK
intrigueD has quit [Remote host closed the connection]
PaulCapestany has joined #ruby
LoneHerm_ has joined #ruby
dionysus69 has joined #ruby
eregi has quit [Ping timeout: 240 seconds]
eregi has joined #ruby
kalopsian has joined #ruby
frankt3ch has joined #ruby
frankt3ch has quit [Read error: Connection reset by peer]
duckpupp1 has quit [Ping timeout: 240 seconds]
krobzaur has joined #ruby
diegoviola has quit [Ping timeout: 248 seconds]
<jrcharney> I'm probably going to check if my java version is up to date later to figure out why jruby tries to install openjdk even though my /etc/alternatives have java set correctly
bronson has quit [Remote host closed the connection]
mattwildig has quit [Remote host closed the connection]
firstdayonthejob has quit [Ping timeout: 250 seconds]
<jrcharney> would it seem reasonable to delete my ~/.gems directory after switching from rbenv to chruby as my ruby manager?
kalopsian has quit [Ping timeout: 240 seconds]
tjohnson has joined #ruby
B1n4r10 has quit [Ping timeout: 244 seconds]
codecop has joined #ruby
DmitryBochkarev has quit [Quit: This computer has gone to sleep]
krz has quit [Read error: Connection reset by peer]
allcentury has joined #ruby
ta__ has joined #ruby
ta_ has quit [Ping timeout: 250 seconds]
dn5 has joined #ruby
Sucks has quit [Ping timeout: 250 seconds]
terminalrecluse has joined #ruby
quaristice has joined #ruby
jrcharney has quit [Ping timeout: 250 seconds]
benlieb has quit [Quit: benlieb]
allcentury has quit [Ping timeout: 255 seconds]
beanHolez has quit [Remote host closed the connection]
quaristice has quit [Client Quit]
diego2 has joined #ruby
sgambino has joined #ruby
diego2 has quit [Changing host]
diego2 has joined #ruby
diego2 is now known as diegoviola
ur5us has joined #ruby
<dn5> haven't seen this much idling on ruby for long time
JammyHammy has joined #ruby
NickYY has joined #ruby
<shevy> dn5 it's weekend!
<shevy> they are so sleepy...
<dn5> shevy: riiiight .. what about us?
<dn5> anyway, how do you guys comment funtions in ruby?
<dn5> I mean, how do you document ruby code?
mattwildig has joined #ruby
aef has joined #ruby
<shevy> hmm
<shevy> I usually try to explain why I did something
bqscott has joined #ruby
Synthead has joined #ruby
<shevy> documenting stuff really takes a lot of time :(
<shevy> if you include things like --help and explaining what suboptions do
<dn5> shevy: it does, and it's soooo boring
ss_much has quit [Quit: Connection closed for inactivity]
<adaedra> dn5: I put '#' in the beginning of the line.
jrcharney has joined #ruby
william3 has quit [Remote host closed the connection]
<dn5> adaedra: you document your ruby code with #? how many # do you write and what does each # mean?
JammyHammy has quit [Read error: Connection reset by peer]
<adaedra> Only one, as it is enough to declare a comment.
<shevy> for my bigger projects I try to write a tutorial, that will become a .pdf via wkhtmltopdf
<adaedra> Yuck.
<shevy> what
<dn5> shevy: And how do you comment your function (like params, return value, etc.)?
<shevy> dn5 I don't! it distracts me when I code :)
<shevy> I mean I explain things
<shevy> but I don't use the tag-notations
<dn5> shevy: but.. how do you know what you've did there when you check your code 1 year later
<shevy> dn5 cuz I explain stuff!
<shevy> and the style I have is very stupid and simple. whenever I have to think, something must be wrong with the code
JammyHammy has joined #ruby
<dn5> shevy: and what about open source code?
NickYY has quit [Ping timeout: 252 seconds]
ta__ has quit [Remote host closed the connection]
<shevy> makes no difference. actually, I will document more if it will be open sourced
<shevy> I think though that one of the best way to document is to use a FAQ style or like zenspider's quickref
nixon has quit [Remote host closed the connection]
Dragooon has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
Musashi007 has joined #ruby
eregi has quit [Ping timeout: 255 seconds]
pawnbox has quit [Remote host closed the connection]
nando294021 has joined #ruby
pawnbox has joined #ruby
Dragooon has joined #ruby
mattwildig has quit [Remote host closed the connection]
FooMunki has quit [Quit: FooMunki]
Sn0wy has joined #ruby
<Scriptonaut> anyone here have experience with using the babel-transpiler gem? I cam able to run Babel::Transpiler.transform File.read("main.es6"). However, what do I do with that file now? How do I include it?
william3 has joined #ruby
graffix has quit [Ping timeout: 276 seconds]
TomPeed has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
maletor has quit [Quit: Computer has gone to sleep.]
gf3 has joined #ruby
pawnbox has quit [Remote host closed the connection]
jrcharney1 has joined #ruby
jrcharney has quit [Ping timeout: 250 seconds]
pawnbox has joined #ruby
Sn0wy is now known as Snowy
mattwildig has joined #ruby
_djbkd has joined #ruby
Dreamer3 has quit [Ping timeout: 240 seconds]
william3 has quit [Remote host closed the connection]
william3 has joined #ruby
sudoubuntu has joined #ruby
maletor has joined #ruby
william3 has quit [Remote host closed the connection]
_djbkd has quit [Ping timeout: 276 seconds]
eregi has joined #ruby
sdothum has quit [Quit: ZNC - 1.6.0 - http://znc.in]
futilegames has joined #ruby
jrcharney1 has quit [Quit: WeeChat 1.2]
sdothum has joined #ruby
Musashi007 has quit [Quit: Musashi007]
hnagamin has quit [Ping timeout: 240 seconds]
cjbottaro has joined #ruby
hnagamin has joined #ruby
futilegames has quit [Ping timeout: 244 seconds]
watersoul has quit [Quit: leaving]
eregi has quit [Ping timeout: 240 seconds]
dfinninger has joined #ruby
watersoul has joined #ruby
Dreamer3 has joined #ruby
duckpupp1 has joined #ruby
IrishGringo has joined #ruby
william3 has joined #ruby
watersoul has quit [Client Quit]
yqt has joined #ruby
symm- has quit [Ping timeout: 240 seconds]
kalopsian has joined #ruby
pawnbox has quit [Remote host closed the connection]
duckpupp1 has quit [Ping timeout: 248 seconds]
bronson has joined #ruby
Snowy has quit [Read error: Connection reset by peer]
Snowy has joined #ruby
kalopsian has quit [Ping timeout: 244 seconds]
bronson has quit [Ping timeout: 250 seconds]
dfinninger has quit [Remote host closed the connection]
maletor has quit [Quit: Computer has gone to sleep.]
eregi has joined #ruby
akem has quit [Quit: Bye]
watersoul has joined #ruby
PlasmaStar has quit [Ping timeout: 240 seconds]
hxegon has quit [Ping timeout: 255 seconds]
eregi has quit [Ping timeout: 248 seconds]
FernandoBasso has quit [Ping timeout: 250 seconds]
kies^ has quit [Read error: Connection reset by peer]
graffix has joined #ruby
last_staff has joined #ruby
allcentury has joined #ruby
Xeago has joined #ruby
albedoa has quit [Ping timeout: 255 seconds]
s2013 has joined #ruby
colegatron has joined #ruby
mattwildig has quit [Remote host closed the connection]
PlasmaStar has joined #ruby
DEA7TH has joined #ruby
IrishGringo has quit [Ping timeout: 240 seconds]
allcentury has quit [Ping timeout: 255 seconds]
Jonah11_ has quit [Remote host closed the connection]
openstruct has joined #ruby
cjbottaro has quit [Ping timeout: 255 seconds]
weemsledeux has joined #ruby
PlasmaStar has quit [Ping timeout: 240 seconds]
FernandoBasso has joined #ruby
juanpablo__ has joined #ruby
cdg has joined #ruby
william3 has quit [Remote host closed the connection]
cdg has quit [Remote host closed the connection]
william3 has joined #ruby
Don_John has joined #ruby
juanpablo__ has quit [Ping timeout: 250 seconds]
wedgwood has quit [Ping timeout: 255 seconds]
PlasmaStar has joined #ruby
cdg has joined #ruby
<dn5> Any native way of getting time difference between two hh:mm? Like hh:mm & hh_current:mm_current => 1 (hour)
<dn5> There is TimeDifference gem afaik
gaxar77 has joined #ruby
Don_John has quit [Client Quit]
<gaxar77> I am looking for some free information on how ruby's object model works under the hood in C.
<manveru> dn5: using -?
<adaedra> dn5: convert them to Time and use -
<gaxar77> But I cannot really find anything useful.
cdg has quit [Remote host closed the connection]
<dn5> manveru: adaedra: that actually works
<dn5> woah
<adaedra> Of course.
cdg has joined #ruby
kirillzh has joined #ruby
<manveru> gaxar77: i don't think there's anything up to date...
rbennacer has joined #ruby
quazimodo has joined #ruby
<gaxar77> Any information on any type of dynamic object model?
bronson has joined #ruby
<shevy> there were some old C-ruby articles
<shevy> like 50 years ago or something
Laaw has quit [Ping timeout: 240 seconds]
eregi has joined #ruby
Dreamer3 has quit [Ping timeout: 240 seconds]
nfk is now known as it_tard
intrigueD has joined #ruby
<shevy> 2008/10/25/the-secret-life-of-singletons/ http://www.rubyfleebie.com/ruby-and-c-part-1/
Channel6 has quit [Quit: Leaving]
<shevy> I did not even know that nobu had a kind of homepage
<shevy> Ruby_Extension_Manual.html last update more than 10 years ago or so :P
maletor has joined #ruby
sudoubuntu has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
Laaw has joined #ruby
LoneHerm_ has quit [Ping timeout: 248 seconds]
Snowy has quit [Remote host closed the connection]
marr has joined #ruby
wedgwood has joined #ruby
symm- has joined #ruby
nando294021 has left #ruby [#ruby]
nando293921 has joined #ruby
steffkes has quit [Ping timeout: 276 seconds]
<Scriptonaut> anyone know a ruby gem to include jquery?
<Scriptonaut> (not for rails)
<Scriptonaut> I'm using vanilla Rack
TomPeed has joined #ruby
duckpupp1 has joined #ruby
Guest34101 has quit [Ping timeout: 240 seconds]
dfinninger has joined #ruby
bronson has quit [Remote host closed the connection]
sudoubuntu has joined #ruby
duckpupp1 has quit [Ping timeout: 244 seconds]
FernandoBasso has quit [Quit: Leaving]
stannard has joined #ruby
gizmore has quit [Quit: KVIrc 4.9.1 Aria http://www.kvirc.net/]
bronson has joined #ruby
sudoubuntu has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
maletor has quit [Ping timeout: 252 seconds]
Cohedrin has joined #ruby
weemsledeux has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
Snowy has joined #ruby
stannard has quit [Ping timeout: 276 seconds]
<dn5> could someone check why does @calc returns an error https://gist.github.com/dn5/4093f0543c46066582fc
<dn5> comprasion of string with 0 failed, yet I declared both current_full_d and @last_update_d as DateTime
hnagamin has quit [Ping timeout: 244 seconds]
fedexo has quit [Ping timeout: 240 seconds]
codecop has quit [Quit: Išeinu]
<Mon_Ouie> DateTime#strftime returns a string
<Radar> dn5: It'd help to know on what line that error is happening.
Ebok has quit [Quit: This computer has gone to sleep]
<dn5> Radar: it's written, at line 26 / @calc = x - y
<Radar> dn5: y u no show stacktrace
B1n4r10 has joined #ruby
<dn5> Mon_Ouie: which one should I use?
hnagamin has joined #ruby
<dn5> ahh
<Mon_Ouie> I don't know why you're creating strings from your DateTime objects
kies^ has joined #ruby
<apeiros> dn5: you're aware that yaml can store datetimes directly?
<apeiros> i.e. you wouldn't have to do this weird dance you do to get two DateTime instances, you can get them straight from yaml
<Scriptonaut> Would anyone mind helping me resolve this gem conflict I'm having? https://gist.github.com/robins35/d59e481fc263cd89089b
<Scriptonaut> I tried a bundle update, no dice
<apeiros> >> require 'date'; require 'yaml'; {'config_time' => DateTime.now}.to_yaml
<ruby[bot]> apeiros: # => "---\nconfig_time: !ruby/object:DateTime 2016-02-21 20:58:04.036296267 Z\n" (https://eval.in/522885)
<apeiros> with Time you won't even get that !ruby/object:DateTime part:
<Radar> Scriptonaut: What command did you run to get that?
<Radar> Scriptonaut: And show us your Gemfile please.
<apeiros> >> require 'yaml'; {'config_time' => Time.now}.to_yaml
<ruby[bot]> apeiros: # => "---\nconfig_time: 2016-02-21 20:58:44.643069207 +00:00\n" (https://eval.in/522886)
<Scriptonaut> I ran bundle
<dn5> apeiros: Ah, I see.
<dn5> Let me try it
<Scriptonaut> there's my Gemfile
<Radar> Scriptonaut: And what happened when you ran `bundle update`
<Scriptonaut> that happened
<Radar> Scriptonaut: https://rubygems.org/gems/sprockets-browserify depends on sprockets 2.1, and sprockets-es6 depends on Sprockets 3.0. You won't be able to use those two gems together.
<Radar> Scriptonaut: Fork sprockets-browserify and bump the sprockets dependency.
hnagamin has quit [Ping timeout: 240 seconds]
<Scriptonaut> hmm, any other way I might get browserify?
pdoherty has quit [Ping timeout: 240 seconds]
<Radar> [08:00:32] <Radar>Scriptonaut: Fork sprockets-browserify and bump the sprockets dependency.
<Radar> Only half my messages are getting through again :(
<Scriptonaut> I mean another gem
* Radar shrugs
Dreamer3 has joined #ruby
blackice_ has quit []
<dn5> >> require 'yaml'; require 'date'; {'config_date'=>'2016-02-21'}.to_yaml;
<ruby[bot]> dn5: # => "---\nconfig_date: '2016-02-21'\n" (https://eval.in/522887)
<dn5> >> require 'yaml'; require 'date'; a = {'config_date'=>'2016-02-21'}.to_yaml; a.inspect
<ruby[bot]> dn5: # => "\"---\\nconfig_date: '2016-02-21'\\n\"" (https://eval.in/522888)
<dn5> strange.. why does the loading returns 21 Feb 2016 instead of 2016-02-21
allcentury has joined #ruby
<apeiros> you are misreading what you see
<apeiros> 21 Feb 2016 is 2016-02-21
_ht has quit [Quit: Konversation terminated!]
<apeiros> you have an actual date object, not a string.
* Radar missed where "21 Feb 2016" was.
maletor has joined #ruby
mrfoto has joined #ruby
ljames has quit []
<apeiros> though, I get displayed #<Date: 2016-02-21 ((2457440j,0s,0n),+0s,2299161j)>, I wonder too where you see 21 Feb 2016
<Radar> "I saw it on my Calendar widget in my menu bar"
<dn5> apeiros: I see, make sense. So, the actual date object as 21 Feb 2016 is DateTime, or Date?
<apeiros> dn5: .class will tell you
<dn5> In the app I'm doing, couldn't replicate it over the bot
<dn5> apeiros: right.
zarubin has quit [Ping timeout: 240 seconds]
elifoster has joined #ruby
<Radar> Do you require activesupport at all?
swiftbit has joined #ruby
Jet4Fire has quit []
<Radar> >> require 'activesupport/all'
<ruby[bot]> Radar: # => cannot load such file -- activesupport/all (LoadError) ...check link for more (https://eval.in/522889)
<Radar> rightio.
maletor has quit [Ping timeout: 276 seconds]
last_staff has quit [Read error: Connection reset by peer]
<dn5> apeiros: It's a Date class, but I need a DateTime to calculate, I'm not checking only for a date difference, but for time too. How would I concat the "date" and "time" gathered from YAML?
<dn5> Thats what I was doing at the start
Outlastsheep has quit [Ping timeout: 240 seconds]
<apeiros> why do you store them separately?
<dn5> apeiros: Because I need them later for different purpose seperately
lurch_ has quit [Quit: lurch_]
<dn5> I know I can store one global for both date and time, and then seperatly one for a date and another for a time, but why would I do that?
<apeiros> you make it more difficult for you for no reason. store them as one. use the object to get the part you need.
<apeiros> you know, objects have methods. mighty useful those things.
bronson has quit [Remote host closed the connection]
openstruct has quit [Remote host closed the connection]
swiftbit has quit [Quit: Textual IRC Client: www.textualapp.com]
gaxar77 has quit [Ping timeout: 240 seconds]
armyriad has quit [Ping timeout: 255 seconds]
<apeiros> also note that ruby does not have any class to handle a time without a date (Time despite its name consists of date & time)
<dn5> apeiros: Right, I know. But when I use either just date, or both date and a time in yaml, I get either Date as a class, or Time as a class. Why not a DateTime?
<apeiros> because ^, Time and DateTime both are Date+Time
<apeiros> they have different origins (Time used to only be capable of handling 32bit Time range which is rather limited, but it was a ton faster than DateTime)
bronson has joined #ruby
armyriad has joined #ruby
maletor has joined #ruby
dfinninger has quit [Remote host closed the connection]
oddmunds has joined #ruby
mattwildig has joined #ruby
<dn5> apeiros: so class Time shouldn't be converted to DateTime and it's already available for substraction?
<apeiros> yes. be ware that Time#- returns the difference in seconds, unlike DateTime#- which returns the difference in days.
<apeiros> *aware
<dn5> apeiros: well converting it shouldn't be hard, thanks, let me try it
Zggb has joined #ruby
Dragooon has quit [Ping timeout: 250 seconds]
jammi has joined #ruby
elifoster has quit [Ping timeout: 255 seconds]
gaxar77 has joined #ruby
wet88 has quit [Quit: Quiting the chat]
rbennacer has quit [Remote host closed the connection]
krobzaur has quit [Ping timeout: 276 seconds]
oddmunds has quit [Quit: WeeChat 1.4]
doublemalt_ has joined #ruby
oddmunds has joined #ruby
quazimodo has quit [Ping timeout: 255 seconds]
agit0 has quit [Quit: zzzZZZ….]
agit0 has joined #ruby
agit0 has quit [Client Quit]
<dn5> apeiros: whats up with this +0100, is that some sort of UTC?
rbennacer has joined #ruby
DoubleMalt has quit [Ping timeout: 240 seconds]
minimalism has joined #ruby
<apeiros> that's the timezone offset
kalopsian has joined #ruby
<apeiros> and no, +0100 means it's not utc. utc has an offset of 0
jammi has left #ruby ["..."]
ta_ has joined #ruby
<dn5> Okay
LoneHerm_ has joined #ruby
rippa has quit [Quit: {#`%${%&`+'${`%&NO CARRIER]
william3 has quit [Remote host closed the connection]
william3 has joined #ruby
kalopsian has quit [Ping timeout: 252 seconds]
LoneHerm_ has quit [Ping timeout: 248 seconds]
oivoodoo has joined #ruby
TomyLobo has quit [Ping timeout: 255 seconds]
oivoodoo has quit [Client Quit]
firstdayonthejob has joined #ruby
<dn5> apeiros: awesome, works as expected
<dn5> except for an offset
<dn5> but I'll figure it out
duckpupp1 has joined #ruby
william3 has quit [Ping timeout: 276 seconds]
Brando753 has quit [Ping timeout: 248 seconds]
ledestin has joined #ruby
rbennacer has quit [Remote host closed the connection]
sneakerhax has joined #ruby
trinaldi has joined #ruby
maletor has quit [Quit: Computer has gone to sleep.]
ta_ has quit [Ping timeout: 276 seconds]
pawnbox has joined #ruby
Snowy has quit [Read error: Connection reset by peer]
duckpupp1 has quit [Ping timeout: 252 seconds]
Brando753 has joined #ruby
Snowy has joined #ruby
dionysus69 has quit [Ping timeout: 248 seconds]
Dreamer3 has quit [Read error: Connection reset by peer]
rnda has quit [Quit: Leaving]
nando293921 has quit [Quit: Lost terminal]
yfeldblum has joined #ruby
pawnbox has quit [Ping timeout: 240 seconds]
Pumukel has joined #ruby
Ebok has joined #ruby
rbennacer has joined #ruby
Snowy has quit []
SCHAAP137 has joined #ruby
<shevy> dn5 see - it's not so sleepy after all once you ask questions!
moeabdol1 has quit [Quit: WeeChat 1.4]
stevemackinnon has joined #ruby
kmckelvin has quit [Ping timeout: 276 seconds]
eregi has quit [Ping timeout: 244 seconds]
<dn5> shevy: well, someone gotta start it :p
fourq is now known as fourq|away
fourq|away is now known as fourq
moeabdol has joined #ruby
LoneHermit has joined #ruby
zarubin has joined #ruby
LoneHermit has quit [Ping timeout: 240 seconds]
it_tard has quit [Quit: Try memory.free_dirty_pages=true in about:config]
wwwbukolaycom has quit []
TomPeed is now known as justbleed
toretore has joined #ruby
ged has quit [Quit: WeeChat 1.1.1]
<shevy> response.rb:356: [BUG] Segmentation fault at 0xef2906e8 ruby 2.3.0p0 (2015-12-25 revision 53290)
<shevy> haha
<shevy> haven't had that yet... somehow related to doing remote http queries
astrofog has quit [Quit: Quite]
moeabdol1 has joined #ruby
monq has joined #ruby
manolo_ has joined #ruby
<bnagy> maybe you just got owned by glibc
<bnagy> \o/
<shevy> yeah that maybe... I got an old glibc here, 2.15
Jonah11_ has joined #ruby
graffix has quit [Ping timeout: 276 seconds]
Youngmathimus0 has joined #ruby
moeabdol has quit [Ping timeout: 248 seconds]
eregi has joined #ruby
LoneHerm_ has joined #ruby
norc__ has quit [Read error: Connection reset by peer]
ElFerna has joined #ruby
tomchapin has joined #ruby
tomchapin has quit [Client Quit]
IrishGringo has joined #ruby
allcentury has quit [Ping timeout: 255 seconds]
manolo_ has left #ruby ["Leaving"]
scripore has quit [Quit: This computer has gone to sleep]
scripore has joined #ruby
Dreamer3 has joined #ruby
eregi has quit [Ping timeout: 240 seconds]
eregi has joined #ruby
daivyk has joined #ruby
ged has joined #ruby
LoneHerm_ has quit [Remote host closed the connection]
elifoster has joined #ruby
minimalism has quit [Quit: minimalism]
graffix has joined #ruby
mrfoto has quit []
eregi has quit [Ping timeout: 240 seconds]
mondok has joined #ruby
s2013 has quit [Read error: Connection reset by peer]
scripore has quit [Quit: This computer has gone to sleep]
Jonah11_ has quit [Remote host closed the connection]
scripore has joined #ruby
saneax_AFK is now known as saneax
beanHolez has joined #ruby
agit0 has joined #ruby
Jonah11_ has joined #ruby
scripore has quit [Client Quit]
scripore has joined #ruby
albedoa has joined #ruby
mondok has quit [Ping timeout: 250 seconds]
postmodern has joined #ruby
scripore has quit [Client Quit]
scripore has joined #ruby
hedgie has joined #ruby
<hedgie> Hello all, is anyone messing with Cinch?
Xeago has quit [Remote host closed the connection]
akem has joined #ruby
Xeago has joined #ruby
<Radar> hedgie: apeiros was I think
* hedgie nods
* droptone shrugs
<hedgie> I'm trying to figure out how to use a string to trigger a plugin to start
duckpupp1 has joined #ruby
<hedgie> the biggest issue is that the plugin's method seems to be burried in the plugin system so I'm not sure how to really trigger the method
darkf has joined #ruby
<hedgie> I rather use a string over a !command
robbyoconnor has joined #ruby
zenlot1 has joined #ruby
zenlot has quit [Ping timeout: 244 seconds]
Xeago has quit [Ping timeout: 250 seconds]
quazimodo has joined #ruby
duckpupp1 has quit [Ping timeout: 240 seconds]
johnmilton has joined #ruby
allcentury has joined #ruby
johnmilton has quit [Max SendQ exceeded]
centrx has joined #ruby
johnmilton has joined #ruby
Wolland_ has joined #ruby
Wolland_ has quit [Client Quit]
hedgie has quit [Quit: Leaving]
IrishGringo has quit [Ping timeout: 240 seconds]
Wolland has quit [Ping timeout: 240 seconds]
krobzaur has joined #ruby
<Radar> ... they ran away
JammyHammy has quit [Read error: Connection reset by peer]
ElFerna has quit [Ping timeout: 276 seconds]
wolffles has joined #ruby
<dn5> >> this[0] = "test"
<ruby[bot]> dn5: # => undefined local variable or method `this' for main:Object (NameError) ...check link for more (https://eval.in/522899)
<dn5> could someone tell me why? yet ..
<dn5> >> this = "test"
<ruby[bot]> dn5: # => "test" (https://eval.in/522900)
ElFerna has joined #ruby
tjohnson has quit [Quit: Connection closed for inactivity]
<wolffles> because your not comparing
<wolffles> your assigning a variable with the second one
<wolffles> or if your trying to add “test” to this than you cant use =
<dn5> wolffles: I understand that, but why I can't add test to the [0] of this
<dn5> wolffles: I should << right?
<wolffles> yeah
<dn5> wolffles: why?
bronson has quit [Remote host closed the connection]
<dn5> Whats the reason assign to the array is different to the var? Especailly because I precised the row.
kirun has quit [Quit: Client exiting]
<wolffles> because this[0]
<wolffles> this[0]
<wolffles> isnt defined
ElFerna has quit [Ping timeout: 244 seconds]
<wolffles> after you define it as an array you can set it to “test”
<wolffles> so this=[]
<dn5> shouldn't this[0] be defined once it's getting a value
<wolffles> or this= Array.new
<wolffles> i assume its cuz it cant tell if its an array or something else
<dn5> wolffles: makes sense
<wolffles> like it could be this == “this” but not this == [“this”]
<dn5> right ...
intrigueD has quit [Remote host closed the connection]
<wolffles> it has to do with classes i think ….. haha idk tho im self taught
griffindy has joined #ruby
<dn5> Ox0dea might now, if he's not at a deep sleep
dfinninger has joined #ruby
Pumukel has quit [Quit: ChatZilla 0.9.92 [Firefox 44.0.2/20160210153822]]
nfk|laptop has joined #ruby
<bnagy> using [] on an array is actually a method call, but if your variable is not yet defined then it's not an Array (or indeed anything)
<bnagy> ruby lets you shortcut create and assign via inference with like a = "foo"
kalopsian has joined #ruby
maletor has joined #ruby
<bnagy> only once the variable is attached to an object can you then call methods on the object
akem has quit [Remote host closed the connection]
Dreamer3 has quit [Ping timeout: 240 seconds]
<kaleido> >> this = ["test"]
<ruby[bot]> kaleido: # => ["test"] (https://eval.in/522902)
<kaleido> now you can call this[0]
<kaleido> i believe
<kaleido> suppose i could ask irb
<kaleido> 2.2.4 :003 > this[0] => "test"
<kaleido> yep
<wolffles> how do you run code like that through chat? >>
<wolffles> >> testing = “test”
<ruby[bot]> wolffles: # => undefined local variable or method `“test”' for main:Object ...check link for more (https://eval.in/522904)
<bnagy> smart quotes :P
<wolffles> confused
ElFerna has joined #ruby
<bnagy> your client sends smart quotes, which confuses the interpreter
<bnagy> >> a = "b"
<ruby[bot]> bnagy: # => "b" (https://eval.in/522905)
dlitvak has joined #ruby
<wolffles> >> a = “b”
<ruby[bot]> wolffles: # => undefined local variable or method `“b”' for main:Object (NameError) ...check link for more (https://eval.in/522906)
<wolffles> ;_; i give
wildlander has quit [Quit: Saliendo]
<wolffles> >> a = ‘b’
<ruby[bot]> wolffles: # => undefined local variable or method `‘b’' for main:Object (NameError) ...check link for more (https://eval.in/522907)
<wolffles> por que!
<bnagy> still smart quotes
<wolffles> i dont understand what smart quotes mean. do i not add quotes then?
<bnagy> if you can't see the difference between my line and yours then you have two problems
solocshaw has joined #ruby
<bnagy> mine uses dumb quotes "" yours use smart quotes “”
<wolffles> >>a = ‘’b’’
<ruby[bot]> wolffles: # => undefined local variable or method `‘’b’’' for main:Object (NameError) ...check link for more (https://eval.in/522908)
<wolffles> this is harder than ruby!
<bnagy> it's probably a client setting, if not then a terminal setting
<wolffles> i see the difference
beanHolez has quit [Remote host closed the connection]
<wolffles> i just dont know how to change it
beanHolez has joined #ruby
<bnagy> google "stop <name of your irc client> sending smart quotes" maybe
ElFerna has quit [Ping timeout: 248 seconds]
n_blownapart has joined #ruby
cdg has quit [Remote host closed the connection]
diegoviola has quit [Quit: WeeChat 1.4]
dlitvak has quit [Ping timeout: 276 seconds]
<wolffles> maybe later im trying to upgrade to 2.3 on my mac but uhh the guides i look up all tell me something different
<wolffles> any advice?
Azure|dc has joined #ruby
<bnagy> I have no idea what client you're using, and fixing IRC clients isn't really on topic
Azure has quit [Ping timeout: 244 seconds]
<wolffles> ruby 2.3.0?
<bnagy> nothing to do with ruby
<wolffles> really now. k the world doesnt make sense anymore
<bnagy> we're talking about why the bot here isn't eval'ing your >> commands correctly
<bnagy> and that is because your IRC client is sending the wrong quotes
<wolffles> ive have since changed the subject :P
<wolffles> i said id fix that later. im trying to upgrade to 2.3.0 any advice?
dfinninger has quit [Remote host closed the connection]
<bnagy> I use chruby on osx
<bnagy> imho don't use macports / brew, just install either by hand or with ruby-install
postmodern has quit [Remote host closed the connection]
<bnagy> (ruby-install after installing chruby according to the instructions)
kalopsian has quit [Ping timeout: 240 seconds]
<bnagy> don't use sudo
<wolffles> how about RVM?
LoneHerm_ has joined #ruby
albedoa has quit [Ping timeout: 240 seconds]
watersoul_ has joined #ruby
<bnagy> personally I hate it
<bnagy> some people like it, ymmv
albedoa has joined #ruby
<Nilium> I'm the rbenv adherent.
<Nilium> Which is entirely because I'm lazy and have never replaced it.
<bnagy> I used rbenv for years with no problems
ohaibbq has quit [Read error: Connection reset by peer]
<Nilium> And I continue to use it 'cause my I-got-a-new-computer process is to rsync my home directory to the new machine.
ohaibbq has joined #ruby
<Nilium> Because I'm just that wrong.
ur5us has quit [Remote host closed the connection]
<Nilium> I'm actually surprised that hasn't stopped working..
watersoul has quit [Ping timeout: 244 seconds]
<bnagy> I just borg each new macbook via firewire from the old one, which is probably even more wrong :P
paradisaeidae has joined #ruby
LoneHerm_ has quit [Ping timeout: 244 seconds]
robbyoconnor has quit [Ping timeout: 240 seconds]
ledestin has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
m8 has quit [Quit: Sto andando via]
Jonah11_ has quit [Remote host closed the connection]
KensoDev has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
c0ncealed has quit [Remote host closed the connection]
scripore has quit [Quit: This computer has gone to sleep]
ropeney has joined #ruby
c0ncealed has joined #ruby
scripore has joined #ruby
Musashi007 has joined #ruby
<Nilium> I don't even know what that means
<Nilium> You make it part of Google's cluster? O_o
<Nilium> Man, I need to try implementing raft as an exercise.
Dreamer3 has joined #ruby
<Nilium> I feel like that's something I should know.
rbennacer has quit [Ping timeout: 255 seconds]
<Nilium> And then implement the finger protocol.
jkahn has joined #ruby
robbyoconnor has joined #ruby
ta_ has joined #ruby
Azure|dc has quit [Remote host closed the connection]
<wolffles> oh rvm was easy :D
decoponio has quit [Quit: Leaving...]
duckpupp1 has joined #ruby
Musashi007 has quit [Quit: Musashi007]
idefine has joined #ruby
rkazak has joined #ruby
<Radar> RVM? *makes Sign of the Cross with fingers*
sgambino has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
<Nilium> Once touched you cannot be untouched
Zggb has quit [Quit: Connection closed for inactivity]
nerium has joined #ruby
nerium has quit [Client Quit]
nerium has joined #ruby
ta_ has quit [Ping timeout: 240 seconds]
duckpupp1 has quit [Ping timeout: 244 seconds]
Azure has joined #ruby
firstdayonthejob has quit [Ping timeout: 255 seconds]
Azure has quit [Remote host closed the connection]
<shevy> lol
Azure has joined #ruby
dn5 has quit [Quit: Lost terminal]
houhoulis has quit [Remote host closed the connection]
mattwildig has quit [Remote host closed the connection]
monq has quit [Excess Flood]
monq has joined #ruby
manolo_ has joined #ruby
htmldrum has joined #ruby
Mojo_Nixon has joined #ruby
Bloomer has joined #ruby
monq has quit [Remote host closed the connection]
monque has joined #ruby
spider-mario has quit [Remote host closed the connection]
matp has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
bronson has joined #ruby
Bloomer has quit [Remote host closed the connection]
sepp2k has quit [Read error: Connection reset by peer]
albedoa has quit [Ping timeout: 250 seconds]
diegoviola has joined #ruby
Xeago has joined #ruby
albedoa has joined #ruby
CloCkWeRX has joined #ruby
monsieurp has joined #ruby
monsieurp has joined #ruby