havenwood changed the topic of #ruby to: Rules & more: https://ruby-community.com || Ruby 2.4.1, 2.3.4 & 2.2.7: https://www.ruby-lang.org || Paste >3 lines of text to: https://gist.github.com || Rails questions? Ask in: #RubyOnRails || Logs: https://irclog.whitequark.org/ruby || Books: https://goo.gl/wpGhoQ
jrabe has quit []
Rodya_ has joined #ruby
davic has quit [Quit: Connection closed for inactivity]
jrabe has joined #ruby
ramfjord has joined #ruby
aduabu has quit [Ping timeout: 248 seconds]
canteen4 has quit [Ping timeout: 240 seconds]
canteen4 has joined #ruby
ltp has joined #ruby
Rodya_ has quit [Ping timeout: 240 seconds]
robouk has quit [Remote host closed the connection]
aduabu has joined #ruby
robouk has joined #ruby
SqREL has joined #ruby
t-recx has quit [Quit: t-recx]
canteen4 has quit [Ping timeout: 240 seconds]
canteen4 has joined #ruby
jordanm has quit [Remote host closed the connection]
aduabu has quit [Ping timeout: 255 seconds]
phinxy has joined #ruby
mostlybadfly has quit [Quit: Connection closed for inactivity]
j0bk_ has joined #ruby
SqREL has quit [Ping timeout: 240 seconds]
j0bk has quit [Quit: :wq!]
^mtkd has quit [Ping timeout: 240 seconds]
jinie has quit [Read error: Connection reset by peer]
j0bk_ is now known as j0bk
mtkd has joined #ruby
j0bk has quit [Changing host]
j0bk has joined #ruby
hahuang61 has joined #ruby
vondruch has joined #ruby
aduabu has joined #ruby
ur5us has joined #ruby
nopolitica has quit [Ping timeout: 248 seconds]
jinie has joined #ruby
Cohedrin_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
hahuang61 has quit [Ping timeout: 240 seconds]
canteen4 has quit [Ping timeout: 240 seconds]
Cohedrin_ has joined #ruby
canteen4 has joined #ruby
aduabu has quit [Ping timeout: 248 seconds]
selim has quit [Ping timeout: 240 seconds]
ixti has quit [Quit: WeeChat 1.9]
selim has joined #ruby
vondruch has quit [Quit: vondruch]
umaaji has quit [Quit: Leaving...]
vondruch has joined #ruby
bmurt has joined #ruby
umaaji has joined #ruby
aduabu has joined #ruby
phinxy has left #ruby ["Leaving"]
canteen4 has quit [Ping timeout: 240 seconds]
canteen4 has joined #ruby
aduabu has quit [Ping timeout: 248 seconds]
aduabu has joined #ruby
Rodya_ has joined #ruby
canteen4 has quit [Ping timeout: 240 seconds]
vondruch has quit [Quit: vondruch]
vondruch has joined #ruby
marr has quit [Ping timeout: 240 seconds]
canteen4 has joined #ruby
vondruch has quit [Client Quit]
aduabu has quit [Ping timeout: 248 seconds]
vondruch has joined #ruby
charliesome has joined #ruby
aduabu has joined #ruby
canteen4 has quit [Ping timeout: 240 seconds]
canteen4 has joined #ruby
aduabu has quit [Ping timeout: 240 seconds]
charliesome has quit [Ping timeout: 255 seconds]
cschneid_ has joined #ruby
aduabu has joined #ruby
Rodya_ has quit [Remote host closed the connection]
canteen4 has quit [Ping timeout: 248 seconds]
canteen4 has joined #ruby
aduabu has quit [Ping timeout: 240 seconds]
aduabu has joined #ruby
SqREL has joined #ruby
vondruch has quit [Quit: vondruch]
vondruch has joined #ruby
canteen4 has quit [Ping timeout: 240 seconds]
canteen4 has joined #ruby
SqREL has quit [Ping timeout: 248 seconds]
BSaboia has joined #ruby
vondruch has quit [Client Quit]
vondruch has joined #ruby
bronson has joined #ruby
aduabu has quit [Ping timeout: 248 seconds]
dstrunk has quit [Quit: Textual IRC Client: www.textualapp.com]
aduabu has joined #ruby
charliesome has joined #ruby
canteen4 has quit [Ping timeout: 240 seconds]
canteen4 has joined #ruby
vondruch has quit [Quit: vondruch]
vondruch has joined #ruby
bronson has quit [Ping timeout: 240 seconds]
ecuanaso has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
aduabu has quit [Ping timeout: 248 seconds]
CrazyEddy has quit [Remote host closed the connection]
kristofferR has quit [Quit: Textual IRC Client: www.textualapp.com]
SteenJobs has quit [Quit: peaceee]
<iamyask> Ah! I have a simple git question, this might not be the right place, but I'll try
<iamyask> this PR hasnt been merged yet, and I want to work on another feature on top of my work in the PR which hasn't been merged, what should I do?
<iamyask> I finished working on a branch and created a pull request
charliesome has quit [Ping timeout: 255 seconds]
nostalgiccloud has joined #ruby
aduabu has joined #ruby
canteen4 has quit [Ping timeout: 240 seconds]
vondruch has quit [Quit: vondruch]
canteen4 has joined #ruby
vondruch has joined #ruby
<xaxisx> iamyask, base the new branch on your current branch.
<iamyask> xaxisx: I don't know what basing is? Can you explain a bit more ?
aduabu has quit [Ping timeout: 240 seconds]
<iamyask> do you mean I should create a new branch from the previous branch (whose PR I have already pushed) ?
<iamyask> xaxisx: ^
<xaxisx> yes. in the previous branch, do `git checkout -b new-branch-name` and it will contain the commits in that branch.
gizmore has joined #ruby
nacsurte has quit [Ping timeout: 240 seconds]
alfiemax has quit [Remote host closed the connection]
shwouchk has quit [Quit: Connection closed for inactivity]
<iamyask> xaxisx: Ah! i get, there won't be an issue if my previous PR merges before my new PR(which contains the commits of previous branch as well)?
nopolitica has joined #ruby
kies has joined #ruby
gizmore|2 has quit [Ping timeout: 240 seconds]
gigetoo has quit [Ping timeout: 240 seconds]
gigetoo has joined #ruby
aduabu has joined #ruby
elsevero has quit [Quit: elsevero]
<xaxisx> iamyask, there shouldn't be. If you make a PR with the new branch before the old branch is merged, it will also contain the old branches commits. Once the old branch is merged, the diff will contain only things new in the new branch.
eljimmy has quit [Quit: This computer has gone to sleep]
preyalone has quit [Quit: Connection closed for inactivity]
<xaxisx> Helps to do those kind of cascading PRs sometimes so you can keep working on the next logical chunk while the first one gets reviewed.
vondruch has quit [Quit: vondruch]
vondruch has joined #ruby
canteen4 has quit [Ping timeout: 248 seconds]
canteen4 has joined #ruby
nacsurte has joined #ruby
aduabu has quit [Ping timeout: 248 seconds]
vondruch has quit [Client Quit]
aduabu has joined #ruby
vondruch has joined #ruby
canteen4 has quit [Ping timeout: 240 seconds]
canteen4 has joined #ruby
jameser has joined #ruby
nopolitica has quit [Ping timeout: 276 seconds]
aduabu has quit [Ping timeout: 240 seconds]
alfiemax has joined #ruby
vondruch has quit [Quit: vondruch]
vondruch has joined #ruby
aduabu has joined #ruby
beilabs has joined #ruby
canteen4 has quit [Ping timeout: 240 seconds]
canteen4 has joined #ruby
bkxd has joined #ruby
preyalone has joined #ruby
aduabu has quit [Ping timeout: 248 seconds]
s1kx has joined #ruby
beilabs has quit [Ping timeout: 248 seconds]
majoh_ is now known as majoh
xuanrui has joined #ruby
majoh is now known as Guest36326
vondruch has quit [Quit: vondruch]
alfiemax has quit [Remote host closed the connection]
sylario has quit [Quit: Connection closed for inactivity]
vondruch has joined #ruby
Guest36326 has quit [Quit: bam bam bam bam]
majoh_ has joined #ruby
bkxd has quit [Ping timeout: 240 seconds]
alfiemax has joined #ruby
aduabu has joined #ruby
cdg has joined #ruby
brent__ has joined #ruby
ur5us has quit [Remote host closed the connection]
vondruch has quit [Quit: vondruch]
vondruch has joined #ruby
ur5us has joined #ruby
canteen4 has quit [Ping timeout: 248 seconds]
brent__ has quit [Remote host closed the connection]
brent__ has joined #ruby
uZiel has joined #ruby
cdg has quit [Ping timeout: 248 seconds]
ur5us has quit [Ping timeout: 240 seconds]
canteen4 has joined #ruby
alfiemax has quit [Remote host closed the connection]
aduabu has quit [Ping timeout: 240 seconds]
aduabu has joined #ruby
vondruch has quit [Quit: vondruch]
vondruch has joined #ruby
canteen4 has quit [Ping timeout: 240 seconds]
canteen4 has joined #ruby
aduabu has quit [Ping timeout: 240 seconds]
aduabu has joined #ruby
SqREL has joined #ruby
canteen4 has quit [Ping timeout: 248 seconds]
canteen4 has joined #ruby
<iamyask> xaxisx: Yea, I tried it out!! it works! Thanks a lot :D
vondruch has quit [Quit: vondruch]
aduabu has quit [Ping timeout: 240 seconds]
vondruch has joined #ruby
aduabu has joined #ruby
SqREL has quit [Ping timeout: 240 seconds]
<xaxisx> np
canteen4 has quit [Ping timeout: 240 seconds]
canteen4 has joined #ruby
vondruch has quit [Client Quit]
vondruch has joined #ruby
aduabu has quit [Ping timeout: 240 seconds]
aduabu has joined #ruby
ramfjord has quit [Ping timeout: 240 seconds]
canteen4 has quit [Ping timeout: 240 seconds]
xuanrui has quit [Ping timeout: 248 seconds]
hahuang61 has joined #ruby
canteen4 has joined #ruby
meinside has quit [Quit: Connection closed for inactivity]
P1ro has joined #ruby
hahuang61 has quit [Ping timeout: 248 seconds]
aduabu has quit [Ping timeout: 240 seconds]
aduabu has joined #ruby
vondruch has quit [Quit: vondruch]
vondruch has joined #ruby
canteen4 has quit [Ping timeout: 240 seconds]
canteen4 has joined #ruby
xuanrui has joined #ruby
aduabu has quit [Ping timeout: 240 seconds]
harai has joined #ruby
vondruch has quit [Client Quit]
aduabu has joined #ruby
vondruch has joined #ruby
alfiemax has joined #ruby
guardianx has joined #ruby
canteen4 has quit [Ping timeout: 240 seconds]
cschneid_ has quit [Remote host closed the connection]
cschneid_ has joined #ruby
zzxc has joined #ruby
vondruch has quit [Quit: vondruch]
vondruch has joined #ruby
canteen4 has joined #ruby
SqREL has joined #ruby
Phate has joined #ruby
phate408 has quit [Ping timeout: 255 seconds]
charliesome has joined #ruby
pb122 has joined #ruby
aduabu has quit [Ping timeout: 240 seconds]
vondruch has quit [Client Quit]
vondruch has joined #ruby
cschneid_ has quit [Remote host closed the connection]
SqREL has quit [Ping timeout: 240 seconds]
goyox86_ has joined #ruby
charliesome has quit [Ping timeout: 255 seconds]
astrobunny has joined #ruby
vondruch has quit [Quit: vondruch]
vondruch has joined #ruby
quobo has quit [Quit: Connection closed for inactivity]
beilabs has joined #ruby
aduabu has joined #ruby
bmurt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
vondruch has quit [Client Quit]
vondruch has joined #ruby
canteen4 has quit [Ping timeout: 240 seconds]
uZiel has quit [Remote host closed the connection]
canteen4 has joined #ruby
uZiel has joined #ruby
bronson has joined #ruby
aduabu has quit [Ping timeout: 240 seconds]
aduabu has joined #ruby
canteen4 has quit [Ping timeout: 240 seconds]
canteen4 has joined #ruby
bronson has quit [Ping timeout: 240 seconds]
aduabu has quit [Ping timeout: 240 seconds]
aduabu has joined #ruby
s1kx has quit [Ping timeout: 248 seconds]
moei has quit [Quit: Leaving...]
canteen4 has quit [Ping timeout: 240 seconds]
canteen4 has joined #ruby
im314ous has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
nofxx has quit [Ping timeout: 248 seconds]
aduabu has quit [Ping timeout: 255 seconds]
nofxx has joined #ruby
aduabu has joined #ruby
canteen4 has quit [Ping timeout: 255 seconds]
canteen4 has joined #ruby
im314ous has joined #ruby
brent__ has quit [Remote host closed the connection]
brent__ has joined #ruby
aduabu has quit [Ping timeout: 255 seconds]
aduabu has joined #ruby
canteen4 has quit [Ping timeout: 240 seconds]
ericnw has joined #ruby
canteen4 has joined #ruby
brent__ has quit []
aduabu has quit [Ping timeout: 255 seconds]
vondruch has quit [Quit: vondruch]
vondruch has joined #ruby
aduabu has joined #ruby
brent__ has joined #ruby
canteen4 has quit [Ping timeout: 255 seconds]
brent__ has quit [Remote host closed the connection]
brent__ has joined #ruby
brent__ has quit [Client Quit]
nopolitica has joined #ruby
bkxd has joined #ruby
vondruch has quit [Client Quit]
vondruch has joined #ruby
canteen4 has joined #ruby
Silthias1 has joined #ruby
Silthias has quit [Ping timeout: 240 seconds]
uZiel has quit [Ping timeout: 268 seconds]
bkxd has quit [Ping timeout: 240 seconds]
aduabu has quit [Ping timeout: 248 seconds]
nopolitica has quit [Ping timeout: 255 seconds]
guardianx has quit []
vondruch has quit [Quit: vondruch]
vondruch has joined #ruby
aduabu has joined #ruby
canteen4 has quit [Ping timeout: 240 seconds]
canteen4 has joined #ruby
aduabu has quit [Ping timeout: 248 seconds]
aduabu has joined #ruby
vondruch has quit [Quit: vondruch]
vondruch has joined #ruby
canteen4 has quit [Ping timeout: 248 seconds]
shwouchk has joined #ruby
canteen4 has joined #ruby
gix has quit [Ping timeout: 248 seconds]
aduabu has quit [Ping timeout: 248 seconds]
belmoussaoui has quit [Quit: belmoussaoui]
belmoussaoui_ has joined #ruby
nobitanobi has joined #ruby
gix has joined #ruby
im314ous has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
preyalone has quit [Quit: Connection closed for inactivity]
guardianx has joined #ruby
jackjackdripper has joined #ruby
SqREL has joined #ruby
belmoussaoui_ has quit [Client Quit]
belmoussaoui_ has joined #ruby
guardianx has quit [Client Quit]
govg has quit [Ping timeout: 240 seconds]
Phate has quit [Ping timeout: 255 seconds]
SqREL has quit [Ping timeout: 248 seconds]
jackjackdripper has quit [Quit: Leaving.]
jackjackdripper has joined #ruby
phate408 has joined #ruby
dviola has quit [Quit: WeeChat 1.9]
cschneid_ has joined #ruby
opekktar has joined #ruby
harai has quit [Read error: Connection reset by peer]
cdg has joined #ruby
kapil___ has joined #ruby
vondruch has quit [Quit: vondruch]
vondruch has joined #ruby
cschneid_ has quit [Ping timeout: 246 seconds]
Phate has joined #ruby
phate408 has quit [Ping timeout: 240 seconds]
cdg has quit [Ping timeout: 246 seconds]
aduabu has joined #ruby
Phate has quit [Ping timeout: 246 seconds]
phate408 has joined #ruby
canteen4 has quit [Ping timeout: 255 seconds]
vondruch has quit [Quit: vondruch]
vondruch has joined #ruby
canteen4 has joined #ruby
aduabu has quit [Ping timeout: 240 seconds]
aupadhye has joined #ruby
aduabu has joined #ruby
canteen4 has quit [Ping timeout: 240 seconds]
canteen4 has joined #ruby
vondruch has quit [Quit: vondruch]
vondruch has joined #ruby
hersk has joined #ruby
aduabu has quit [Ping timeout: 248 seconds]
hahuang61 has joined #ruby
chaos95 has joined #ruby
eljimmy has joined #ruby
govg has joined #ruby
vondruch has quit [Client Quit]
aduabu has joined #ruby
hahuang61 has quit [Ping timeout: 240 seconds]
vondruch has joined #ruby
segy has quit [Ping timeout: 240 seconds]
canteen4 has quit [Ping timeout: 248 seconds]
hersk has quit [Read error: Connection reset by peer]
canteen4 has joined #ruby
ledestin has joined #ruby
guardianx has joined #ruby
aduabu has quit [Ping timeout: 240 seconds]
aduabu has joined #ruby
canteen4 has quit [Ping timeout: 240 seconds]
vondruch has quit [Quit: vondruch]
canteen4 has joined #ruby
vondruch has joined #ruby
vondruch has quit [Client Quit]
naprimer2 has joined #ruby
vondruch has joined #ruby
aduabu has quit [Ping timeout: 240 seconds]
aduabu has joined #ruby
canteen4 has quit [Ping timeout: 240 seconds]
naprimer has quit [Ping timeout: 240 seconds]
canteen4 has joined #ruby
uZiel has joined #ruby
aduabu has quit [Ping timeout: 255 seconds]
aduabu has joined #ruby
canteen4 has quit [Ping timeout: 240 seconds]
canteen4 has joined #ruby
moei has joined #ruby
aduabu has quit [Ping timeout: 248 seconds]
aduabu has joined #ruby
jackjackdripper has quit [Quit: Leaving.]
canteen4 has quit [Ping timeout: 246 seconds]
alfiemax has quit [Remote host closed the connection]
segy has joined #ruby
canteen4 has joined #ruby
aduabu has quit [Ping timeout: 255 seconds]
aduabu has joined #ruby
bronson has joined #ruby
canteen4 has quit [Ping timeout: 248 seconds]
d^sh has joined #ruby
canteen4 has joined #ruby
opekktar has quit []
SqREL has joined #ruby
bronson has quit [Ping timeout: 240 seconds]
aduabu has quit [Ping timeout: 240 seconds]
SqREL has quit [Ping timeout: 240 seconds]
aduabu has joined #ruby
canteen4 has quit [Ping timeout: 248 seconds]
umaaji has quit [Ping timeout: 248 seconds]
vondruch has quit [Quit: vondruch]
canteen4 has joined #ruby
vondruch has joined #ruby
aduabu has quit [Ping timeout: 240 seconds]
bkxd has joined #ruby
aduabu has joined #ruby
ta_ has quit [Remote host closed the connection]
patrontechnosoft has joined #ruby
Tempesta has quit [Quit: AdiIRC is updating to v2.9 Beta Build (2017/08/16) 64 Bit]
vondruch has quit [Client Quit]
canteen4 has quit [Ping timeout: 240 seconds]
Tempesta has joined #ruby
vondruch has joined #ruby
nobitanobi has quit [Remote host closed the connection]
canteen4 has joined #ruby
aduabu has quit [Ping timeout: 255 seconds]
bkxd has quit [Ping timeout: 240 seconds]
aduabu has joined #ruby
AnoHito_ has quit [Read error: Connection reset by peer]
jackjackdripper has joined #ruby
AnoHito has joined #ruby
nostalgiccloud has left #ruby ["Leaving"]
eblip has joined #ruby
eb0t has quit [Ping timeout: 248 seconds]
canteen4 has quit [Ping timeout: 240 seconds]
alfiemax has joined #ruby
Stickwalker has joined #ruby
vondruch has quit [Quit: vondruch]
vondruch has joined #ruby
Asher has joined #ruby
canteen4 has joined #ruby
aduabu has quit [Ping timeout: 276 seconds]
aduabu has joined #ruby
canteen4 has quit [Ping timeout: 240 seconds]
canteen4 has joined #ruby
alfiemax has quit [Remote host closed the connection]
vondruch has quit [Quit: vondruch]
vondruch has joined #ruby
ferr has joined #ruby
Stickwalker has quit [Quit: Leaving]
aduabu has quit [Ping timeout: 248 seconds]
s1kx has joined #ruby
oleo has quit [Quit: irc client terminated!]
enterprisey has joined #ruby
SqREL has joined #ruby
aduabu has joined #ruby
jamesaxl has joined #ruby
SqREL has quit [Ping timeout: 240 seconds]
canteen4 has quit [Ping timeout: 240 seconds]
canteen4 has joined #ruby
aduabu has quit [Ping timeout: 240 seconds]
aduabu has joined #ruby
umaaji has joined #ruby
canteen4 has quit [Ping timeout: 255 seconds]
AnoHito_ has joined #ruby
AnoHito has quit [Read error: Connection reset by peer]
rabajaj has joined #ruby
def_jam has joined #ruby
canteen4 has joined #ruby
beilabs has quit [Remote host closed the connection]
goyox86_ has quit [Ping timeout: 240 seconds]
eblip has quit [Ping timeout: 276 seconds]
aduabu has quit [Ping timeout: 240 seconds]
aduabu has joined #ruby
DoubleMalt has joined #ruby
alfiemax has joined #ruby
charliesome has joined #ruby
canteen4 has quit [Ping timeout: 240 seconds]
Ishido has joined #ruby
vondruch has quit [Quit: vondruch]
cdg has joined #ruby
guardianx has quit []
f48ds2 has joined #ruby
vondruch has joined #ruby
charliesome has quit [Ping timeout: 240 seconds]
canteen4 has joined #ruby
vondruch has quit [Client Quit]
cdg has quit [Ping timeout: 246 seconds]
vondruch has joined #ruby
aduabu has quit [Ping timeout: 240 seconds]
inoperable has joined #ruby
alfiemax has quit [Remote host closed the connection]
aduabu has joined #ruby
elsevero has joined #ruby
canteen4 has quit [Ping timeout: 240 seconds]
canteen4 has joined #ruby
aduabu has quit [Ping timeout: 240 seconds]
enterprisey has quit [Read error: Connection reset by peer]
vondruch has quit [Quit: vondruch]
vondruch has joined #ruby
aduabu has joined #ruby
hahuang61 has joined #ruby
canteen4 has quit [Ping timeout: 255 seconds]
vondruch has quit [Client Quit]
nOwz has quit [Quit: WeeChat 1.7]
vondruch has joined #ruby
canteen4 has joined #ruby
aduabu has quit [Ping timeout: 240 seconds]
ins64 has joined #ruby
hahuang61 has quit [Ping timeout: 248 seconds]
aduabu has joined #ruby
ins64 has quit [Client Quit]
canteen4 has quit [Ping timeout: 240 seconds]
andikr has joined #ruby
canteen4 has joined #ruby
cdg has joined #ruby
uZiel has quit [Ping timeout: 268 seconds]
aduabu has quit [Ping timeout: 240 seconds]
vondruch has quit [Quit: vondruch]
vondruch has joined #ruby
aduabu has joined #ruby
jamesaxl has quit [Read error: Connection reset by peer]
cdg has quit [Ping timeout: 246 seconds]
jamesaxl has joined #ruby
def_jam is now known as eb0t
canteen4 has quit [Ping timeout: 240 seconds]
f48ds2 has quit [Quit: WeeChat 1.9]
vondruch has quit [Client Quit]
vondruch has joined #ruby
uZiel has joined #ruby
conta has joined #ruby
canteen4 has joined #ruby
nofxx has quit [Remote host closed the connection]
aduabu has quit [Ping timeout: 240 seconds]
aduabu has joined #ruby
apparition has quit [Quit: Bye]
canteen4 has quit [Ping timeout: 240 seconds]
apparition has joined #ruby
canteen4 has joined #ruby
vondruch has quit [Quit: vondruch]
vondruch has joined #ruby
aduabu has quit [Ping timeout: 248 seconds]
aduabu has joined #ruby
canteen4 has quit [Ping timeout: 248 seconds]
canteen4 has joined #ruby
vondruch has quit [Client Quit]
vondruch has joined #ruby
tvw has joined #ruby
aduabu has quit [Ping timeout: 255 seconds]
aduabu has joined #ruby
ana_ has joined #ruby
canteen4 has quit [Ping timeout: 240 seconds]
canteen4 has joined #ruby
anisha has joined #ruby
Silthias has joined #ruby
aduabu has quit [Ping timeout: 246 seconds]
runescape07rsps has joined #ruby
Silthias1 has quit [Ping timeout: 240 seconds]
aduabu has joined #ruby
bronson has joined #ruby
canteen4 has quit [Ping timeout: 240 seconds]
vondruch has quit [Quit: vondruch]
vondruch has joined #ruby
bkxd has joined #ruby
harai has joined #ruby
canteen4 has joined #ruby
TomyWork has joined #ruby
bronson has quit [Ping timeout: 240 seconds]
vondruch has quit [Client Quit]
vondruch has joined #ruby
aduabu has quit [Ping timeout: 240 seconds]
bkxd has quit [Ping timeout: 240 seconds]
biberu has joined #ruby
aduabu has joined #ruby
canteen4 has quit [Ping timeout: 240 seconds]
canteen4 has joined #ruby
ta_ has joined #ruby
aduabu has quit [Ping timeout: 246 seconds]
aduabu has joined #ruby
mark_66 has joined #ruby
f48ds2 has joined #ruby
charliesome has joined #ruby
canteen4 has quit [Ping timeout: 248 seconds]
eljimmy has quit [Quit: This computer has gone to sleep]
vondruch has quit [Ping timeout: 246 seconds]
aufi has joined #ruby
charliesome has quit [Ping timeout: 255 seconds]
DoubleMalt has quit [Ping timeout: 240 seconds]
sysvalve has joined #ruby
canteen4 has joined #ruby
aduabu has quit [Ping timeout: 248 seconds]
aduabu has joined #ruby
dionysus69 has joined #ruby
canteen4 has quit [Ping timeout: 276 seconds]
SqREL has joined #ruby
canteen4 has joined #ruby
aduabu has quit [Ping timeout: 255 seconds]
aduabu has joined #ruby
canteen4 has quit [Ping timeout: 276 seconds]
canteen4 has joined #ruby
aduabu has quit [Ping timeout: 276 seconds]
ltem has joined #ruby
Burgestrand has joined #ruby
uZiel has quit [Quit: Reconnecting]
uZiel has joined #ruby
aduabu has joined #ruby
astrobunny has quit [Remote host closed the connection]
canteen4 has quit [Ping timeout: 276 seconds]
astrobunny has joined #ruby
bigkevmcd has joined #ruby
canteen4 has joined #ruby
aduabu has quit [Ping timeout: 240 seconds]
aduabu has joined #ruby
Burgestrand has quit [Quit: Closing time!]
canteen4 has quit [Ping timeout: 240 seconds]
lasey has quit [Quit: Lost terminal]
canteen4 has joined #ruby
livcd has joined #ruby
vondruch has joined #ruby
aduabu has quit [Ping timeout: 255 seconds]
frozengeek has joined #ruby
aduabu has joined #ruby
marr has joined #ruby
canteen4 has quit [Ping timeout: 240 seconds]
AnoHito_ has quit [Read error: Connection reset by peer]
canteen4 has joined #ruby
AnoHito has joined #ruby
aduabu has quit [Ping timeout: 246 seconds]
vondruch has quit [Quit: vondruch]
Burgestrand has joined #ruby
vondruch has joined #ruby
workmad3 has joined #ruby
aduabu has joined #ruby
charliesome has joined #ruby
andikr has quit [Remote host closed the connection]
canteen4 has quit [Ping timeout: 240 seconds]
alfiemax has joined #ruby
canteen4 has joined #ruby
tomphp has joined #ruby
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
aduabu has quit [Ping timeout: 240 seconds]
jackjackdripper has quit [Quit: Leaving.]
aduabu has joined #ruby
roshanavand has joined #ruby
alfiemax has quit [Remote host closed the connection]
Cohedrin_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
canteen4 has quit [Ping timeout: 240 seconds]
canteen4 has joined #ruby
aduabu has quit [Ping timeout: 246 seconds]
ByronJohnson has quit [Ping timeout: 240 seconds]
aduabu has joined #ruby
tomphp has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
m27frogy has quit [Ping timeout: 248 seconds]
belmoussaoui_ has quit [Quit: belmoussaoui_]
canteen4 has quit [Ping timeout: 240 seconds]
belmoussaoui has joined #ruby
beilabs has joined #ruby
canteen4 has joined #ruby
astrobunny has quit [Read error: Connection reset by peer]
hahuang61 has joined #ruby
Muz has joined #ruby
antgel has joined #ruby
djbkd has joined #ruby
ByronJohnson has joined #ruby
belmoussaoui has quit [Quit: belmoussaoui]
aduabu has quit [Ping timeout: 276 seconds]
belmoussaoui has joined #ruby
jaruga has joined #ruby
alfiemax has joined #ruby
hahuang61 has quit [Ping timeout: 248 seconds]
kies has quit [Ping timeout: 276 seconds]
beilabs has quit [Read error: Connection reset by peer]
beilabs has joined #ruby
kies has joined #ruby
DoubleMalt has joined #ruby
alfiemax has quit [Remote host closed the connection]
mim1k has joined #ruby
aduabu has joined #ruby
frozengeek has quit [Quit: frozengeek]
canteen4 has quit [Ping timeout: 240 seconds]
canteen4 has joined #ruby
ShekharReddy has joined #ruby
aduabu has quit [Ping timeout: 240 seconds]
aduabu has joined #ruby
harai has quit [Ping timeout: 246 seconds]
canteen4 has quit [Ping timeout: 255 seconds]
canteen4 has joined #ruby
anisha has quit [Read error: Connection reset by peer]
aduabu has quit [Ping timeout: 240 seconds]
aduabu has joined #ruby
aupadhye has quit [Ping timeout: 240 seconds]
livcd has quit [Ping timeout: 240 seconds]
canteen4 has quit [Ping timeout: 240 seconds]
canteen4 has joined #ruby
pb122 has quit [Ping timeout: 248 seconds]
aduabu has quit [Ping timeout: 240 seconds]
alfiemax has joined #ruby
Guest71933 has quit [Quit: WeeChat 1.9]
aduabu has joined #ruby
aloy has joined #ruby
cdg has joined #ruby
anisha has joined #ruby
canteen4 has quit [Ping timeout: 240 seconds]
canteen4 has joined #ruby
alfiemax has quit [Ping timeout: 248 seconds]
Defenestrate has joined #ruby
Defenestrate has joined #ruby
Defenestrate has quit [Changing host]
aduabu has quit [Ping timeout: 246 seconds]
cdg has quit [Ping timeout: 240 seconds]
segy has quit [Ping timeout: 255 seconds]
strk has joined #ruby
bkxd has joined #ruby
<strk> is there any construct to include code written in a separate file, so that it behaves exactly the same as if it was written in the including file ?
<strk> ala C preprocessor
livcd has joined #ruby
aduabu has joined #ruby
<strk> `load` seems to do this, but variables from the calling scope are not seen by the loaded code
bkxd has quit [Ping timeout: 240 seconds]
tomphp has joined #ruby
segy has joined #ruby
canteen4 has quit [Ping timeout: 246 seconds]
canteen4 has joined #ruby
jzigmund has joined #ruby
lxsameer has joined #ruby
lxsameer is now known as Guest96811
Guest96811 has quit [Client Quit]
aupadhye has joined #ruby
sameerynho has joined #ruby
aduabu has quit [Ping timeout: 240 seconds]
runescape07rsps has quit [Quit: Leaving]
<strk> eval seems to be the only way
bronson has joined #ruby
djbkd has quit [Remote host closed the connection]
djbkd has joined #ruby
jzigmund has quit [Quit: leaving]
jzigmund has joined #ruby
DoubleMalt has quit [Ping timeout: 255 seconds]
raynold has quit [Quit: Connection closed for inactivity]
bronson has quit [Ping timeout: 240 seconds]
tomphp has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
djbkd has quit [Ping timeout: 246 seconds]
aduabu has joined #ruby
cdg has joined #ruby
canteen4 has quit [Ping timeout: 240 seconds]
canteen4 has joined #ruby
cdg_ has joined #ruby
belmoussaoui has left #ruby [#ruby]
aduabu has quit [Ping timeout: 255 seconds]
aduabu has joined #ruby
cdg has quit [Ping timeout: 255 seconds]
cdg_ has quit [Ping timeout: 255 seconds]
vondruch_ has joined #ruby
cdg has joined #ruby
quobo has joined #ruby
canteen4 has quit [Ping timeout: 255 seconds]
jzigmund has quit [Ping timeout: 240 seconds]
Serpent7776 has joined #ruby
vondruch has quit [Ping timeout: 240 seconds]
vondruch_ is now known as vondruch
aufi has quit [Ping timeout: 255 seconds]
jaruga has quit [Ping timeout: 255 seconds]
beilabs has quit [Remote host closed the connection]
jaruga has joined #ruby
jzigmund has joined #ruby
cdg has quit [Ping timeout: 255 seconds]
andikr has joined #ruby
vondruch has quit [Quit: vondruch]
vondruch has joined #ruby
canteen4 has joined #ruby
cdg has joined #ruby
<dminuoso> strk: Sounds like a design issue to me
cdg has quit [Read error: Connection reset by peer]
cdg has joined #ruby
aduabu has quit [Ping timeout: 276 seconds]
aduabu has joined #ruby
canteen4 has quit [Ping timeout: 240 seconds]
canteen4 has joined #ruby
elsevero has quit [Quit: elsevero]
aufi has joined #ruby
beilabs has joined #ruby
cdg has quit [Ping timeout: 276 seconds]
aduabu has quit [Ping timeout: 240 seconds]
aduabu has joined #ruby
jaruga________ has joined #ruby
canteen4 has quit [Ping timeout: 240 seconds]
canteen4 has joined #ruby
jaruga has quit [Ping timeout: 248 seconds]
agent_white has quit [Remote host closed the connection]
aduabu has quit [Ping timeout: 276 seconds]
aduabu has joined #ruby
canteen4 has quit [Ping timeout: 240 seconds]
canteen4 has joined #ruby
DoubleMalt has joined #ruby
jaruga_________ has joined #ruby
jzigmund has quit [Ping timeout: 255 seconds]
jaruga________ has quit [Ping timeout: 240 seconds]
jzigmund has joined #ruby
vondruch_ has joined #ruby
aufi has quit [Ping timeout: 240 seconds]
vondruch has quit [Ping timeout: 255 seconds]
vondruch_ is now known as vondruch
aduabu has quit [Ping timeout: 240 seconds]
cdg has joined #ruby
logicscience has quit [Read error: Connection reset by peer]
aduabu has joined #ruby
canteen4 has quit [Ping timeout: 255 seconds]
canteen4 has joined #ruby
aduabu has quit [Ping timeout: 255 seconds]
cdg has quit [Ping timeout: 255 seconds]
ams__ has joined #ruby
aduabu has joined #ruby
iomotoko has quit [Quit: leaving]
iomotoko has joined #ruby
canteen4 has quit [Ping timeout: 248 seconds]
skweek has joined #ruby
canteen4 has joined #ruby
aufi has joined #ruby
aduabu has quit [Ping timeout: 240 seconds]
aduabu has joined #ruby
elsevero has joined #ruby
canteen4 has quit [Ping timeout: 248 seconds]
canteen4 has joined #ruby
jamesaxl has quit [Ping timeout: 240 seconds]
arminius has joined #ruby
mim1k has quit [Ping timeout: 240 seconds]
aduabu has quit [Ping timeout: 240 seconds]
mim1k has joined #ruby
charliesome has joined #ruby
<apeiros> strk: binding.eval
<apeiros> and yeah, sounds like you're trying to do something which you shouldn't do
<strk> why not ?
<strk> I just want to move a snippet of a Vagrantfile in a separate file, for reuse in another Vagrantfile
iomotoko has quit [Quit: leaving]
aduabu has joined #ruby
canteen4 has quit [Ping timeout: 240 seconds]
charliesome has quit [Read error: Connection reset by peer]
canteen4 has joined #ruby
ta_ has quit [Remote host closed the connection]
aduabu has quit [Ping timeout: 248 seconds]
mostlybadfly has joined #ruby
<dminuoso> strk: DI
<dminuoso> Or use modules + include in the other direction
aduabu has joined #ruby
canteen4 has quit [Ping timeout: 248 seconds]
canteen4 has joined #ruby
xuanrui has quit [Ping timeout: 248 seconds]
hahuang61 has joined #ruby
jameser has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
aduabu has quit [Ping timeout: 255 seconds]
aduabu has joined #ruby
hahuang61 has quit [Ping timeout: 246 seconds]
<strk> DI ?
canteen4 has quit [Ping timeout: 248 seconds]
cschneid_ has joined #ruby
<dminuoso> strk: If your "separate file" has a dependency on something in your current file, then either inject it, or treat it as a mixin.
frozengeek has joined #ruby
<dminuoso> The fact that you want to use "variables from the calling scope" is kind of the second but in an ugly way.
<strk> what's the clean way to do mixin ?
<dminuoso> modules
<strk> and inject ? is that what I'm doing with eval ?
<dminuoso> No, you are trying to do mixins
<dminuoso> dependency injection would be if you rewrite it so that everything your "separate file" is inside some kind of object with an interface
<strk> don't want to do that
<dminuoso> and then you can pass that something to whatever needs that
iomotoko has joined #ruby
<strk> how's a module different from a "some kind of objet" ?
<dminuoso> strk: It's not really. They just differ in the direction.
ta_ has joined #ruby
bkxd has joined #ruby
<strk> then I'm still happy with eval :)
cschneid_ has quit [Ping timeout: 276 seconds]
ur5us has joined #ruby
canteen4 has joined #ruby
sameerynho is now known as lxsameer
rabajaj has quit [Remote host closed the connection]
lxsameer has quit [Changing host]
lxsameer has joined #ruby
phikes has joined #ruby
aduabu has quit [Ping timeout: 248 seconds]
aduabu has joined #ruby
m27frogy has joined #ruby
cdg has joined #ruby
canteen4 has quit [Ping timeout: 248 seconds]
jinie has quit [Read error: Connection reset by peer]
canteen4 has joined #ruby
Ishido has quit [Quit: Roads? Where We're Going We Don't Need Roads.]
cdg has quit [Ping timeout: 240 seconds]
gixxer1k has joined #ruby
aduabu has quit [Ping timeout: 240 seconds]
jinie has joined #ruby
aduabu has joined #ruby
ur5us has quit [Read error: Connection reset by peer]
ur5us has joined #ruby
canteen4 has quit [Ping timeout: 248 seconds]
ur5us_ has joined #ruby
ur5us has quit [Read error: Connection reset by peer]
charliesome has joined #ruby
ur5us_ has quit [Read error: Connection reset by peer]
ur5us has joined #ruby
ur5us has quit [Read error: Connection reset by peer]
ur5us has joined #ruby
frozengeek has quit [Quit: frozengeek]
frozengeek has joined #ruby
elsevero has quit [Read error: No route to host]
apparition47 has joined #ruby
anisha has quit [Read error: Connection reset by peer]
charliesome_ has joined #ruby
mim1k has quit [Ping timeout: 240 seconds]
charliesome has quit [Ping timeout: 240 seconds]
mim1k has joined #ruby
belmoussaoui_ has joined #ruby
elsevero has joined #ruby
canteen4 has joined #ruby
bruno-_ has quit [Ping timeout: 255 seconds]
bkxd has quit [Read error: Connection reset by peer]
bruno- has joined #ruby
aduabu has quit [Ping timeout: 246 seconds]
belmoussaoui_ has quit [Quit: belmoussaoui_]
belmoussaoui_ has joined #ruby
bronson has joined #ruby
aduabu has joined #ruby
adlerdias has joined #ruby
bronson has quit [Ping timeout: 240 seconds]
canteen4 has quit [Ping timeout: 240 seconds]
canteen4 has joined #ruby
aduabu has quit [Ping timeout: 240 seconds]
bkxd has joined #ruby
xall has joined #ruby
anisha has joined #ruby
aupadhye has quit [Ping timeout: 240 seconds]
aupadhye has joined #ruby
aduabu has joined #ruby
ur5us has quit [Remote host closed the connection]
ur5us has joined #ruby
canteen4 has quit [Ping timeout: 240 seconds]
canteen4 has joined #ruby
aduabu has quit [Ping timeout: 255 seconds]
ltd has joined #ruby
<elomatreb> xall: Probably not what you want
<elomatreb> The inner one freezes (tries to) freeze a symbol (what a method definition returns), which is pretty useless
<elomatreb> The outer one freezes the class, which may be useful but it's rarely done
ur5us has quit [Read error: No route to host]
ur5us has joined #ruby
aduabu has joined #ruby
xall has quit [Ping timeout: 240 seconds]
sleepee has quit [Quit: Leaving]
canteen4 has quit [Ping timeout: 248 seconds]
sleepee has joined #ruby
ur5us has quit [Ping timeout: 240 seconds]
karlding has quit [Remote host closed the connection]
Mon_Ouie has quit [Ping timeout: 240 seconds]
canteen4 has joined #ruby
iomotoko has quit [Quit: leaving]
aupadhye_ has joined #ruby
iomotoko has joined #ruby
umaaji has quit [Quit: Leaving...]
aduabu has quit [Ping timeout: 255 seconds]
aduabu has joined #ruby
ldnunes has joined #ruby
canteen4 has quit [Ping timeout: 248 seconds]
canteen4 has joined #ruby
aduabu has quit [Ping timeout: 240 seconds]
dionysus69 has quit [Ping timeout: 240 seconds]
mtkd has quit [Ping timeout: 248 seconds]
aduabu has joined #ruby
mtkd has joined #ruby
canteen4 has quit [Ping timeout: 240 seconds]
charliesome_ has quit [Ping timeout: 240 seconds]
canteen4 has joined #ruby
lex has joined #ruby
lex is now known as rlex
bkxd has quit [Ping timeout: 240 seconds]
aduabu has quit [Ping timeout: 255 seconds]
Mon_Ouie has joined #ruby
aupadhye_ has quit [Quit: Leaving]
bkxd has joined #ruby
aduabu has joined #ruby
Mon_Ouie has quit [Ping timeout: 240 seconds]
canteen4 has quit [Ping timeout: 240 seconds]
canteen4 has joined #ruby
aduabu has quit [Ping timeout: 240 seconds]
aduabu has joined #ruby
canteen4 has quit [Ping timeout: 248 seconds]
canteen4 has joined #ruby
alfiemax has joined #ruby
Mon_Ouie has joined #ruby
aduabu has quit [Ping timeout: 246 seconds]
Defenestrate has quit [Quit: Leaving]
CrazyEddy has joined #ruby
aduabu has joined #ruby
chouhoulis has joined #ruby
canteen4 has quit [Ping timeout: 240 seconds]
canteen4 has joined #ruby
hinbody has joined #ruby
aduabu has quit [Ping timeout: 240 seconds]
<dminuoso> sadly.
alfiemax has quit [Remote host closed the connection]
<dminuoso> If you touch my class, I'll invite you into a country where I may chop off your fingers
chouhoul_ has joined #ruby
chouhoulis has quit [Ping timeout: 246 seconds]
am55 has quit [Read error: Connection reset by peer]
alfiemax has joined #ruby
am55 has joined #ruby
aduabu has joined #ruby
canteen4 has quit [Ping timeout: 255 seconds]
kapil___ has quit [Quit: Connection closed for inactivity]
canteen4 has joined #ruby
jameser has joined #ruby
WeiJunLi has joined #ruby
aduabu has quit [Ping timeout: 240 seconds]
belmoussaoui_ has quit [Quit: belmoussaoui_]
belmoussaoui_ has joined #ruby
hahuang61 has joined #ruby
aduabu has joined #ruby
bmurt has joined #ruby
jameser has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
canteen4 has quit [Ping timeout: 248 seconds]
hahuang61 has quit [Ping timeout: 240 seconds]
canteen4 has joined #ruby
aduabu has quit [Ping timeout: 248 seconds]
jameser has joined #ruby
aduabu has joined #ruby
belmoussaoui_ has quit [Quit: belmoussaoui_]
belmoussaoui_ has joined #ruby
canteen4 has quit [Ping timeout: 240 seconds]
jameser has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Gadgetoid has joined #ruby
chouhoul_ has quit [Ping timeout: 240 seconds]
bkxd has quit [Ping timeout: 248 seconds]
xall has joined #ruby
canteen4 has joined #ruby
frozengeek has quit [Quit: frozengeek]
frozengeek has joined #ruby
statelesscode has joined #ruby
aduabu has quit [Ping timeout: 255 seconds]
aduabu has joined #ruby
ledestin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
canteen4 has quit [Ping timeout: 255 seconds]
belmoussaoui_ has quit [Quit: belmoussaoui_]
chouhoulis has joined #ruby
canteen4 has joined #ruby
sleepee has quit [Ping timeout: 240 seconds]
aduabu has quit [Ping timeout: 248 seconds]
aduabu has joined #ruby
byte512 has quit [Ping timeout: 246 seconds]
sleepee has joined #ruby
canteen4 has quit [Ping timeout: 240 seconds]
canteen4 has joined #ruby
adlerdias has quit [Ping timeout: 248 seconds]
aduabu has quit [Ping timeout: 240 seconds]
aduabu has joined #ruby
WeiJunLi has quit [Remote host closed the connection]
byte512 has joined #ruby
canteen4 has quit [Ping timeout: 240 seconds]
canteen4 has joined #ruby
alfiemax has quit [Remote host closed the connection]
jameser has joined #ruby
aduabu has quit [Ping timeout: 246 seconds]
aduabu has joined #ruby
canteen4 has quit [Ping timeout: 240 seconds]
bronson has joined #ruby
jameser has quit [Ping timeout: 240 seconds]
beilabs has quit [Read error: Connection reset by peer]
beilabs has joined #ruby
bruno- has quit [Ping timeout: 240 seconds]
bronson has quit [Ping timeout: 255 seconds]
bruno- has joined #ruby
McQueen has joined #ruby
McQueen has left #ruby [#ruby]
canteen4 has joined #ruby
aduabu has quit [Ping timeout: 240 seconds]
aduabu has joined #ruby
beilabs has quit [Remote host closed the connection]
canteen4 has quit [Ping timeout: 240 seconds]
McQueen has joined #ruby
PaulCapestany has quit [Quit: .]
McQueen has left #ruby [#ruby]
mostlybadfly has quit [Quit: Connection closed for inactivity]
beilabs has joined #ruby
beilabs_ has joined #ruby
beilabs has quit [Read error: Connection reset by peer]
canteen4 has joined #ruby
ldnunes has quit [Read error: Connection reset by peer]
aduabu has quit [Ping timeout: 248 seconds]
aduabu has joined #ruby
canteen4 has quit [Ping timeout: 240 seconds]
cschneid_ has joined #ruby
patrontechnosoft has quit [Ping timeout: 255 seconds]
patrontechnosoft has joined #ruby
DLSteve has joined #ruby
cschneid_ has quit [Ping timeout: 240 seconds]
frozengeek has quit [Quit: frozengeek]
WeiJunLi has joined #ruby
frozengeek has joined #ruby
canteen4 has joined #ruby
cdg has joined #ruby
aduabu has quit [Ping timeout: 240 seconds]
im314ous has joined #ruby
aduabu has joined #ruby
ta_ has quit [Remote host closed the connection]
canteen4 has quit [Ping timeout: 248 seconds]
ldnunes has joined #ruby
canteen4 has joined #ruby
aduabu has quit [Ping timeout: 248 seconds]
aduabu has joined #ruby
mtkd has quit [Ping timeout: 248 seconds]
ramfjord has joined #ruby
patronte_ has joined #ruby
nopolitica has joined #ruby
patrontechnosoft has quit [Ping timeout: 255 seconds]
canteen4 has quit [Ping timeout: 240 seconds]
mtkd has joined #ruby
lasey has joined #ruby
PaulCapestany has joined #ruby
aupadhye has quit [Ping timeout: 255 seconds]
canteen4 has joined #ruby
<konsolebox> can RI documentation of a gem be installed system-wide? (not ~/.rdoc)
runescape07rsps has joined #ruby
anisha_ has joined #ruby
aduabu has quit [Ping timeout: 248 seconds]
bkxd has joined #ruby
anisha has quit [Ping timeout: 240 seconds]
<konsolebox> in my system, RI docs of ruby itself are installed in /usr/share/ri/(ruby version)/system, but i'm not sure where it gets installed with the gems
strk has left #ruby [#ruby]
aduabu has joined #ruby
<konsolebox> oh nvm, i got it.. now the next step is to know the proper way to install them through portage
bkxd has quit [Ping timeout: 246 seconds]
canteen4 has quit [Ping timeout: 240 seconds]
canteen4 has joined #ruby
ule has quit [Ping timeout: 246 seconds]
aduabu has quit [Ping timeout: 246 seconds]
aduabu has joined #ruby
ResidentBiscuit has joined #ruby
frozengeek has quit [Remote host closed the connection]
frozengeek has joined #ruby
canteen4 has quit [Ping timeout: 240 seconds]
canteen4 has joined #ruby
f48ds2 has quit [Ping timeout: 246 seconds]
Defenestrate has joined #ruby
Defenestrate has joined #ruby
rgr_ has joined #ruby
aduabu has quit [Ping timeout: 255 seconds]
aduabu has joined #ruby
rgr has quit [Ping timeout: 240 seconds]
MyMind has joined #ruby
canteen4 has quit [Ping timeout: 248 seconds]
Sembei has quit [Ping timeout: 240 seconds]
alfiemax has joined #ruby
charliesome has joined #ruby
bruno- has quit [Ping timeout: 248 seconds]
Pisuke has joined #ruby
Rapture has joined #ruby
shadeslayer has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
sepp2k has joined #ruby
shadeslayer has joined #ruby
MyMind has quit [Ping timeout: 248 seconds]
charliesome has quit [Ping timeout: 248 seconds]
<pinksandles> i usually add --no-rdoc --no-ri than wait for generating docs that i'll never read.
BTRE has quit [Quit: Leaving]
<konsolebox> pinksandles: this one's just for consistency. i'm creating a package.
alfiemax has quit [Ping timeout: 246 seconds]
dionysus69 has joined #ruby
BTRE has joined #ruby
charliesome has joined #ruby
hahuang61 has joined #ruby
oleo has joined #ruby
clemens3 has quit [Ping timeout: 255 seconds]
antgel has quit [Ping timeout: 248 seconds]
Defenestrate has quit [Quit: This computer has gone to sleep]
<pinksandles> ah. i wasn't sure. then i'd make it configurable if it's for people in general.
bruno- has joined #ruby
FastJack has quit [Read error: Connection reset by peer]
uZiel has quit [Ping timeout: 268 seconds]
ramfjord has quit [Ping timeout: 248 seconds]
FastJack has joined #ruby
rgr has joined #ruby
rgr_ has quit [Read error: Connection reset by peer]
aufi has quit [Ping timeout: 240 seconds]
hahuang61 has quit [Ping timeout: 240 seconds]
brucebag has quit [Read error: Connection reset by peer]
brucebag_ has joined #ruby
<konsolebox> pinksandles: yes it always should be
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
canteen4 has joined #ruby
ferr has quit [Quit: WeeChat 1.9]
<pinksandles> 👍
brucebag_ is now known as brucebag
brucebag has quit [Changing host]
brucebag has joined #ruby
aduabu has quit [Ping timeout: 240 seconds]
SqREL has quit [Remote host closed the connection]
aduabu has joined #ruby
SqREL has joined #ruby
mim1k has quit [Ping timeout: 240 seconds]
DoubleMalt has quit [Ping timeout: 248 seconds]
canteen4 has quit [Ping timeout: 240 seconds]
charliesome has joined #ruby
canteen4 has joined #ruby
mim1k has joined #ruby
phikes has quit [Ping timeout: 240 seconds]
SqREL has quit [Ping timeout: 255 seconds]
aduabu has quit [Ping timeout: 240 seconds]
aduabu has joined #ruby
t-recx has joined #ruby
canteen4 has quit [Ping timeout: 240 seconds]
gnufied has joined #ruby
canteen4 has joined #ruby
stan has quit [Remote host closed the connection]
patronte_ has quit [Remote host closed the connection]
aduabu has quit [Ping timeout: 240 seconds]
gnufied has quit [Client Quit]
opencw has joined #ruby
aduabu has joined #ruby
Guest80353 has joined #ruby
davic has joined #ruby
FastJack has quit [Ping timeout: 258 seconds]
gnufied has joined #ruby
rippa has joined #ruby
mim1k has quit [Read error: Connection reset by peer]
opencw has quit [Remote host closed the connection]
elsevero has quit [Quit: elsevero]
canteen4 has quit [Ping timeout: 276 seconds]
FastJack has joined #ruby
polishdub has joined #ruby
charliesome has quit [Ping timeout: 240 seconds]
Burgestrand has quit [Quit: Closing time!]
mim1k has joined #ruby
opencw has joined #ruby
goyox86_ has joined #ruby
ule has joined #ruby
mark_66 has quit [Quit: Leaving.]
rabajaj has joined #ruby
canteen4 has joined #ruby
ramfjord has joined #ruby
TomyWork has quit [Remote host closed the connection]
aduabu has quit [Ping timeout: 240 seconds]
aduabu has joined #ruby
canteen4 has quit [Ping timeout: 240 seconds]
ramfjord has quit [Ping timeout: 240 seconds]
bronson has joined #ruby
apparition47 has quit [Quit: Bye]
ramfjord has joined #ruby
dionysus69 has quit [Remote host closed the connection]
dionysus69 has joined #ruby
ana_ has quit [Ping timeout: 240 seconds]
[Butch] has joined #ruby
goyox86_ has quit [Quit: goyox86_]
bronson has quit [Ping timeout: 246 seconds]
DoubleMalt has joined #ruby
ledestin has joined #ruby
ramfjord has quit [Ping timeout: 246 seconds]
charliesome has joined #ruby
ramfjord has joined #ruby
canteen4 has joined #ruby
ledestin has quit [Ping timeout: 240 seconds]
aduabu has quit [Ping timeout: 248 seconds]
aduabu has joined #ruby
cschneid_ has joined #ruby
canteen4 has quit [Ping timeout: 246 seconds]
sleepee has quit [Ping timeout: 246 seconds]
ramfjord has quit [Ping timeout: 255 seconds]
canteen4 has joined #ruby
ramfjord has joined #ruby
aduabu has quit [Ping timeout: 246 seconds]
oliv_____ has joined #ruby
rapha has joined #ruby
<rapha> hi
conta has quit [Ping timeout: 248 seconds]
tomphp has joined #ruby
<rapha> some part of running rack->puma->sinatra in development mode damages puts()'s ability to print to stdout. Is there any way I could force my way around whatever magic is going on there and get my output anyways?
aduabu has joined #ruby
<pinksandles> if puts has been over-ridden, then something like: https://github.com/pry/pry/blob/master/lib/pry/helpers/base_helpers.rb#L23 might be useful. there's also IO#puts, eg $stdout.puts. there's also $stderr, to see what $stdout is: $stderr.puts $stdout.inspect $stderr.puts method(:puts).owner
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<pinksandles> there's also other methods besides puts for writing to stdout
<pinksandles> many things to try
gregf_ has joined #ruby
* rapha tries
TomyLobo has joined #ruby
<pinksandles> also possible that puma or some other thing is redirecting stdout/stderr somewhere else
<rapha> well that chain does produce some output
canteen4 has quit [Ping timeout: 255 seconds]
tomphp has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<pinksandles> what chain?
<rapha> pinksandles: i can't even see the output of $stderr.puts
<rapha> pinksandles: the rack->puma->sinatra chain
<pinksandles> ah
<pinksandles> right
<rapha> actually, it's rake->rack->puma->sinatra->my code
<pinksandles> so just cos there's output on your terminal doesn't mean another process hasn't been spawned & had stdout/stderr redirected. but i have no idea what's going on.
<adam12> I've never seen stdout mangled in that stack before...
<adam12> And especially not stderr.
<pinksandles> dunno. see if it's ending up in a log file instead.
<rapha> pinksandles: i already did. it doesn't.
<rapha> adam12: and it's so weird that it works on my production server. i can "puts" all i like.
<pinksandles> then i dunno. can't think of anything else to try.
<adam12> rapha: what's rake's purpose in all this?
<adam12> rapha: You're running this from a proper terminal, and not an embedded terminal in your editor?
<rapha> adam12: just convenience, i want to be able to type "rake s". but it still gets mangled, even when i directly say "ruby lib/server.rb".
<rapha> adam12: dunno about proper. i run it from within tmux on both my laptop and the production VM. but i can try without tmux on the laptop, sure.
<adam12> rapha: Nah. Tmux should be fine.
ramfjord has quit [Ping timeout: 255 seconds]
<rapha> aha!
gusrub has joined #ruby
<rapha> i was inside a begin-rescue-block. something seems to have triggered the rescue before the puts's were reached.
<rapha> which begs the question, why didn't i see the exception...
raynold has joined #ruby
goyox86_ has joined #ruby
canteen4 has joined #ruby
<pinksandles> because you rescued it.
nacsurte has quit [Read error: Connection reset by peer]
cagomez has joined #ruby
cagomez has quit [Remote host closed the connection]
cagomez has joined #ruby
aduabu has quit [Ping timeout: 246 seconds]
belmoussaoui has joined #ruby
<rapha> pinksandles: but i only rescue one specific exception and when i do so, i also output a message to stdout
runescape07rsps has quit [Quit: Leaving]
<adam12> stdout is buffered. maybe that's why you didn't see it?
belmoussaoui has quit [Client Quit]
<rapha> hmm
tomphp has joined #ruby
charliesome has joined #ruby
bkxd has joined #ruby
brent__ has joined #ruby
aduabu has joined #ruby
tomphp has quit [Client Quit]
uZiel has joined #ruby
futilegames has joined #ruby
<havenwood> $stdout.flush
ramfjord has joined #ruby
gusrub has quit [Remote host closed the connection]
<havenwood> $stdout.sync = true
t-recx_ has joined #ruby
t-recx has quit [Ping timeout: 240 seconds]
<havenwood> rapha: The former ^ will manually flush or the latter will flush output immediately.
canteen4 has quit [Ping timeout: 255 seconds]
bkxd has quit [Ping timeout: 240 seconds]
aufi has joined #ruby
mtkd has quit [Ping timeout: 240 seconds]
<xall> I'm working through some refactoring exercises. Does this seem like a worthy refactor? https://gist.github.com/anonymous/170ab01a7c4dc1e1f600c37263fcc39c. It seemed like a win at first but the `calculate_cost` duplication has me second guessing
ramfjord has quit [Ping timeout: 255 seconds]
mtkd has joined #ruby
amclain has joined #ruby
frozengeek has quit [Ping timeout: 240 seconds]
ramfjord has joined #ruby
futilegames has quit [Ping timeout: 240 seconds]
<dminuoso> xall: Yes but I am biased.
<dminuoso> xall: Though it's probably not worth to refactor.
<dminuoso> xall: Does it add any immediate value to refactor?
<dminuoso> If you need it for a common abstraction, do it. If you just want to do it because it doesn't look pretty, I'd say chances are there are more productive things to do.
<xall> my thought was that if there are new shipping types added in the future with unique calculations, then it's worth it
polishdub has quit [Quit: leaving]
<xall> mhmm. thanks dminuoso
<dminuoso> xall: I'd just refactor the weight_cost calculation and leave the other part.
<dminuoso> (Because cost-wise that can be done in 10-20 seconds)
gixxer1k has quit [Ping timeout: 240 seconds]
canteen4 has joined #ruby
futilegames has joined #ruby
andikr has quit [Remote host closed the connection]
aduabu has quit [Ping timeout: 240 seconds]
vondruch has quit [Quit: vondruch]
vondruch has joined #ruby
ascarter has joined #ruby
sysvalve has quit [Quit: Leaving]
<pinksandles> i would be surprised if ruby didn't flush its buffers before exiting.
aduabu has joined #ruby
Serpent7776 has quit [Quit: Leaving]
amclain has quit [Ping timeout: 240 seconds]
vondruch has quit [Quit: vondruch]
canteen4 has quit [Ping timeout: 240 seconds]
vondruch has joined #ruby
canteen4 has joined #ruby
<pinksandles> havenwood: if you want people to get the most out of the docs&ruby, don't link to https://ruby-doc.org/core/IO.html#method-i-sync-3D (ruby-doc.org. link to rubydoc.info, http://www.rubydoc.info/stdlib/core/IO:flush).
__Yiota has joined #ruby
<pinksandles> its very unfortunate the author of ruby-doc.org is better at seo than docs
aduabu has quit [Ping timeout: 248 seconds]
aduabu has joined #ruby
nofxx has joined #ruby
gusrub has joined #ruby
canteen4 has quit [Ping timeout: 240 seconds]
canteen4 has joined #ruby
aduabu has quit [Ping timeout: 240 seconds]
aduabu has joined #ruby
polishdub has joined #ruby
DLSteve has quit [Read error: Connection reset by peer]
alfiemax has joined #ruby
alfiemax has quit [Remote host closed the connection]
alfiemax has joined #ruby
<rapha> okay, so neither stdout nor stderr are being redirected and its not to do with flushing either. i was just not reaching the code. sorry for the hullaballoo guys and thanks for the help!!
adlerdias has joined #ruby
canteen4 has quit [Ping timeout: 248 seconds]
ascarter has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
oliv_____ has left #ruby ["Leaving..."]
drbrain has quit [Ping timeout: 240 seconds]
gusrub has quit [Remote host closed the connection]
conta2 has joined #ruby
canteen4 has joined #ruby
hahuang61 has joined #ruby
drbrain has joined #ruby
drbrain has quit [Changing host]
drbrain has joined #ruby
DLSteve has joined #ruby
nobitanobi has joined #ruby
<cjohnson> When I run db:seed, rails complains about pending migrations. I know I can use config.active_record.migration_error = false to disable the checks when loading web pages, but that setting seems to have no effect on db:eed
<cjohnson> db:seed* how can I ignore pending migrations when running db:seed ?
aduabu has quit [Ping timeout: 240 seconds]
aduabu has joined #ruby
amclain has joined #ruby
canteen4 has quit [Ping timeout: 240 seconds]
DLSteve has quit [Quit: All rise, the honorable DLSteve has left the channel.]
hahuang61 has quit [Ping timeout: 240 seconds]
kies has quit [Ping timeout: 240 seconds]
im314ous has quit [Ping timeout: 248 seconds]
canteen4 has joined #ruby
preyalone has joined #ruby
<rapha> i'm not sure that you can, cjohnson. perhaps it's best though to ask the folks in #rubyonrails, as they might know more.
S007 has joined #ruby
gusrub has joined #ruby
dionysus69 has quit [Quit: dionysus69]
aduabu has quit [Ping timeout: 240 seconds]
aduabu has joined #ruby
conta2 has quit [Quit: conta2]
goyox86_ has quit [Quit: goyox86_]
canteen4 has quit [Ping timeout: 246 seconds]
goyox86_ has joined #ruby
lxsameer has quit [Quit: WeeChat 1.7]
amclain has quit [Ping timeout: 240 seconds]
mim1k has quit [Ping timeout: 248 seconds]
canteen4 has joined #ruby
ramfjord has quit [Ping timeout: 255 seconds]
bruno- has quit [Ping timeout: 255 seconds]
Xiti` has joined #ruby
aufi has quit [Quit: Leaving]
aduabu has quit [Ping timeout: 246 seconds]
aduabu has joined #ruby
goyox86_ has quit [Quit: goyox86_]
bruno- has joined #ruby
bmurt has quit [Ping timeout: 248 seconds]
canteen4 has quit [Ping timeout: 246 seconds]
Xiti has quit [Ping timeout: 248 seconds]
brendan- has quit [Ping timeout: 248 seconds]
gregf_ has quit [Ping timeout: 260 seconds]
beilabs_ has quit [Remote host closed the connection]
goyox86_ has joined #ruby
charliesome_ has joined #ruby
charliesome has quit [Read error: Connection reset by peer]
gixxer1k has joined #ruby
beilabs has joined #ruby
rahul_bajaj has joined #ruby
rahul_bajaj has quit [Remote host closed the connection]
rabajaj has quit [Quit: Leaving]
canteen4 has joined #ruby
conta2 has joined #ruby
xall has quit [Ping timeout: 255 seconds]
eljimmy has joined #ruby
hahuang61 has joined #ruby
frozengeek has joined #ruby
xall has joined #ruby
aduabu has quit [Ping timeout: 246 seconds]
xall has quit [Client Quit]
<havenwood> cjohnson: It looks like the seed task invokes the abort_if_pending_migrations task here: https://github.com/rails/rails/blob/15ef55efb591e5379486ccf53dd3e13f416564f6/activerecord/lib/active_record/railties/databases.rake#L185
<havenwood> cjohnson: An abort_if_pending_migrations doesn't bother with any ActiveRecord::Migration::CheckPending niceties: https://github.com/rails/rails/blob/15ef55efb591e5379486ccf53dd3e13f416564f6/activerecord/lib/active_record/railties/databases.rake#L169-L177
lasey is now known as Guest57678
tvw has quit [Remote host closed the connection]
enterprisey has joined #ruby
conta2 has quit [Ping timeout: 240 seconds]
hinbody_ has joined #ruby
hinbody has quit [Disconnected by services]
goyox86_ has quit [Quit: goyox86_]
AndBobsYourUncle has joined #ruby
hinbody_ has quit [Client Quit]
bronson has joined #ruby
hinbody has joined #ruby
hinbody has quit [Client Quit]
hinbody has joined #ruby
hinbody has quit [Client Quit]
hinbody has joined #ruby
roshanavand has quit [Remote host closed the connection]
roshanavand1 has joined #ruby
t-recx_ is now known as t-recx
aduabu has joined #ruby
roshanavand1 is now known as roshanavand
bronson has quit [Ping timeout: 276 seconds]
canteen4 has quit [Ping timeout: 240 seconds]
Cohedrin_ has joined #ruby
<cjohnson> rapha: Woops thought that's where I was
<cjohnson> thanks havenwood I'll read up more on this
alfiemax has quit [Remote host closed the connection]
eckhardt has joined #ruby
Rapture has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
jcreixell has joined #ruby
canteen4 has joined #ruby
eckhardt has quit [Client Quit]
aduabu has quit [Ping timeout: 240 seconds]
robouk has quit [Quit: Konversation terminated!]
aduabu has joined #ruby
canteen4 has quit [Ping timeout: 255 seconds]
runescape07rsps has joined #ruby
phinxy has joined #ruby
canteen4 has joined #ruby
eckhardt has joined #ruby
kapil___ has joined #ruby
aduabu has quit [Ping timeout: 240 seconds]
aduabu has joined #ruby
adlerdias has left #ruby [#ruby]
canteen4 has quit [Ping timeout: 240 seconds]
phinxy has quit [Ping timeout: 240 seconds]
canteen4 has joined #ruby
Rapture has joined #ruby
f48ds2 has joined #ruby
gusrub has quit [Remote host closed the connection]
aduabu has quit [Ping timeout: 240 seconds]
beilabs has quit [Remote host closed the connection]
phikes has joined #ruby
phikes has quit [Client Quit]
aduabu has joined #ruby
Murda has joined #ruby
canteen4 has quit [Ping timeout: 246 seconds]
canteen4 has joined #ruby
<rapha> :)
jackjackdripper has joined #ruby
aduabu has quit [Ping timeout: 248 seconds]
charliesome_ has quit [Read error: Connection reset by peer]
Murda_ has joined #ruby
aduabu has joined #ruby
Murda has quit [Ping timeout: 255 seconds]
Murda__ has joined #ruby
canteen4 has quit [Ping timeout: 240 seconds]
canteen4 has joined #ruby
Murda_ has quit [Ping timeout: 240 seconds]
aduabu has quit [Ping timeout: 240 seconds]
phinxy has joined #ruby
alfiemax has joined #ruby
dionysus69 has joined #ruby
Murda__ is now known as Murda
gusrub has joined #ruby
aduabu has joined #ruby
canteen4 has quit [Ping timeout: 240 seconds]
canteen4 has joined #ruby
Cohedrin_ has quit [Read error: Connection reset by peer]
kies has joined #ruby
laphoraig92 has joined #ruby
aduabu has quit [Ping timeout: 240 seconds]
Cohedrin_ has joined #ruby
aduabu has joined #ruby
conta2 has joined #ruby
canteen4 has quit [Ping timeout: 240 seconds]
canteen4 has joined #ruby
roshanavand has quit [Remote host closed the connection]
roshanavand has joined #ruby
zipace has joined #ruby
aduabu has quit [Ping timeout: 240 seconds]
frozengeek has quit [Quit: frozengeek]
<zipace> hi, i'm having somewhat of a weird problem. i've a module within a module within a module, the last of which extends Fiddle::Importer - I'm trying to make the functions of the module that uses Fiddle::Importer publicly callable to the outermost module
Cohedrin_ has quit [Ping timeout: 246 seconds]
uZiel has quit [Ping timeout: 268 seconds]
weaksauce has quit [Read error: Connection reset by peer]
joenas[m] has left #ruby ["User left"]
<zipace> i don't know what voodoo magic Fiddle does behind the curtains, but this is a minimal example of what I'm trying to accomplish: http://codepad.org/L1ePtk8t
<zipace> nevermind the cygwin1, the idea is the same
HelloCode has joined #ruby
aduabu has joined #ruby
cdg has quit [Remote host closed the connection]
jaruga_________ has quit [Quit: jaruga_________]
canteen4 has quit [Ping timeout: 240 seconds]
raluxgaza has joined #ruby
Cohedrin_ has joined #ruby
raluxgaza has quit [Remote host closed the connection]
Cohedrin_ has quit [Max SendQ exceeded]
gigetoo has quit [Ping timeout: 248 seconds]
_sfiguser has joined #ruby
gigetoo has joined #ruby
__Yiota has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
high_fiver has quit [Ping timeout: 240 seconds]
weaksauce has joined #ruby
lxsameer has joined #ruby
<zipace> anyone?
lxsameer has quit [Changing host]
lxsameer has joined #ruby
laphoraig92 has quit [Quit: Leaving]
laphoraig92 has joined #ruby
LiamW has joined #ruby
Cohedrin_ has joined #ruby
BTRE has quit [Ping timeout: 240 seconds]
cajone has left #ruby [#ruby]
LiamW has left #ruby ["WeeChat 1.8"]
jcreixell has quit [Ping timeout: 248 seconds]
charliesome has joined #ruby
username1 has joined #ruby
ascarter has joined #ruby
enterprisey has quit [Remote host closed the connection]
canteen4 has joined #ruby
runescape07rsps has quit [Quit: Leaving]
rgr_ has joined #ruby
rgr has quit [Remote host closed the connection]
AndBobsYourUncle has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
aduabu has quit [Ping timeout: 246 seconds]
anisha_ has quit [Quit: This computer has gone to sleep]
BTRE has joined #ruby
aduabu has joined #ruby
cdg has joined #ruby
WeiJunLi has quit [Ping timeout: 248 seconds]
canteen4 has quit [Ping timeout: 255 seconds]
roshanavand has quit [Quit: roshanavand]
ascarter has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
cdg has quit [Ping timeout: 255 seconds]
hplar_ has quit [Quit: WeeChat 0.3.2]
AndBobsYourUncle has joined #ruby
hplar has joined #ruby
hplar has quit [Client Quit]
<matthewd> zipace: At a glance, it sounds like it's defining the methods on the module's singleton class
<zipace> matthewd: you're right, checking the source reveals it uses module_eval
<zipace> so, is it possible to expose it to the outermost module?
mtkd has quit [Ping timeout: 240 seconds]
<matthewd> You could delegate them, e.g. with Forwardable
goyox86_ has joined #ruby
mtkd has joined #ruby
preyalone has quit [Quit: Connection closed for inactivity]
<zipace> how would that look like?
canteen4 has joined #ruby
<matthewd> `class << Foo; extend Forwardable; def_delegator "Foo::Symbols__::ExtLibC", :puts; end`, maybe?
<matthewd> Why import them into a separate module if you want them elsewhere? :/
<zipace> just trying to avoid spaghetti code
aduabu has quit [Ping timeout: 240 seconds]
<zipace> but i think i'd probably better off just splitting the module into several files, and using fiddle directly, actually
aduabu has joined #ruby
<matthewd> I think the more common pattern would be to use an ExtLib type module to directly present the C functions, but then provide a more OOish wrapper in the main namespace
<matthewd> (where some of those methods might just call straight through to the underlying C functions, but some reasonable portion would be doing some form of parameter-wrangling first)
jackjackdripper has quit [Quit: Leaving.]
workmad3 has quit [Ping timeout: 240 seconds]
adlerdias has joined #ruby
canteen4 has quit [Ping timeout: 240 seconds]
adlerdias has left #ruby [#ruby]
rabajaj has joined #ruby
ascarter has joined #ruby
Guest57678 has quit [Quit: leaving]
lasey has joined #ruby
canteen4 has joined #ruby
<zipace> yeah, that would work too, tbh
s1kx has quit [Quit: s1kx]
aduabu has quit [Ping timeout: 240 seconds]
conta2 has quit [Ping timeout: 255 seconds]
jcreixell has joined #ruby
aduabu has joined #ruby
futilegames has quit [Quit: futilegames]
ignarps has joined #ruby
canteen4 has quit [Ping timeout: 255 seconds]
canteen4 has joined #ruby
ignarps has left #ruby [#ruby]
aduabu has quit [Ping timeout: 246 seconds]
wald0 has joined #ruby
bronson has joined #ruby
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<zipace> this is what i'm doing right now: http://codepad.org/ifCMJ8Bi
<zipace> writing this honestly feels like sinning, but eh, it works. ¯\_(ツ)_/¯
ta_ has joined #ruby
frozengeek has joined #ruby
aduabu has joined #ruby
Cohedrin_ has quit [Read error: Connection reset by peer]
bronson has quit [Ping timeout: 240 seconds]
Cohedrin_ has joined #ruby
Rodya_ has joined #ruby
canteen4 has quit [Ping timeout: 240 seconds]
iomotoko has quit [Ping timeout: 255 seconds]
gixxer1k has quit [Remote host closed the connection]
<pinksandles> @zispace extend ExtLibC.singleton_class doesn't work?
<pinksandles> ah
<pinksandles> class
gixxer1k has joined #ruby
<zipace> doesn't work for modules afaik
Rapture has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
alfiemax has quit [Remote host closed the connection]
Rodya_ has quit [Remote host closed the connection]
Rodya__ has joined #ruby
ajf- has joined #ruby
<pinksandles> do you know what the unix equivalent of dllload 'cygwin' should be
<pinksandles> so i can run the code
ramfjord has joined #ruby
wald0 has quit [Quit: Lost terminal]
<pinksandles> dllload 'libc' ?
gixxer1k has quit [Remote host closed the connection]
<ajf-> if I have a hash that looks like { 1 => "a", 3 => "b" }, how would I find the value that corresponds to the lower closest key of any number? for example, func(2) would return: "a", but func(4) would return: "b"
gixxer1k has joined #ruby
username1 has quit [Ping timeout: 240 seconds]
<zipace> pinksandles: i had that idea too, sadly my example made it seem that ExtLibC is the only module using fiddle, but there are several
<pinksandles> yea. ok, 1sec.
<zipace> i mean, technically, your solution would do dynamically what mine would do sort-of statically
__Yiota has joined #ruby
gixxer1k has quit [Remote host closed the connection]
<matthewd> ajf-: What do you have so far?
gixxer1k has joined #ruby
<matthewd> zipace: I doubly don't see what you gain by splitting the functions up into multiple modules, if you're ultimately just going to squash them all together
DLSteve has joined #ruby
ur5us has joined #ruby
nopolitica has quit [Ping timeout: 255 seconds]
AndBobsYourUncle has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<zipace> matthewd: I haven't really thought that through, either. right now that's not the most important issue, i just prefer to keep thatstuff separate, i guess
gixxer1k has quit [Remote host closed the connection]
gixxer1k has joined #ruby
AndBobsYourUncle has joined #ruby
<matthewd> I can understand wanting multiple files, if there are a lot of functions, say.. but multiple modules just seems to be creating work for yourself: you could split across multiple files, but still have Importer define them exactly where you want them to end up ¯\_(ツ)_/¯
ur5us has quit [Ping timeout: 255 seconds]
gixxer1k has quit [Remote host closed the connection]
bmurt has joined #ruby
gixxer1k has joined #ruby
<pinksandles> FFI_SET.add(self) to minimise typing too much
<zipace> pinksandles: thanks, but ultimately it would be just the dynamic version of http://codepad.org/ifCMJ8Bi
<pinksandles> mhm. it's one of many solutions.
<zipace> matthewd: yeah, i had mentioned that... right now i'm just doing this in a single file, because i'm lazy :-/
<pinksandles> utlimately they're all solutions.
gixxer1k has quit [Remote host closed the connection]
<zipace> your solutions are definitely cleaner, not going to argue about that
gixxer1k has joined #ruby
<pinksandles> but they're different, with their own trade offs, so it's your decision to evaluate/make
<zipace> the biggest tradeoff with method_missing would be the need to walk modules during each call ... for a small amount of modules this is likely not a big deal, though
ozcanesen has joined #ruby
<pinksandles> yea. sure. i think you can optimise that though. order would also be important, which interface takes precendence? do you just redefine conflicting methods?
<pinksandles> it seems your current gist does
elsevero has joined #ruby
cagomez has quit [Remote host closed the connection]
elsevero has quit [Quit: elsevero]
<zipace> hm well, it wouldn't really matter during a require, because it would happen as soon as the module is loaded
<zipace> i doubt precedence makes any difference
<pinksandles> in your current solution, if there's two conflicting methods, one is going to overwrite the other, with no method for resolution (that i can see). it may not be an issue, which is about earlier: trade offs etc
ascarter has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<zipace> ohh, well, the odds of that happening are very slim, so i don't really worry too much about it
<pinksandles> sure.
<zipace> each module of Symbols__ only loads a specific set of functions (that are all unique C names), and if that were to happen, then the lib would be broken either way
<zipace> i don't think the ABI even considers duplicate symbols, tbh
ascarter has joined #ruby
<pinksandles> dunno. i don't know enough about dynamic linking to really know.
<zipace> i mean, i get what you say, i just don't see it happening is all
cdg has joined #ruby
laphoraig92 has quit [Ping timeout: 240 seconds]
Alina-malina has quit [Ping timeout: 240 seconds]
vayan has quit [Ping timeout: 246 seconds]
[Butch] has quit [Quit: I'm out . . .]
Guest42469 has quit [Ping timeout: 255 seconds]
<pinksandles> ah
<pinksandles> well
<pinksandles> for FFI at least
<pinksandles> it seems to try do some isolation
HelloCode has quit [Remote host closed the connection]
cdg has quit [Ping timeout: 240 seconds]
laphoraig92 has joined #ruby
mattwc has quit [Ping timeout: 246 seconds]
Cohedrin_ has quit [Read error: Connection reset by peer]
olivierjanss has quit [Ping timeout: 276 seconds]
Rapture has joined #ruby
vayan has joined #ruby
Guest42469 has joined #ruby
olivierjanss has joined #ruby
mattwc has joined #ruby
<pinksandles> so not sure if it's flat out impossible like you said anymore
canteen4 has joined #ruby
aduabu has quit [Ping timeout: 240 seconds]
Cohedrin_ has joined #ruby
<ajf-> How could I break down an integer into the sum of elements of an array of integers that produces the array of shortest length, e.g. the number 6, given [4,1], breaks down into [4, 1, 1]. The number 12, given [5, 2, 1] breaks down into [5,5,2]. And so on
<ajf-> any pointers?
aduabu has joined #ruby
alfiemax has joined #ruby
canteen4 has quit [Ping timeout: 248 seconds]
Cohedri__ has joined #ruby
Alina-malina has joined #ruby
Cohedrin_ has quit [Read error: Connection reset by peer]
charliesome has joined #ruby
cdg has joined #ruby
kies has quit [Ping timeout: 240 seconds]
selim has quit [Ping timeout: 240 seconds]
cdg_ has joined #ruby
ixti has joined #ruby
selim has joined #ruby
canteen4 has joined #ruby
cdg has quit [Ping timeout: 248 seconds]
AndBobsYourUncle has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
tvw has joined #ruby
hinbody has quit [Quit: leaving]
aduabu has quit [Ping timeout: 255 seconds]
nobitanobi has quit [Remote host closed the connection]
aduabu has joined #ruby
ascarter has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
nobitanobi has joined #ruby
canteen4 has quit [Ping timeout: 246 seconds]
AndBobsYourUncle has joined #ruby
Alina-malina has quit [Changing host]
Alina-malina has joined #ruby
rabajaj has quit [Quit: Leaving]
AndBobsYourUncle has quit [Client Quit]
jcreixell has quit [Ping timeout: 246 seconds]
bmurt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
kapil___ has quit [Quit: Connection closed for inactivity]
AndBobsYourUncle has joined #ruby
jcreixell has joined #ruby
yqt has joined #ruby
jcreixell has quit [Remote host closed the connection]
yqt has quit [Client Quit]
lasey has quit [Ping timeout: 276 seconds]
username1 has joined #ruby
canteen4 has joined #ruby
aduabu has quit [Ping timeout: 240 seconds]
aduabu has joined #ruby
Cohedri__ has quit [Ping timeout: 255 seconds]
canteen4 has quit [Ping timeout: 240 seconds]
canteen4 has joined #ruby
cajone has joined #ruby
alfiemax has quit [Remote host closed the connection]
SqREL has joined #ruby
aduabu has quit [Ping timeout: 248 seconds]
cdg_ has quit [Remote host closed the connection]
rippa has quit [Quit: {#`%${%&`+'${`%&NO CARRIER]
AndBobsYourUncle has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Cohedrin_ has joined #ruby
AndBobsYourUncle has joined #ruby
naprimer2 has quit [Read error: Connection reset by peer]
cloutz has joined #ruby
cagomez has joined #ruby
__Yiota has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
__Yiota has joined #ruby
jolamb has left #ruby ["WeeChat 1.7.1"]
ascarter has joined #ruby
jamesaxl has joined #ruby
cschneid_ has quit [Remote host closed the connection]
naprimer has joined #ruby
kies has joined #ruby
charliesome_ has joined #ruby
cdg has joined #ruby
charliesome has quit [Ping timeout: 240 seconds]
aduabu has joined #ruby
ascarter has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
^mtkd has joined #ruby
mtkd has quit [Ping timeout: 276 seconds]
ule has quit [Quit: reboot]
canteen4 has quit [Ping timeout: 276 seconds]
canteen4 has joined #ruby
aduabu has quit [Ping timeout: 240 seconds]
aduabu has joined #ruby
enterprisey has joined #ruby
canteen4 has quit [Ping timeout: 240 seconds]
canteen4 has joined #ruby
nymous has joined #ruby
aduabu has quit [Ping timeout: 240 seconds]
<nymous> hey folks, i need an advice
<nymous> how to properly implement... idk how these things are properly called
Rodya__ has quit [Remote host closed the connection]
aduabu has joined #ruby
Rodya_ has joined #ruby
<nymous> you know, then you add Forwardable, you can add delegates by simply adding lines your class like "def_delegators blabla"
<nymous> or in thor, option, desc etc
<nymous> they do appear in class declaration, but they are custom constructs
canteen4 has quit [Ping timeout: 240 seconds]
<nymous> i want to implement something like this for my own class
<Papierkorb> nymous: That's meta-programming, and Forwardable creates a delegator through it
canteen4 has joined #ruby
<Papierkorb> nymous: There are various methods useful for meta programming in Ruby. Among them: `#(instance_)methods` to grab all methods, or `#define_method` to create a all-new method out of thin air. The latter will be useful to create a delegator, for example. Have a look at `Object` too
__Yiota has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
cschneid_ has joined #ruby
aduabu has quit [Ping timeout: 240 seconds]
aduabu has joined #ruby
canteen4 has quit [Ping timeout: 240 seconds]
canteen4 has joined #ruby
goyox86_ has quit [Quit: goyox86_]
gixxer1k has quit [Quit: Leaving]
f48ds2 has quit [Ping timeout: 248 seconds]
aduabu has quit [Ping timeout: 255 seconds]
aduabu has joined #ruby
canteen4 has quit [Ping timeout: 255 seconds]
bronson has joined #ruby
<nymous> Papierkorb: i'm currently thinking of the following. my class gets a hash of options on creation / update. i have to validate them at least by type. so i'm currently trying to implement easy to use tiny validator which i can include into my class by simply mentioning it. the main purpose is to allow simple creation of subclasses
laphoraig92 has quit [Remote host closed the connection]
<nymous> something like "option :value, :numeric"
laphoraig92 has joined #ruby
<konsolebox> i wonder if it's possible for OptionParser to accept -n options where n is a number
Rodya_ has quit [Remote host closed the connection]
<konsolebox> it's also doable if OptionParser allows a fallback block that parses unknown options.
ROCARTER_ has joined #ruby
bronson has quit [Ping timeout: 248 seconds]
t-recx has quit [Quit: t-recx]
canteen4 has joined #ruby
<Papierkorb> nymous: Ok. So, have a module, which has ClassMethods and InstanceMethods. `def included` in the module includes/extends those into the class it was included to: This is a common approach to add both instance and class methods from a module. Then add `def option(..)` to ClassMethods, and `#validate_data` (or whatever name) to InstanceMethods. The big question now is how you get from an option call by the user on the class into the validate_data
ldnunes has quit [Quit: Leaving]
<Papierkorb> in the instance. You mentioned sub-classing, which makes this even more complex. Here's what you do: 1) On #included, you `#instance_variable_set` on the *class* a var like `@validators` to empty array. 2) In #option, you push the data you want to retain (the validation) into that array: You can just access it directly in there. 3) You can get access to that in #validate_data doing `self.class.instance_variable_get(:@validators)`, and then
<Papierkorb> process it. 4) Add a `def inherited` to ClassMethods, which #clone's the @validations into the new class.
laphoraig92 has quit [Ping timeout: 240 seconds]
<nymous> actually i'm trying to implement something like that, i mean instance var @validators etc
aduabu has quit [Ping timeout: 255 seconds]
<nymous> also use it inside my class methods
__Yiota has joined #ruby
<nymous> looks like it is a little bit more complex than i thought
enterprisey has quit [Remote host closed the connection]
goyox86_ has joined #ruby
aduabu has joined #ruby
AndBobsYourUncle has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
sepp2k1 has joined #ruby
ascarter has joined #ruby
sepp2k has quit [Ping timeout: 240 seconds]
ur5us has joined #ruby
PaulCapestany has quit [Quit: .]
Cohedrin_ has quit [Ping timeout: 276 seconds]
Cohedri__ has joined #ruby
__Yiota has quit [Quit: Textual IRC Client: www.textualapp.com]
canteen4 has quit [Ping timeout: 240 seconds]
ur5us has quit [Remote host closed the connection]
ur5us has joined #ruby
tomphp has joined #ruby
jackjackdripper has joined #ruby
canteen4 has joined #ruby
doublemalt_ has joined #ruby
ur5us has quit [Ping timeout: 248 seconds]
<pinksandles> nymous: https://github.com/solnic/virtus
aduabu has quit [Ping timeout: 248 seconds]
ROCARTER_ has quit [Ping timeout: 248 seconds]
laphoraig92 has joined #ruby
tomphp has quit [Ping timeout: 240 seconds]
raynold has quit [Quit: Connection closed for inactivity]
AndBobsYourUncle has joined #ruby
<pinksandles> it is, but people have tried to solve already, so you may be able to re-use something
DoubleMalt has quit [Ping timeout: 255 seconds]
SqREL_ has joined #ruby
ascarter has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
SqREL has quit [Ping timeout: 240 seconds]
jaruga_________ has joined #ruby
<nymous> ah, thanks, i'll take a look into it
<pinksandles> np
mim1k has joined #ruby
<pinksandles> because," i have to validate them at least by type" is like asking to add static typing to Ruby.
futilegames has joined #ruby
futilegames has quit [Client Quit]
aduabu has joined #ruby
mim1k has quit [Ping timeout: 240 seconds]
canteen4 has quit [Ping timeout: 248 seconds]
canteen4 has joined #ruby
clemens3 has joined #ruby
gusrub has quit [Remote host closed the connection]
laphoraig92 has quit [Remote host closed the connection]
ShekharReddy has quit [Quit: Connection closed for inactivity]
aduabu has quit [Ping timeout: 240 seconds]
AndBobsYourUncle has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<nymous> yeah, but not really
aduabu has joined #ruby
<nymous> the thing I'm playing around is my attempt to implement a metrics collector DSL
<nymous> not the internal app metrics, but the OS metrics, other apps metrics, etc
tvw has quit [Remote host closed the connection]
SqREL_ has quit [Remote host closed the connection]
canteen4 has quit [Ping timeout: 240 seconds]
<nymous> most of them are numeric, but some might happen to be a string
<nymous> i don't want my code to break is someone pulls string into numeric counter or something like that
<nymous> maybe i'm over-engineering that though
Murda has quit [Ping timeout: 240 seconds]
<nymous> my goal is to have a simple and clean dsl to write collector agents
jaruga_________ has quit [Quit: jaruga_________]
AndBobsYourUncle has joined #ruby
<nymous> an example implementation of cpu load metrics
jamesaxl has quit [Quit: WeeChat 1.8]
<pinksandles> really. Integer(input), and it'll raise if it isn't not integer-like, if that's all the requirement is.
<pinksandles> -not
<nymous> it might be a float
gusrub has joined #ruby
<pinksandles> there's Float() too
enterprisey has joined #ruby
<nymous> yeah, my first attempt was like that
<nymous> but i wished to have a more generic approach
phinxy has quit [Quit: Leaving]
<pinksandles> well. you can. you can write something simple for that very particular case.
Bhootrk_ has joined #ruby
Bhootrk_ has quit [Max SendQ exceeded]
<pinksandles> 1sec
TomyLobo has quit [Ping timeout: 240 seconds]
brent__ has quit [Remote host closed the connection]
<nymous> I have a method which pushes actual values. it's kind of generic and i don't want to reimplement it in subclasses
brent__ has joined #ruby
<nymous> and also, I have to validate input somehow
<nymous> dilemma
laphoraig92 has joined #ruby
<nymous> or maybe just screw that, just fail with TypeError on actual use
t-recx has joined #ruby
gusrub has quit [Remote host closed the connection]
ltem has quit [Quit: Leaving]
goyox86_ has quit [Quit: goyox86_]
brent__ has quit [Ping timeout: 255 seconds]
chmurifree has quit [Ping timeout: 255 seconds]
sepp2k1 has quit [Read error: Connection reset by peer]
biberu has quit []
gusrub has joined #ruby
Dimik has joined #ruby
Rapture has quit [Quit: Textual IRC Client: www.textualapp.com]
chmurifree has joined #ruby
<nymous> interesting, thank you
hanmac has quit [Ping timeout: 240 seconds]
jinie has quit [Read error: Connection reset by peer]
<pinksandles> sure
SqREL has joined #ruby
brent__ has joined #ruby
Rodya_ has joined #ruby
jinie has joined #ruby
SqREL has quit [Ping timeout: 240 seconds]
enterprisey has quit [Remote host closed the connection]
canteen4 has joined #ruby
doublemalt_ has quit [Ping timeout: 240 seconds]
Rodya_ has quit [Ping timeout: 255 seconds]
camilasan has quit [Ping timeout: 240 seconds]
aduabu has quit [Ping timeout: 246 seconds]
aduabu has joined #ruby
<pinksandles> ah. TYPE_MAP[self] ||= {attribute_name => type_restriction} needs to be: (TYPE_MAP[self] ||= {}).merge!({attribute_name => type_restriction})
<pinksandles> but i think you should be able to extend with validators (replace String with Proc, pass value, true means ok false means TypeError)
<pinksandles> and by Proc i mean, proc{|value| value.class == String || value.class == Fixnum} etc
canteen4 has quit [Ping timeout: 248 seconds]
DTZUZU has quit [Quit: WeeChat 1.9]
hanmac has joined #ruby
username1 has quit [Quit: Lost terminal]
AndBobsYourUncle has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
roshanavand has joined #ruby
<nymous> well, i don't really need procs (yet)
<pinksandles> sure. just trying to show how you could re-use validator methods you may already have
<pinksandles> gotta go. have fun
<nymous> thanks for your effort anyway :)
AndBobsYourUncle has joined #ruby
workmad3 has joined #ruby
polishdub has quit [Quit: leaving]
Cohedri__ has quit [Read error: Connection reset by peer]
Cohedrin_ has joined #ruby
cdg_ has joined #ruby
perniciouscaffei has joined #ruby
cdg has quit [Ping timeout: 240 seconds]
cdg_ has quit [Ping timeout: 248 seconds]
ascarter has joined #ruby
workmad3 has quit [Ping timeout: 240 seconds]
SqREL has joined #ruby
goyox86_ has joined #ruby
__Yiota has joined #ruby
SqREL has quit [Ping timeout: 255 seconds]
eckhardt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
perniciouscaffei has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
alfiemax has joined #ruby
__Yiota has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
AgentVenom has quit [Quit: Textual IRC Client: www.textualapp.com]
alfiemax has quit [Ping timeout: 248 seconds]
oleo has quit [Ping timeout: 240 seconds]
oleo has joined #ruby
ziprar has joined #ruby
zipace has quit [Disconnected by services]
bronson has joined #ruby
oleo has quit [Ping timeout: 240 seconds]
Asher has quit [Quit: Leaving.]
_main_ has joined #ruby
_main_ has quit [Read error: Connection reset by peer]
eckhardt has joined #ruby
_main_ has joined #ruby
bronson has quit [Ping timeout: 240 seconds]
_main_ has quit [Read error: Connection reset by peer]
<zenspider> nymous: name, user, nice, ...blah = l.split(/\s+/).map(&:to_i)
__main__ has quit [Ping timeout: 240 seconds]
<nymous> ah, sure, thanks
<nymous> didn't thought about that
_main_ has joined #ruby
mostlybadfly has joined #ruby
ozcanesen has quit [Quit: Textual IRC Client: www.textualapp.com]
jackjackdripper has quit [Quit: Leaving.]
_main_ is now known as __main__
jackjackdripper has joined #ruby
_sfiguser has quit [Ping timeout: 240 seconds]
orbyt_ has joined #ruby
<orbyt_> Hey all, quick question regarding .erb. Is this the place to ask?
<Papierkorb> orbyt_: Just ask
<orbyt_> Alright, let me throw up a gist, one moment
Rodya_ has joined #ruby
kn-928 has joined #ruby
<orbyt_> I'd like to see if the current object in the iteration matches the first item in the "values" array
<orbyt_> I'm getting a "TypeError no implicit conversion of Symbol into Integer"
<orbyt_> It's pointing to that if statement, but i'm not quite sure what the issue is.
<orbyt_> I'm fairly certain the issues lies with the part accessing the "values" array, but I don't see why that is causing and issue. AFAIK, .first is valid syntax.
mim1k has joined #ruby
_sfiguser has joined #ruby
Rodya_ has quit [Ping timeout: 246 seconds]
DTZUZU has joined #ruby
goyox86_ has quit [Ping timeout: 248 seconds]
mim1k has quit [Ping timeout: 248 seconds]
<zenspider> orbyt_: values is an array... which has a #first method... then the object that comes back from that is what?
<zenspider> you basically have (values.first)[:name]... and then are raising because you're using a symbol where you should be using an integer
<zenspider> (and it can't do anything clever to help)
<zenspider> chances are, values.first is an array, not a hash like you're treating it
<zenspider> that or values.last, or diamond
<zenspider> split this up to figure out which one
<orbyt_> Your right, I just through it into a <p> and it rendered an array. Not sure why that is though. It uses an id as the first value in the array, and the content I wanted is at index 1.
<orbyt_> threw it*
Defenestrate has joined #ruby
<zenspider> you're :P
funkytwig has joined #ruby
<orbyt_> your right, it is you're
<orbyt_> ... =)
<zenspider> you cause me pain
charliesome_ has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<funkytwig> Anyone used Arcadia IDE, looks like it has source level debugging
laphoraig92 has quit [Remote host closed the connection]
laphoraig92 has joined #ruby
ixti has quit [Quit: WeeChat 1.9]
roshanavand has quit [Ping timeout: 255 seconds]
perniciouscaffei has joined #ruby
dionysus70 has joined #ruby
ascarter has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Defenestrate has quit [Quit: This computer has gone to sleep]
dionysus69 has quit [Ping timeout: 276 seconds]
dionysus70 is now known as dionysus69
<nymous> side effect of pinksandles implementation is that child classes doesn't inherit validations
ROCARTER_ has joined #ruby
laphoraig92 has quit [Remote host closed the connection]
<pinksandles> yea. i didn't phantom that.
ROCARTER_ has quit [Client Quit]