funburn has quit [Read error: Connection reset by peer]
nisstyre has quit [Quit: Leaving]
TheShaun|AFK has joined #ruby
TheShaun|AFK is now known as TheShaun
Seich_ has quit [Ping timeout: 245 seconds]
nhhagen_ has joined #ruby
Methylated has quit [Ping timeout: 272 seconds]
funburn has joined #ruby
wesside has quit [Quit: Computer has gone to sleep.]
jkhwan has joined #ruby
mrsolo has quit [Quit: This computer has gone to sleep]
jkhwan has quit [Remote host closed the connection]
Seich_ has joined #ruby
nhhagen_ has quit [Ping timeout: 244 seconds]
yfeldblum has quit [Remote host closed the connection]
deegen has quit [Ping timeout: 264 seconds]
deegen has joined #ruby
ehaliewicz has joined #ruby
yfeldblum has joined #ruby
hackeron has joined #ruby
hackeron_ has quit [Ping timeout: 240 seconds]
axl_ has quit [Quit: axl_]
sngeth has joined #ruby
jeffdb has joined #ruby
yfeldblum has quit [Ping timeout: 268 seconds]
existensil has joined #ruby
ixti has quit [Read error: Operation timed out]
sngeth has quit [Client Quit]
ewnd9 has joined #ruby
<existensil>
given method signature def foo(&block), is yield(bar) the same as block.call(bar) ?
kobain has quit []
<existensil>
trying to implement an #each for Enumerable behavior, and wondering if doing "def each(&block)" and calling block.call each time will work
baroquebobcat has quit [Quit: baroquebobcat]
Eomar has quit [Quit: Computer has gone to sleep.]
wildroman2 has joined #ruby
<existensil>
nvm. works fine
lfox has quit [Quit: ZZZzzz…]
brennanMKE has quit [Remote host closed the connection]
brennanMKE has joined #ruby
mrsolo has joined #ruby
byprdct has joined #ruby
byprdct has quit [Client Quit]
bret has joined #ruby
byprdct has joined #ruby
Targen has joined #ruby
wildroman2 has quit [Ping timeout: 246 seconds]
axl_ has joined #ruby
cads has joined #ruby
brennanMKE has quit [Ping timeout: 240 seconds]
diegoviola has quit [Quit: WeeChat 0.4.2]
banjara has joined #ruby
yacks has quit [Quit: Leaving]
michael_mbp is now known as zz_michael_mbp
jonahoffline has joined #ruby
wesside has joined #ruby
platzhirsch has joined #ruby
<platzhirsch>
man, hunting memory leaks 6 in the morning is no fun
someish has quit [Quit: someish]
fijimunkii has joined #ruby
jhulten_ has quit [Remote host closed the connection]
jeffdb has quit [Quit: jeffdb]
axl_ has left #ruby [#ruby]
dkamioka has joined #ruby
burgess has quit [Quit: ^zzz]
jonathanwallace has joined #ruby
rickruby has joined #ruby
dhruvasagar has joined #ruby
freerobby has quit [Quit: Leaving.]
mrsolo has quit [Quit: This computer has gone to sleep]
yfeldblum has joined #ruby
vlad_starkov has joined #ruby
Seich_ has quit [Quit: Computer has gone to sleep.]
<shevy>
hunt girls instead
mj12albert has joined #ruby
Seich_ has joined #ruby
Davey has joined #ruby
<platzhirsch>
I'd rather hunt a pillow now
Davey has quit [Client Quit]
<shevy>
catch them, they are quick
jkline has quit [Quit: jkline]
<shevy>
you know what helps me?
<shevy>
to listen to the sound of "Insomnia" from faithless
Bry8Star{T2 has quit [Ping timeout: 240 seconds]
banisterfiend has quit [Quit: Computer has gone to sleep.]
Blyxem has joined #ruby
<platzhirsch>
I think I nailed the leak
<shevy>
better than leaking the nail
s2013 has joined #ruby
Banistergalaxy has quit [Ping timeout: 245 seconds]
Guest97848 has quit [Ping timeout: 245 seconds]
Davey has joined #ruby
dhruvasagar has quit [Read error: Connection reset by peer]
sevenseacat has quit [Quit: Leaving.]
<platzhirsch>
^^
Bry8Star{T2 has joined #ruby
dhruvasagar has joined #ruby
Blyxem has left #ruby [#ruby]
bugsinlights has quit [Ping timeout: 245 seconds]
Seich_ has quit [Ping timeout: 268 seconds]
timonv has joined #ruby
yfeldblum has quit [Ping timeout: 245 seconds]
<platzhirsch>
and all was well.. except from the other two major leaks, nighty
_Bravado has quit [Remote host closed the connection]
Trynemjoel has joined #ruby
Davey has joined #ruby
brennanMKE has joined #ruby
s2013 has quit [Remote host closed the connection]
CreativeEmbassy has joined #ruby
apeiros has quit [Remote host closed the connection]
apeiros has joined #ruby
scottstamp is now known as facts
tomzx_mac has quit [Ping timeout: 260 seconds]
facts is now known as scottstamp
wesside has quit [Quit: Computer has gone to sleep.]
_Bravado has joined #ruby
scottstamp is now known as facts
facts is now known as scottstamp
coderhs has joined #ruby
johnnyfuchs has joined #ruby
aagdbl has joined #ruby
brennanMKE has quit [Ping timeout: 265 seconds]
chickenf_ has joined #ruby
nhhagen_ has joined #ruby
relix has joined #ruby
maroloccio2 has quit [Quit: WeeChat 0.4.1]
sindork_ has quit [Read error: Operation timed out]
machuga has quit [Ping timeout: 260 seconds]
jalcine has quit [Read error: Operation timed out]
dbRenaud has quit [Ping timeout: 260 seconds]
mrsolo has joined #ruby
sindork has joined #ruby
SirFunk has quit [Ping timeout: 245 seconds]
the_ment- has quit [Ping timeout: 260 seconds]
onewheelskyward has quit [Ping timeout: 260 seconds]
s2013 has joined #ruby
nhhagen_ has quit [Ping timeout: 252 seconds]
relix has quit [Ping timeout: 240 seconds]
byprdct has quit [Ping timeout: 248 seconds]
dbRenaud has joined #ruby
apeiros has quit [Remote host closed the connection]
vlad_starkov has quit [Read error: Connection reset by peer]
apeiros has joined #ruby
scruz has joined #ruby
ananthakumaran has quit [Quit: Leaving.]
johnnyfuchs has quit [Quit: Leaving.]
Seich_ has quit [Read error: Connection reset by peer]
jonahoffline has quit [Quit: Leaving]
Seich has joined #ruby
SirFunk has joined #ruby
sevenseacat has joined #ruby
onewheelskyward has joined #ruby
machuga has joined #ruby
the_mentat has joined #ruby
vlad_starkov has joined #ruby
apeiros has quit [Read error: Operation timed out]
vlad_starkov has quit [Remote host closed the connection]
<scruz>
hello. newbie following the Poignant Guide. if a variable is created in a Ruby source file, and you require that variable in another script, how can you access the variable? that's a bit of the book that's not working. i'm running 1.8.7, system-supplied on OS X
dmyers has quit [Quit: dmyers]
tchebb has quit [Ping timeout: 248 seconds]
jkhwan has joined #ruby
Ripp__ has joined #ruby
dhruvasagar has quit [Read error: Connection reset by peer]
mikepack has joined #ruby
Soda has quit [Read error: Connection reset by peer]
dhruvasagar has joined #ruby
dcope has quit [Quit: leaving]
r0bby_ is now known as robbyoconnor
dkamioka has quit [Remote host closed the connection]
sayan has joined #ruby
jeffdb has joined #ruby
mikepack has quit [Ping timeout: 272 seconds]
dhruvasagar has quit [Quit: leaving]
havenwood has joined #ruby
dhruvasagar has joined #ruby
dkamioka_ has joined #ruby
jkhwan has quit [Remote host closed the connection]
varfoo has quit [Quit: WeeChat 0.4.0]
jkhwan has joined #ruby
Parduse has quit [Read error: Connection reset by peer]
Seich has quit [Ping timeout: 245 seconds]
hamakn has joined #ruby
jalcine has joined #ruby
Parduse has joined #ruby
hamakn has quit [Read error: Connection reset by peer]
hamakn has joined #ruby
<scruz>
i've tested in an irb session and can import wordlist.rb with require 'wordlist', but i can't seem to access anything defined in wordlist.rb
jalcine has quit [Client Quit]
jkhwan has quit [Ping timeout: 272 seconds]
dkamioka_ has quit [Ping timeout: 268 seconds]
ananthakumaran has joined #ruby
ananthakumaran has quit [Max SendQ exceeded]
ananthakumaran has joined #ruby
noop has joined #ruby
Seich has joined #ruby
jalcine has joined #ruby
lukec has quit [Quit: lukec]
osvico has joined #ruby
earthquake has joined #ruby
yfeldblum has joined #ruby
noop has quit [Ping timeout: 244 seconds]
brtdv has joined #ruby
Parduse has quit [Read error: Connection reset by peer]
lnormous has joined #ruby
Parduse has joined #ruby
<havenwood>
scruz: What's in `wordlist.rb` and how are ya trying to access it?
<scruz>
havenwood: I'm following "Why's Poignant Guide to Ruby", and in wordlist.rb there's a hash i want to use in another source file.
dhruvasagar has quit [Read error: Connection reset by peer]
banjara has joined #ruby
brennanMKE has quit [Ping timeout: 272 seconds]
roolo has quit [Remote host closed the connection]
dhruvasagar has joined #ruby
timonv has joined #ruby
nhhagen_ has joined #ruby
<arvindravi>
hello all, how do I save a json object I have dynamically to a .json file? Essentially it involves creating a new .json and writing the json to it dynamically, it should be fairly simple, i just can't seem to figure out how
relix has joined #ruby
mercwithamouth has quit [Ping timeout: 265 seconds]
Astral_ has quit [Read error: Connection reset by peer]
Astral_ has joined #ruby
sophomorical has joined #ruby
dangerousdave has quit [Read error: Connection reset by peer]
dangerousdave has joined #ruby
camilasan has quit [Remote host closed the connection]
camilasan has joined #ruby
Dwarf has joined #ruby
Hien has joined #ruby
pdimitrov has joined #ruby
vpretzel has joined #ruby
camilasan has quit [Read error: Connection reset by peer]
camilasan has joined #ruby
wildroman2 has quit [Remote host closed the connection]
pr0ggie has quit [Ping timeout: 268 seconds]
camilasa_ has joined #ruby
camilasan has quit [Read error: Connection reset by peer]
wildroman2 has joined #ruby
pr0ggie has joined #ruby
camilasan has joined #ruby
camilasa_ has quit [Read error: Connection reset by peer]
vpretzel has quit [Ping timeout: 244 seconds]
brennanMKE has joined #ruby
Kneferilis has quit [Quit: Leaving]
wildroman2 has quit [Ping timeout: 265 seconds]
stoffus has joined #ruby
camilasan has quit [Remote host closed the connection]
h_kon_ has quit [Remote host closed the connection]
stoffus has quit [Client Quit]
camilasan has joined #ruby
nhhagen_ has joined #ruby
brennanMKE has quit [Ping timeout: 248 seconds]
stoffus has joined #ruby
soba_ has joined #ruby
stoffus has quit [Client Quit]
Gerente has quit [Ping timeout: 245 seconds]
banjara has quit [Quit: Leaving.]
polaco_zZz is now known as polaco
banjara has joined #ruby
nhhagen_ has quit [Ping timeout: 252 seconds]
soba has quit [Ping timeout: 265 seconds]
lstefani has quit [Ping timeout: 245 seconds]
<joshu>
hi anyone know of a public ruby script which can be used to periodically save your timeline tweets?
ldnunes has joined #ruby
Xeago_ has joined #ruby
Gerente has joined #ruby
Squarepy has joined #ruby
psyl0n has quit [Quit: psyl0n]
<icedp>
joshu: just use twitter gem, it's easy
falood has quit [Remote host closed the connection]
ah has joined #ruby
h_kon has joined #ruby
<joshu>
icedp ok before I write my own little script I just wanted to ask if there was one available. I just want something simple that can save my timeline tweets so I can read them even if they aren't available in my twitter client anymore
sergicles has joined #ruby
includex has joined #ruby
mfoo has quit [Quit: Leaving]
thepumpkin has joined #ruby
bio has quit [Ping timeout: 245 seconds]
Kneferilis has joined #ruby
mojjojo has joined #ruby
bio has joined #ruby
wudofyr has quit [Ping timeout: 245 seconds]
kitak_ has quit [Remote host closed the connection]
<mrfoto>
joshu: twitter gem can go waaay back in the history
<joshu>
mrfoto great that's what I need. I'll google examples using the gem. thanks guys
Xeago_ has quit [Ping timeout: 245 seconds]
mikepack has joined #ruby
Mars__ has joined #ruby
jerius has joined #ruby
banisterfiend has quit [Quit: Computer has gone to sleep.]
Squarepy has quit [Remote host closed the connection]
thepumpkin has quit [Ping timeout: 265 seconds]
sayan has quit [Ping timeout: 246 seconds]
Squarepy has joined #ruby
Macaveli has quit [Remote host closed the connection]
Mars__ has quit [Ping timeout: 240 seconds]
mikepack has quit [Ping timeout: 272 seconds]
mercwithamouth has quit [Ping timeout: 240 seconds]
dagobah has joined #ruby
beardedninja has joined #ruby
vpretzel has joined #ruby
klaut_ has joined #ruby
ah has quit [Quit: Leaving]
klaut has quit [Ping timeout: 265 seconds]
cheeti has joined #ruby
Clooth has joined #ruby
mercwithamouth has joined #ruby
weszlem has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
d45h has quit []
<cheeti>
hi when i am adding https://uathedge.finahub.com/ site it's showing OpenSSL::SSL::SSLError how to solve this
weszlem has joined #ruby
vpretzel has quit [Ping timeout: 248 seconds]
adambeynon has joined #ruby
wudofyr has joined #ruby
Jabberish has quit [Read error: Connection reset by peer]
banjara has quit [Quit: Leaving.]
banjara has joined #ruby
Jabberish has joined #ruby
nhhagen has quit [Ping timeout: 248 seconds]
nhhagen has joined #ruby
mrfoto has quit []
binaryplease has joined #ruby
lkba has joined #ruby
weszlem has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
zarubin has joined #ruby
hiyosi has joined #ruby
railsraider has joined #ruby
<railsraider>
anyone knows how to make logger create a new file write over and not append to file?
kaspergrubbe has quit [Remote host closed the connection]
<railsraider>
i need it on every run to make a new file
kaspergrubbe has joined #ruby
joonty has quit [Ping timeout: 268 seconds]
<railsraider>
over writing the previous one
lmickh has quit [Quit: lmickh]
joonty has joined #ruby
weszlem has joined #ruby
mvangala has quit [Read error: Connection reset by peer]
mvangala has joined #ruby
hiyosi has quit [Ping timeout: 268 seconds]
<Hanmac>
railsraider: its all about the opening mode
vpretzel has quit [Read error: Connection reset by peer]
mercwithamouth has joined #ruby
camilasan has quit [Read error: Connection reset by peer]
camilasan has joined #ruby
Mimmo has joined #ruby
<Mimmo>
ciao
<Mimmo>
!list
Mimmo has left #ruby [#ruby]
sepp2k has joined #ruby
Hanmac has joined #ruby
vpretzel_ has quit [Ping timeout: 248 seconds]
Macaveli_ has joined #ruby
banisterfiend has quit [Quit: Computer has gone to sleep.]
rdark has quit [Ping timeout: 246 seconds]
trinode_away has quit [Ping timeout: 245 seconds]
banjara has quit [Quit: Leaving.]
banjara has joined #ruby
rdark has joined #ruby
keen___ has joined #ruby
dhruvasagar has quit [Ping timeout: 245 seconds]
timonv has joined #ruby
banisterfiend has joined #ruby
keen__ has quit [Ping timeout: 252 seconds]
failshell has joined #ruby
jonathanwallace has joined #ruby
Macaveli_ has quit [Ping timeout: 264 seconds]
hiyosi has joined #ruby
timonv has quit [Ping timeout: 245 seconds]
cheeti has quit [Quit: Page closed]
zz_michael_mbp is now known as michael_mbp
tk__ has joined #ruby
casheew_ has joined #ruby
andikr has quit [Remote host closed the connection]
Xiti` has joined #ruby
huttan_ has joined #ruby
khushildep_ has joined #ruby
ItSAN____ has joined #ruby
bassclef_ has joined #ruby
DouweM has quit [Ping timeout: 265 seconds]
hiyosi has quit [Ping timeout: 246 seconds]
FDj_ has joined #ruby
tk___ has joined #ruby
ddpunk has quit [Remote host closed the connection]
fijimunk1i has joined #ruby
Clooth has joined #ruby
camilasa_ has joined #ruby
sepp2k_ has joined #ruby
r0bby_ has joined #ruby
mikemac has joined #ruby
Macaveli has joined #ruby
nwertman_ has joined #ruby
DouweM has joined #ruby
Gate_ has joined #ruby
maloik has joined #ruby
sweeper_ has joined #ruby
Haegin_ has joined #ruby
matrixis1 has joined #ruby
classix has quit [Disconnected by services]
jglauche_ has joined #ruby
ejnahc_ has joined #ruby
Monsieur1pple has joined #ruby
peteyg_ has joined #ruby
pdtpatri1k has joined #ruby
eyckelbo1m has joined #ruby
queequeg2 has joined #ruby
parus_ has joined #ruby
TwinkleH1od has joined #ruby
ezkl_ has joined #ruby
philtr_ has joined #ruby
bubbajoness has joined #ruby
classix has joined #ruby
katherin1m13 has joined #ruby
piyush has joined #ruby
TomRone_ has joined #ruby
ddpunk has joined #ruby
banjara has quit [Quit: Leaving.]
banisterfiend has quit [Quit: Computer has gone to sleep.]
Stygia has joined #ruby
banjara has joined #ruby
danshultz has quit [Remote host closed the connection]
Log1x_ has joined #ruby
rvchangue_ has joined #ruby
thejoecarroll_ has joined #ruby
RylaiC has joined #ruby
RylaiC has quit [Excess Flood]
jcarouth` has joined #ruby
danshultz has joined #ruby
Kov|kasumi has joined #ruby
Squarepy has quit [Ping timeout: 244 seconds]
Tritania- has joined #ruby
d45h has joined #ruby
RylaiC has joined #ruby
RylaiC has quit [Excess Flood]
Xeago_ has joined #ruby
theRoUS has joined #ruby
theRoUS has joined #ruby
theRoUS has quit [Changing host]
sepp2k has quit [*.net *.split]
Guest70206 has quit [*.net *.split]
camilasan has quit [*.net *.split]
includex has quit [*.net *.split]
dangerousdave has quit [*.net *.split]
khushildep has quit [*.net *.split]
robbyoconnor has quit [*.net *.split]
aganov has quit [*.net *.split]
ItSANgo_ has quit [*.net *.split]
kiri has quit [*.net *.split]
fijimunkii has quit [*.net *.split]
huttan has quit [*.net *.split]
blaxter has quit [*.net *.split]
nwertman has quit [*.net *.split]
predator217 has quit [*.net *.split]
mksm has quit [*.net *.split]
alo1_ has quit [*.net *.split]
rtl_ has quit [*.net *.split]
maloik_ has quit [*.net *.split]
braincrash has quit [*.net *.split]
TomRone has quit [*.net *.split]
voodoofish has quit [*.net *.split]
eyckelboom has quit [*.net *.split]
ezkl has quit [*.net *.split]
jcarouth has quit [*.net *.split]
parus has quit [*.net *.split]
Rylee has quit [*.net *.split]
pdtpatrick has quit [*.net *.split]
Xiti has quit [*.net *.split]
juan_ has quit [*.net *.split]
jglauche has quit [*.net *.split]
ejnahc has quit [*.net *.split]
rvchangue has quit [*.net *.split]
Tritania has quit [*.net *.split]
bubbajones has quit [*.net *.split]
casheew has quit [*.net *.split]
thejoecarroll has quit [*.net *.split]
crazymykl has quit [*.net *.split]
go|dfish has quit [*.net *.split]
rblackwe has quit [*.net *.split]
canton7 has quit [*.net *.split]
queequeg1 has quit [*.net *.split]
farn has quit [*.net *.split]
ccolorado has quit [*.net *.split]
katherinem13 has quit [*.net *.split]
Log1x has quit [*.net *.split]
matrixise has quit [*.net *.split]
yugui_zzz has quit [*.net *.split]
Haegin has quit [*.net *.split]
TwinkleHood has quit [*.net *.split]
Kovensky has quit [*.net *.split]
philtr has quit [*.net *.split]
Corey has quit [*.net *.split]
FDj has quit [*.net *.split]
sweeper has quit [*.net *.split]
peteyg__ has quit [*.net *.split]
Gate has quit [*.net *.split]
MonsieurApple has quit [*.net *.split]
xybre has quit [*.net *.split]
TomRone_ is now known as TomRone
rvchangue_ is now known as rvchangue
jglauche_ is now known as jglauche
khushildep_ is now known as khushildep
rvchangue has quit [Changing host]
rvchangue has joined #ruby
RylaiC has joined #ruby
RylaiC has quit [Excess Flood]
Kov|kasumi is now known as Kovensky
rodan- has joined #ruby
Rylee has joined #ruby
Rylee has quit [Excess Flood]
Rylee has joined #ruby
Rylee has quit [Excess Flood]
alo1 has joined #ruby
rtl has joined #ruby
Macaveli has quit [Ping timeout: 264 seconds]
predator117 has joined #ruby
camilasa_ has quit [Remote host closed the connection]
Rylee has joined #ruby
Rylee has quit [Excess Flood]
camilasan has joined #ruby
rblackwe has joined #ruby
ddpunk has quit [Remote host closed the connection]
polaco is now known as polaco_zZz
braincrash has joined #ruby
[0x1a]_ has quit [Ping timeout: 245 seconds]
karnowski has quit [Ping timeout: 245 seconds]
Rylee has joined #ruby
Rylee has quit [Excess Flood]
Domon_ has quit [Ping timeout: 264 seconds]
xerxas has quit [Ping timeout: 245 seconds]
moeSeth has quit [Ping timeout: 245 seconds]
dnyy has quit [Ping timeout: 245 seconds]
pipecloud has quit [Ping timeout: 264 seconds]
piyush has quit [Read error: Connection reset by peer]
Rylee has joined #ruby
Rylee has quit [Excess Flood]
banjara has quit [Client Quit]
im0b has quit [Ping timeout: 245 seconds]
banjara has joined #ruby
Rylee has joined #ruby
Rylee has quit [Excess Flood]
dekz has quit [Ping timeout: 245 seconds]
kiri has joined #ruby
Rylee has joined #ruby
Rylee has quit [Excess Flood]
juan_ has joined #ruby
ggherdov has quit [Ping timeout: 264 seconds]
aganov has joined #ruby
Domon_ has joined #ruby
im0b has joined #ruby
danshultz has quit [Ping timeout: 268 seconds]
moeSeth has joined #ruby
karnowski has joined #ruby
dnyy has joined #ruby
xybre has joined #ruby
xybre has joined #ruby
xybre has quit [Changing host]
xerxas has joined #ruby
Rylee has joined #ruby
Rylee has quit [Excess Flood]
mojjojo has quit [Quit: mojjojo]
blaxter has joined #ruby
farn has joined #ruby
Rylee has joined #ruby
Rylee has quit [Excess Flood]
go|dfish has joined #ruby
yugui_zzz has joined #ruby
Xeago_ has quit [Ping timeout: 240 seconds]
Jdubs has joined #ruby
hogeo has joined #ruby
voodoofish has joined #ruby
Rylee has joined #ruby
Rylee has quit [Excess Flood]
brennanMKE has joined #ruby
bluOxigen has quit [Read error: Connection reset by peer]
dekz has joined #ruby
pipecloud has joined #ruby
bluOxigen has joined #ruby
Rylee has joined #ruby
Rylee has quit [Excess Flood]
dawkirst has quit [Ping timeout: 260 seconds]
[0x1a]_ has joined #ruby
Rylee has joined #ruby
Rylee has quit [Excess Flood]
Rylee has joined #ruby
Rylee has quit [Excess Flood]
eph3meral has quit [Quit: Leaving]
ggherdov has joined #ruby
Rylee has joined #ruby
Rylee has quit [Excess Flood]
Corey has joined #ruby
mojjojo has joined #ruby
Rylee has joined #ruby
Rylee has quit [Excess Flood]
rodan- has quit [Remote host closed the connection]
Rylee has joined #ruby
Rylee has quit [Excess Flood]
rodan- has joined #ruby
mksm has joined #ruby
Rylee has joined #ruby
Rylee has quit [Excess Flood]
banisterfiend has joined #ruby
popl has quit [Quit: We must make an idol of our fear, and call it God.]
mikecmpbll has joined #ruby
nhhagen_ has joined #ruby
Rylee has joined #ruby
Rylee has quit [Excess Flood]
brennanMKE has quit [Ping timeout: 252 seconds]
ddpunk has joined #ruby
Rylee has joined #ruby
Rylee has quit [Excess Flood]
Rylee has joined #ruby
Rylee has quit [Excess Flood]
Rylee has joined #ruby
Rylee has quit [Excess Flood]
Rylee has joined #ruby
Rylee has quit [Excess Flood]
nhhagen has quit [Ping timeout: 272 seconds]
Rylee has joined #ruby
Rylee has quit [Excess Flood]
Inoperable has quit [Quit: Rectified]
Rylee has joined #ruby
Rylee has quit [Excess Flood]
ddpunk has quit [Remote host closed the connection]
Corey has quit [Read error: Connection reset by peer]
Rylee has joined #ruby
Rylee has quit [Excess Flood]
Inoperable has joined #ruby
rodan- has quit [Ping timeout: 272 seconds]
Rylee has joined #ruby
Rylee has quit [Excess Flood]
Corey has joined #ruby
sergicles has joined #ruby
nhhagen_ has quit [Ping timeout: 260 seconds]
binaryplease has quit [Ping timeout: 244 seconds]
timonv has joined #ruby
Rylee has joined #ruby
Rylee has quit [Excess Flood]
Rylee has joined #ruby
Rylee has quit [Excess Flood]
khushildep_ has joined #ruby
Rylee has joined #ruby
Rylee has quit [Excess Flood]
Rylee has joined #ruby
Rylee has quit [Excess Flood]
Rylee has joined #ruby
Rylee has quit [Excess Flood]
Rylee has joined #ruby
Rylee has quit [Excess Flood]
Rylee has joined #ruby
Rylee has quit [Excess Flood]
Inoperable has quit [Client Quit]
h_kon has quit [Remote host closed the connection]
nhhagen has joined #ruby
khushildep has quit [Read error: Connection reset by peer]
khushildep__ has joined #ruby
Rylee has joined #ruby
Rylee has quit [Excess Flood]
Inoperable has joined #ruby
Rylee has joined #ruby
Rylee has quit [Excess Flood]
dawkirst has joined #ruby
Rylee has joined #ruby
Rylee has quit [Excess Flood]
Rylee has joined #ruby
Rylee has quit [Excess Flood]
Rylee has joined #ruby
Rylee has quit [Excess Flood]
Rylee has joined #ruby
Rylee has quit [Excess Flood]
binaryplease has joined #ruby
Inoperable has quit [Remote host closed the connection]
khushildep_ has quit [Ping timeout: 260 seconds]
Rylee has joined #ruby
Rylee has quit [Excess Flood]
Rylee has joined #ruby
Rylee has quit [Excess Flood]
Inoperable has joined #ruby
Jetchisel has joined #ruby
Rylee has joined #ruby
Rylee has quit [Excess Flood]
thepumpkin has joined #ruby
Rylee has joined #ruby
Rylee has quit [Excess Flood]
Rylee has joined #ruby
Rylee has quit [Excess Flood]
n4dir has joined #ruby
Rylee has joined #ruby
Rylee has quit [Excess Flood]
Rylee has joined #ruby
Rylee has quit [Excess Flood]
mixel has joined #ruby
drumusician has quit [Ping timeout: 240 seconds]
Rylee has joined #ruby
Rylee has quit [Excess Flood]
rdark has quit [Ping timeout: 246 seconds]
Rylee has joined #ruby
Rylee has quit [Excess Flood]
Rylee has joined #ruby
Rylee has quit [Excess Flood]
jerius has quit []
Mars__ has joined #ruby
Rylee has joined #ruby
mikepack has joined #ruby
Rylee has quit [Excess Flood]
<banisterfiend>
anyone here know any software that will enable me to record pairing sessions with full sound, including what's coming through my headphones and what i say into the mic?
rdark has joined #ruby
Rylee has joined #ruby
Rylee has quit [Excess Flood]
fgo has joined #ruby
tk__ has quit [Quit: ばいばい]
tk___ has quit [Quit: ばいばい]
thepumpkin has quit [Ping timeout: 265 seconds]
Rylee has joined #ruby
Rylee has quit [Excess Flood]
starchild_ has joined #ruby
n4dir has left #ruby [#ruby]
Rylee has joined #ruby
Rylee has quit [Excess Flood]
polaco_zZz is now known as polaco
Rylee has joined #ruby
Rylee has quit [Excess Flood]
d45h has quit []
Rylee has joined #ruby
Rylee has quit [Excess Flood]
Rylee has joined #ruby
Rylee has quit [Excess Flood]
timonv has quit [Remote host closed the connection]
weszlem has joined #ruby
d45h has joined #ruby
Rylee has joined #ruby
Rylee has quit [Excess Flood]
Mars__ has quit [Ping timeout: 240 seconds]
timonv has joined #ruby
mikepack has quit [Ping timeout: 260 seconds]
Rylee has joined #ruby
Rylee has quit [Excess Flood]
Rylee has joined #ruby
Rylee has quit [Excess Flood]
tesuji has quit [Read error: Connection reset by peer]
tesuji has joined #ruby
Rylee has joined #ruby
Rylee has quit [Excess Flood]
Rylee has joined #ruby
Rylee has quit [Excess Flood]
Rylee has joined #ruby
Rylee has quit [Excess Flood]
Rylee has joined #ruby
Rylee has quit [Excess Flood]
vpretzel has joined #ruby
Rylee has joined #ruby
Rylee has quit [Excess Flood]
timonv has quit [Ping timeout: 240 seconds]
Rylee has joined #ruby
Rylee has quit [Excess Flood]
CreativeEmbassy has joined #ruby
Rylee has joined #ruby
Rylee has quit [Excess Flood]
<Hanmac>
ping apeiros Rylee is flooting the channel with his "quit: Excess Flood" messages again :/
Rylee has joined #ruby
Rylee has quit [Excess Flood]
CreativeEmbassy has quit [Client Quit]
Czupa has quit [Remote host closed the connection]
drumusician has joined #ruby
Rylee has joined #ruby
Rylee has quit [Excess Flood]
Rylee has joined #ruby
Rylee has quit [Excess Flood]
Gerente has quit [Quit: gerente]
Rylee has joined #ruby
Rylee has quit [Excess Flood]
khushildep has joined #ruby
Rylee has joined #ruby
khushildep__ has quit [Ping timeout: 244 seconds]
Rylee has quit [Excess Flood]
jlebrech has quit [Ping timeout: 272 seconds]
Rylee has joined #ruby
Rylee has quit [Excess Flood]
Azulinho has quit [Ping timeout: 240 seconds]
vpretzel has quit [Ping timeout: 260 seconds]
Rylee has joined #ruby
Rylee has quit [Excess Flood]
banjara has quit [Quit: Leaving.]
banjara has joined #ruby
binaryplease has quit [Ping timeout: 248 seconds]
Rylee has joined #ruby
Rylee has quit [Excess Flood]
Rylee has joined #ruby
Rylee has quit [Excess Flood]
<Hanmac>
workmad3: can you do something about the Rylee thing?
Rylee has joined #ruby
Rylee has quit [Excess Flood]
kaspergrubbe has quit [Read error: Connection reset by peer]
Rylee has joined #ruby
Rylee has quit [Excess Flood]
yalue has joined #ruby
Rylee has joined #ruby
Rylee has quit [Excess Flood]
Rylee has joined #ruby
Rylee has quit [Excess Flood]
kaspergrubbe has joined #ruby
Rylee has joined #ruby
Rylee has quit [Excess Flood]
drumusician has quit [Ping timeout: 260 seconds]
osvico has joined #ruby
Rylee has joined #ruby
Rylee has quit [Excess Flood]
kaspergrubbe has quit [Client Quit]
Rylee has joined #ruby
Rylee has quit [Excess Flood]
railsraider has quit [Quit: railsraider]
hogeo has quit [Remote host closed the connection]
Rylee has joined #ruby
Rylee has quit [Excess Flood]
gyre007 has joined #ruby
Rylee has joined #ruby
Rylee has quit [Excess Flood]
tjad has joined #ruby
kaspergrubbe has joined #ruby
Rylee has joined #ruby
Rylee has quit [Excess Flood]
Rylee has joined #ruby
Rylee has quit [Excess Flood]
Gerente has joined #ruby
gyre007 has quit [Remote host closed the connection]
Rylee has joined #ruby
Rylee has quit [Excess Flood]
fijimunk1i has quit [Ping timeout: 244 seconds]
Rylee has joined #ruby
Rylee has quit [Excess Flood]
<Hanmac>
banisterfiend: hey dude, can you do something about Rylee?
Rylee has joined #ruby
Rylee has quit [Excess Flood]
jbpros has joined #ruby
jkamenik has joined #ruby
Rylee has joined #ruby
Rylee has quit [Excess Flood]
Rylee has joined #ruby
Rylee has quit [Excess Flood]
Rylee has joined #ruby
Rylee has quit [Excess Flood]
tvw has joined #ruby
Rylee has joined #ruby
Rylee has quit [Excess Flood]
d45h has quit [Ping timeout: 260 seconds]
Rylee has joined #ruby
Elhu has quit [Quit: Computer has gone to sleep.]
Rylee has quit [Excess Flood]
<Hanmac>
banisterfiend: apeiros did told about that yesterday but i did forgot it too
sectionme has quit [Ping timeout: 268 seconds]
<banisterfiend>
hanmac think that should do it
Gerente has quit [Quit: gerente]
d45h has joined #ruby
drumusician has joined #ruby
banjara has quit [Quit: Leaving.]
ananthakumaran has quit [Quit: Leaving.]
timonv has joined #ruby
<Hanmac>
yeah *evil laugh*
banjara has joined #ruby
zarubin has quit [Ping timeout: 248 seconds]
Seventoes has joined #ruby
binaryplease has joined #ruby
d45h has quit [Client Quit]
danshultz has joined #ruby
aagdbl has quit [Quit: This computer has gone to sleep]
drumusician has quit [Ping timeout: 246 seconds]
h_kon has joined #ruby
Raimondii has quit [Ping timeout: 272 seconds]
Soda has joined #ruby
jbpros has quit [Quit: jbpros]
usrnix has joined #ruby
davividal has quit [Quit: Leaving]
osvico has quit [Ping timeout: 265 seconds]
mercwithamouth has quit [Ping timeout: 246 seconds]
rickruby has joined #ruby
ddpunk has joined #ruby
fgo has quit []
AntelopeSalad has joined #ruby
asobrasil has joined #ruby
ravster has joined #ruby
lstefani has quit [Read error: Connection reset by peer]
brennanMKE has joined #ruby
colonolGron has joined #ruby
lstefani has joined #ruby
vpretzel has joined #ruby
canton7 has joined #ruby
ravster has quit [Client Quit]
theRoUS has quit [Ping timeout: 248 seconds]
Gerente has joined #ruby
nhhagen_ has joined #ruby
brennanMKE has quit [Ping timeout: 240 seconds]
binaryplease has quit [Quit: WeeChat 0.4.2]
binaryplease has joined #ruby
yacks has joined #ruby
d45h has joined #ruby
stringoO has joined #ruby
michael_mbp is now known as zz_michael_mbp
hogeo has joined #ruby
Gerente has quit [Ping timeout: 240 seconds]
Gerente has joined #ruby
Elhu has joined #ruby
nhhagen_ has quit [Ping timeout: 252 seconds]
sectionme has joined #ruby
Clooth has quit [Quit: Leaving...]
sevenseacat has joined #ruby
rickruby has quit [Remote host closed the connection]
freerobby has joined #ruby
<_br_>
cheers
<_br_>
hanmac: you can also hide this stuff using your irc client
Clooth has joined #ruby
tomzx_mac has joined #ruby
xk_id has joined #ruby
sectionme has quit [Ping timeout: 246 seconds]
dhruvasagar has joined #ruby
<apeiros>
banisterfiend: you can join ##ruby-fix-your-connection and then /mode #ruby +b Rylee!*@*$##ruby-fix-your-connection
SloggerKhan has quit [Ping timeout: 272 seconds]
camilasan has quit []
<apeiros>
it's more telling than a plain ban, especially for the other ops should he ask for unbanning
<banisterfiend>
apeiros haha cool, that forces a join of that channel
hogeo has quit [Remote host closed the connection]
<banisterfiend>
?
hogeo has joined #ruby
polaco is now known as polaco_zZz
<andrewvos>
banisterfiend: Setup pry to redirect people somewhere like #lisp or something. For trolling.
kaldrenon has joined #ruby
<banisterfiend>
hehe
<banisterfiend>
andrewvos btw are you upgrading to the new 2013 MBA ?
d45h has quit [Ping timeout: 246 seconds]
<banisterfiend>
andrewvos the crappy battery on the 2012 model is a real pain
<banisterfiend>
i barely get 4 hours
Mars__ has joined #ruby
cads has joined #ruby
mikepack has joined #ruby
h_kon has quit [Remote host closed the connection]
cody-- has joined #ruby
jbpros has joined #ruby
hogeo has quit [Ping timeout: 244 seconds]
ewnd9 has joined #ruby
axl_ has joined #ruby
aapzak has quit [Ping timeout: 248 seconds]
drumusician has joined #ruby
zigomir has quit [Quit: zigomir]
gyre007 has joined #ruby
<workmad3>
hanmac: for future reference, I'm not an op in here :(
aapzak has joined #ruby
<Hanmac>
huch, but you should be ;D
Mars__ has quit [Ping timeout: 240 seconds]
<workmad3>
hehe :)
mikepack has quit [Ping timeout: 244 seconds]
* workmad3
wonders if someone will give him ultimate power over #ruby >:D
mansi has joined #ruby
cads has quit [Ping timeout: 240 seconds]
ayaz has joined #ruby
<sevenseacat>
do eet
nateberkopec has quit [Quit: Leaving...]
<banisterfiend>
workmad3 you just have to ping the channel owner, he's pretty free with it
<banisterfiend>
(worked for me anyway :P)
<workmad3>
hehe
<workmad3>
cba
<workmad3>
I'll just throw any op requests at you instead ;)
* workmad3
will be the power behind the scenes
<banisterfiend>
if i see him i'll put in a word :)
blaxter has quit [Quit: foo]
jbpros has quit [Ping timeout: 240 seconds]
ananthakumaran has joined #ruby
zipper has joined #ruby
mmitchell has joined #ruby
h_kon has joined #ruby
hogeo has joined #ruby
Xeago_ has joined #ruby
bio is now known as Biohazard
ffranz has joined #ruby
postmodern has quit [Quit: Leaving]
DanBoy has quit [Ping timeout: 240 seconds]
pdimitrov has quit [Ping timeout: 240 seconds]
pdimitrov has joined #ruby
IceDragon has joined #ruby
pr0ggie has quit [Ping timeout: 272 seconds]
pr0ggie has joined #ruby
nhhagen has quit [Ping timeout: 244 seconds]
mupkoo has joined #ruby
angusiguess has joined #ruby
elux has joined #ruby
sectionme has joined #ruby
nhhagen has joined #ruby
mupkoo has quit [Remote host closed the connection]
Xeago_ has quit [Ping timeout: 265 seconds]
lfox has joined #ruby
notjohn has joined #ruby
Rylai has joined #ruby
Jetchisel has quit [Quit: Unfortunately time is always against us -- *Morpheus*]
jbpros has joined #ruby
phantummm has joined #ruby
binaryplease has quit [Ping timeout: 244 seconds]
brtdv has quit []
VesQ has joined #ruby
rdark has quit [Ping timeout: 248 seconds]
Speed has joined #ruby
rdark has joined #ruby
banisterfiend has quit [Quit: Computer has gone to sleep.]
<apeiros>
banisterfiend: yes, and it's recorded as that in the /ban list, so when somebody asks to be unbanned and has that at the end I don't have to ask around :)
kobain has joined #ruby
pu22l3r has joined #ruby
camilasan has joined #ruby
decoponio has joined #ruby
iamjarvo has joined #ruby
Jdubs has quit [Remote host closed the connection]
chineduu has quit [Read error: Connection reset by peer]
jerius has joined #ruby
bline79 has quit [Read error: No route to host]
chineduu has joined #ruby
jlebrech has joined #ruby
Raimondi has joined #ruby
<zipper>
Hey guys I'm a rubyist :D
<eka>
zipper: congrats
<eka>
zipper: good for yao
sputnik13 has joined #ruby
vlad_starkov has joined #ruby
<Hanmac>
zipper: better than a phpist ;P
<andrewvos>
yaooo
<eka>
*typo :P :)
<zipper>
eka: thanks still on understanding exceptions though. Plus Procs and the like
sambao21 has joined #ruby
<zipper>
Would you term those as the most complex part of ruby?
TheShaun is now known as TheShaun|AFK
hogeo has quit [Remote host closed the connection]
lmmx has joined #ruby
matchaw has quit [Ping timeout: 246 seconds]
hashpuppy has joined #ruby
Mohan__ has quit [Changing host]
Mohan__ has joined #ruby
lucazi has joined #ruby
banisterfiend has joined #ruby
jxw1024_ has joined #ruby
dmyers has joined #ruby
<Hanmac>
zipper depends … regex can be very complex but its not a pure ruby thing … working with Enumerable and all its methods (combinded with lazy) can be difficult
camilasan has quit [Remote host closed the connection]
tomzx_mac has quit [Ping timeout: 240 seconds]
nateberkopec has joined #ruby
camilasan has joined #ruby
LarsSmit has quit [Quit: Leaving.]
chineduu has quit [Ping timeout: 252 seconds]
jxw1024 has quit [Ping timeout: 264 seconds]
brennanMKE has joined #ruby
camilasa_ has joined #ruby
camilasan has quit [Read error: Connection reset by peer]
<andrewvos>
banisterfiend: Maybe. I almost buy one evry day but I feel like I'm just blowing cash on something I don't need
<andrewvos>
banisterfiend: I will probably just do it at some point
araujo has quit [Read error: Connection reset by peer]
banjara has quit [Quit: Leaving.]
araujo has joined #ruby
banjara has joined #ruby
binaryplease has joined #ruby
andikr has joined #ruby
ddpunk has quit [Remote host closed the connection]
weszlem has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
matchaw has joined #ruby
Gerente has quit [Quit: gerente]
khushildep_ has joined #ruby
Azulinho has joined #ruby
ravster has joined #ruby
nhhagen_ has quit [Ping timeout: 252 seconds]
weszlem has joined #ruby
axl_ has quit [Quit: axl_]
khushildep has quit [Ping timeout: 246 seconds]
khushildep_ is now known as khushildep
pyrac has quit [Ping timeout: 248 seconds]
vlad_starkov has quit [Remote host closed the connection]
Macaveli has joined #ruby
tkuchiki has quit [Remote host closed the connection]
hiyosi has joined #ruby
tkuchiki has joined #ruby
vlad_starkov has joined #ruby
blaxter_ has joined #ruby
joelroa has joined #ruby
duggiefresh has joined #ruby
thepumpkin has joined #ruby
tkuchiki has quit [Ping timeout: 244 seconds]
yfeldblum has quit [Remote host closed the connection]
weszlem has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
psyl0n has joined #ruby
yfeldblum has joined #ruby
vlad_starkov has quit [Ping timeout: 260 seconds]
ehc has joined #ruby
dp has joined #ruby
mary5030 has joined #ruby
burlyscudd has joined #ruby
MrThePlague has joined #ruby
<dp>
Is there a gem that will look at a series of CSS files, and a series of URLs, and remove any CSS selectors/attributes that aren't being used?
freezey has joined #ruby
Mars__ has joined #ruby
Mon_Ouie has joined #ruby
jonathanwallace has quit [Ping timeout: 265 seconds]
phantasm66 has joined #ruby
phantasm66 has joined #ruby
phantasm66 has quit [Changing host]
thepumpkin has quit [Ping timeout: 244 seconds]
weszlem has joined #ruby
yfeldblum has quit [Ping timeout: 265 seconds]
Macaveli has quit [Ping timeout: 264 seconds]
<Hanmac>
dp deteting unused selectors might be very complicated … i mean how about a + b {} how would you check if they are used or not? … what about some selectors that only used for specific lang or media?
mary5030 has quit [Remote host closed the connection]
Rylai is now known as Rylee
artm has quit [Ping timeout: 244 seconds]
mary5030 has joined #ruby
Mars__ has quit [Ping timeout: 240 seconds]
mary5030 has quit [Read error: Connection reset by peer]
mary5030 has joined #ruby
<dp>
hanmac: I'd assume things like a + b {} would be handled by DOM parsing, but I'm not sure.
psyl0n has quit [Quit: psyl0n]
ixti has joined #ruby
momomomomo has joined #ruby
momomomomo has quit [Client Quit]
iamjarvo has quit [Remote host closed the connection]
JRizzle has joined #ruby
<Hanmac>
hm ok but i always think that they missed one O while naming that ;P
hiall has joined #ruby
shaunbaker has joined #ruby
h_kon has quit [Remote host closed the connection]
binaryplease has quit [Read error: Operation timed out]
banjara has quit [Quit: Leaving.]
banjara has joined #ruby
mojjojo has quit [Quit: mojjojo]
mikesplain3 has joined #ruby
<Hanmac>
dp use nokogiri … there css selector function is mighty enough to handle things like "div + p.green"
dhruvasagar has quit [Ping timeout: 244 seconds]
drumsrgr8forn8 has joined #ruby
zz_tsykoduk is now known as tsykoduk
thejoecarroll_ is now known as thejoecarroll
d45h has joined #ruby
banjara has quit [Client Quit]
banjara has joined #ruby
Seventoes has left #ruby [#ruby]
bluOxigen has quit [Read error: Connection reset by peer]
iamjarvo has joined #ruby
krz has quit [Read error: Connection reset by peer]
shaunbaker has quit [Remote host closed the connection]
shaunbaker has joined #ruby
varfoo has joined #ruby
devoldmx has quit [Ping timeout: 244 seconds]
Apane has quit []
kevind has joined #ruby
jbpros has quit [Quit: jbpros]
Apane has joined #ruby
ZoanthusR has joined #ruby
theRoUS has joined #ruby
theRoUS has quit [Changing host]
theRoUS has joined #ruby
katselphrime has quit [Ping timeout: 265 seconds]
shaunbaker has quit [Ping timeout: 252 seconds]
iamjarvo has quit [Remote host closed the connection]
maletor has joined #ruby
iamjarvo has joined #ruby
fijimunkii has joined #ruby
tsykoduk is now known as zz_tsykoduk
bassclef_ has quit [Ping timeout: 240 seconds]
dhruvasagar has joined #ruby
rhys has joined #ruby
zarubin has joined #ruby
tesuji has quit [Read error: Connection reset by peer]
lukec has joined #ruby
<rhys>
i have a bit of a problem. i need to isolate a set of gems, and i can't use RVM.
<rhys>
the current environment has a legacy application that doesn't use bundler.
weszlem has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
s2013 has joined #ruby
<rhys>
so as i understand bundler, unless its used for all the apps it won't work.
rippa has joined #ruby
pyrac has joined #ruby
<colonolGron>
i tried to learn rails a couple of times, but i stopped everytime because it just seemed to much. and not much fun. did anyone have similar problems?
sailias has joined #ruby
divi_ has joined #ruby
mark_locklear has joined #ruby
<rhys>
colonolGron: rails is pretty awesome when you've written a few web apps
<actibities>
colonolGron: I had the same issues because I was really used to programming in another language (java)
ce_afk is now known as cescalante
<actibities>
colonolGron: but when you get your hands on you will love it
<colonolGron>
rhys: i am glad you say that, so it seems to be worth the struggle. if i get it right, you first have to go through it and just follow some tutorials to the end to get a feeling for it?
<colonolGron>
actibities: yeah, i am coming from C
<rhys>
depends on where or what you do
SloggerKhan has quit [Ping timeout: 248 seconds]
rickruby has joined #ruby
brennanMKE has joined #ruby
RORgasm has joined #ruby
<rhys>
i guess i don't hear of that many people writing rails apps in their spare time for enjoyment
CaptainJet has joined #ruby
<rhys>
i see companies using rails because it gets stuff done
<colonolGron>
the thing is that i have an idea for a web application which i want to try out. just to see if it will work or not. i cant loose much, just some hours coding i guess. i thought about taking php or rails and wanted to go for rails first
<DouweM>
rhys: I resent that. Ruby and Rails *are* fun
<DouweM>
rhys: IMO anyway :P
sevenseacat has quit [Quit: Leaving.]
<colonolGron>
thanks actibities
<DouweM>
also, this is not #RubyOnRails, which may be a better place to discuss this
dhruvasagar has quit [Ping timeout: 252 seconds]
<rhys>
i learn ruby for system automation. ruby != rails.
tagrudev has quit [Remote host closed the connection]
<DouweM>
colonolGron: Rails > plain PHP, obviously, but with a proper PHP web framework both are well up to the task. I(/we?) just prefer Ruby and Rails
Astralum has joined #ruby
amritanshu_RnD has quit [Quit: Leaving]
<nhmood>
colonolGron: You might want to check out Sinatra if your web app idea isn't too involved
lfox has quit [Ping timeout: 246 seconds]
<nhmood>
Ruby based DSL
artm has joined #ruby
polaco_zZz is now known as polaco
<colonolGron>
sorry, i am aware that ruby != rails and that this is #ruby. i just thought i read some rails regarding stuff in here already, and thought i could ask here. since it not a technical question..just cry for support ;D
brennanMKE has quit [Ping timeout: 246 seconds]
jcarouth` is now known as jcarouth
<nhmood>
I just started Ruby (couple months ago) and webdev (couple weeks) so I'm no authority but I've been told Sinatra is a good stepping stone towards rails
<colonolGron>
rhys: i have looked into it, but it seemed to me that there are much more resources for rails, for a webdev beginner like me. the sinatra tutorials seemed to assume that you know how webaps work
<andrewvos>
Sinatra is better than Rails
<banisterfiend>
andrewvos what's your rails-fu like these days?
<godd2>
lol I was pullin my hair out there for a second
vasilakisFiL has joined #ruby
RaCx has joined #ruby
dkamioka has quit [Remote host closed the connection]
Mars__ has joined #ruby
deegen has quit [Ping timeout: 248 seconds]
dkamioka has joined #ruby
jxw1024_ has quit [Ping timeout: 240 seconds]
jxw1024 has joined #ruby
yfeldblum has joined #ruby
Guest18364 has quit [Ping timeout: 246 seconds]
apeiros has quit [Remote host closed the connection]
deegen has joined #ruby
mikesplain has quit [Ping timeout: 246 seconds]
<vasilakisFiL>
hi! not so relevant question: while I was searching for job adverts (just to check what skills are needed) in some known sites I noticed that there are many advertisements published not by the companies but by some 3rd party recruitments.. are these adverds valid or just spams? I mean there are A LOT out there..
<godd2>
Why would it return nil if 0 is less than 3
hiroyuki has quit [Read error: Connection reset by peer]
lukec has quit [Quit: lukec]
jlast_ has joined #ruby
jlast_ has quit [Remote host closed the connection]
wesside has joined #ruby
eka has joined #ruby
<Hanmac>
godd2 Array has a bsearch method too
jlast_ has joined #ruby
mikepack has joined #ruby
maroloccio has quit [Quit: WeeChat 0.4.1]
digital-ghost has joined #ruby
blaxter_ has quit [Quit: foo]
<DouweM>
godd2: read carefully: In find-minimum mode (this is a good choice for typical use case), the block must return true or false, and there must be a value x so that:
<DouweM>
the block returns true for any value which is greater than or equal to i.
<DouweM>
the block returns false for any value which is less than x, and
apeiros has quit [Ping timeout: 260 seconds]
<godd2>
they don't have an x in the written example
whunt has joined #ruby
dagobah has quit [Remote host closed the connection]
<nobitanobi>
guys, I have a question... If I want to print numbers from 1 to N, being able to access that number because if it is multiple of 3 I want to do something. Is there any more Ruby way of doing it than creating a for loop?
Varunkrishna_ has joined #ruby
<Hanmac>
DouweM: that was only step one, step two was [1,2,3,4].map(&:to_s.(2).size) #=> [0,1,1,2]
<workmad3>
>> 10.times {|i| puts "fizz" if (i%3).zero}
gyre008 has quit [Remote host closed the connection]
chineduu has quit [Ping timeout: 272 seconds]
sivsushruth has quit [Ping timeout: 265 seconds]
gyre007 has joined #ruby
<CaptainJet>
Correct me if I'm wrong but 10.times and (1..10).each wouldn't produce the same output would it?
<CaptainJet>
#times starts at 0
<workmad3>
godd2: ah, that one yeah
nomenkun has joined #ruby
hamakn_ has quit [Ping timeout: 240 seconds]
<Hanmac>
CaptainJet: yeah, same for 1.upto(10)
rickruby has quit [Ping timeout: 248 seconds]
<DouweM>
hanmac: Symbol#call returns a custom object that responds to #to_proc (obviously) and intercepts any other calls to further specify its proc? like with the :to_s.(2).size example?
danshultz has quit [Read error: Connection reset by peer]
danshult_ has joined #ruby
freerobby has joined #ruby
banisterfiend has joined #ruby
n4dir has left #ruby [#ruby]
aep has joined #ruby
shaunbaker has quit [Remote host closed the connection]
jkamenik has quit [Quit: Leaving.]
shaunbaker has joined #ruby
dkamioka has joined #ruby
Ripp__ has quit []
Spami has joined #ruby
shaunbaker has quit [Read error: Operation timed out]
kofno has joined #ruby
Speed has left #ruby ["WeeChat 0.4.2"]
xk_id has quit [Quit:
VTLob has joined #ruby
blueOxigen has joined #ruby
hamakn_ has joined #ruby
bluOxigen has quit [Ping timeout: 265 seconds]
ephemerian has quit [Quit: Leaving.]
hamakn has quit [Ping timeout: 244 seconds]
<diegoviola>
i'm really tired of dealing with a client, the client is very pushy, like "you need to do this task today", "i'm getting worried of your performance", "how's going" (type of questions every single day), honestly it's driving me nuts and i feel offended already, how do you deal with this issue?
<diegoviola>
i'm all for being productive but i delivering as much as i can, but i never worked on his code before and i need some time to familiarize :(
<ShellFu>
a cookie basket w/ lax
<ShellFu>
keep them in the john
<CaptainJet>
Give vague, easily repeatable answers
peregrine81 has quit []
mikeg has joined #ruby
<diegoviola>
s/
<diegoviola>
err
<diegoviola>
s/but i/and/
`Chris` has quit [Read error: Connection reset by peer]
<diegoviola>
ok thanks
jlast has joined #ruby
`Chris` has joined #ruby
blueOxigen has quit [Read error: Connection reset by peer]
bluOxigen has joined #ruby
geggam has joined #ruby
aa47f8 has joined #ruby
simoz has quit [Ping timeout: 260 seconds]
<CalimeroTeknik>
how do I break in a case?
duggiefresh has joined #ruby
Arrhenius has joined #ruby
lethjakm1 has joined #ruby
<lethjakm1>
is there a way to make an array like %w[] except have each string be per line?
sichardrtallman has quit [Quit: leaving]
<ShellFu>
like any good leather you want to condition it, and keep it in a cool dry place while the conditioner sits and soaks in the case leather.
<ShellFu>
lol sorry im in a really off mood today :) ill stop
sepp2k_ has quit [Quit: Konversation terminated!]
petey has joined #ruby
duggiefresh has quit [Remote host closed the connection]
pyrac has quit [Quit: pyrac]
Clooth has quit [Quit: Leaving...]
duggiefresh has joined #ruby
vipjun has joined #ruby
vlad_starkov has joined #ruby
<CaptainJet>
lethjakm1, you could just make a regular string and use .each_line to get an Enumerable
<lethjakm1>
CaptainJet: interesting. that's not a bad idea.
thesheff17 has quit [Ping timeout: 252 seconds]
maletor has joined #ruby
pyrac has joined #ruby
carraroj has quit [Quit: Konversation terminated!]
vlad_starkov has quit [Read error: Connection reset by peer]
ce_afk is now known as cescalante
mmitchell has quit [Remote host closed the connection]
carraroj has joined #ruby
duggiefresh has quit [Ping timeout: 265 seconds]
mmitchell has joined #ruby
workmad3 has quit [Read error: Operation timed out]
timonv_ has quit [Remote host closed the connection]
deegen has quit [Ping timeout: 252 seconds]
deegen has joined #ruby
duggiefresh has joined #ruby
duggiefresh has quit [Remote host closed the connection]
BuzzSawMcCaw has joined #ruby
duggiefresh has joined #ruby
mmitchell has quit [Ping timeout: 252 seconds]
heidi has joined #ruby
<BuzzSawMcCaw>
Hi
_Andres has quit [Ping timeout: 252 seconds]
<CaptainJet>
Hello
jxw1024 has quit [Ping timeout: 240 seconds]
sivsushruth has joined #ruby
hiyosi has quit [Ping timeout: 248 seconds]
s2013 has joined #ruby
pyrac has quit [Quit: pyrac]
BuzzSawMcCaw has left #ruby [#ruby]
mlpinit_ has joined #ruby
khushildep has quit [Ping timeout: 248 seconds]
duggiefresh has quit [Ping timeout: 260 seconds]
s2013 has quit [Client Quit]
jlast has quit [Remote host closed the connection]
jlast has joined #ruby
mlpinit has quit [Ping timeout: 272 seconds]
matty432_ has joined #ruby
<matty432_>
If you guys could choose to work for 40k a year working full time or working part time a year for 20k which would you prefer?
banjara has joined #ruby
<CaptainJet>
What's the job?
<matty432_>
web development
jlast has quit [Read error: Connection reset by peer]
jlast has joined #ruby
divi_ has joined #ruby
<CaptainJet>
part time
<ShellFu>
They are gonna use that broad term to scope creep ya all the time lol
jamblack has joined #ruby
duggiefresh has joined #ruby
johnnyfuchs has joined #ruby
kirun has joined #ruby
hiall has quit [Ping timeout: 240 seconds]
mansi has quit [Remote host closed the connection]
Elhu has joined #ruby
tkuchiki has quit [Remote host closed the connection]
tkuchiki has joined #ruby
jhulten has joined #ruby
divi_ has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
rdark has quit [Quit: leaving]
Xeago has joined #ruby
sepp2k has joined #ruby
saarinen has joined #ruby
tkuchiki has quit [Ping timeout: 272 seconds]
ferdev has joined #ruby
ferdev has quit [Write error: Broken pipe]
matty432_ is now known as ericx2x
mansi has joined #ruby
s2013 has joined #ruby
<shevy>
ericx2x depends on your aim. richer you may get full time work, part time may be better for doing hobbies or other things that interest you. and whether you love web dev work or not.
aspires has quit [Quit: sudo making a sandwich]
Xeago has quit [Ping timeout: 272 seconds]
pdimitrov has quit [Ping timeout: 246 seconds]
prsn has joined #ruby
pdimitrov has joined #ruby
DrShoggoth has joined #ruby
pr0ggie has quit [Ping timeout: 251 seconds]
divi_ has joined #ruby
Monie has quit [Ping timeout: 246 seconds]
artm has joined #ruby
einarj has joined #ruby
Monie has joined #ruby
anderse has joined #ruby
Jdubs has quit [Read error: Connection reset by peer]
Jdubs has joined #ruby
<Morrolan>
40k for full time? Where are you from?
<prsn>
Hi! Can I get some opinions about the use of 'and' to clearly delineate semantic clauses? Would you consider 'if blue and (wood || brick) && !metal and weight > 50' bad or good, and why?
<RubyPanther>
part time is the good life
<Morrolan>
Horrible, the mixture of and and && makes it hard to find out in which order the operations will be applied.
<Mon_Ouie>
I think mixing in both of them like that in the same expression might be confusing
<sweeper_>
verbal and is terribly
tylersmith has quit [Read error: Connection reset by peer]
<sweeper_>
*terrible
Jdubs has quit [Read error: Connection reset by peer]
mrfoto has joined #ruby
lethjakm1 is now known as lethjakman
Jdubs has joined #ruby
tylersmith has joined #ruby
einarj has quit [Ping timeout: 240 seconds]
anderson has quit [Ping timeout: 240 seconds]
<prsn>
sweeper_, can you elaborate?
mrfoto has quit [Client Quit]
Elhu has quit [Quit: Computer has gone to sleep.]
hiyosi has joined #ruby
divi_ has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
ukd1 has joined #ruby
sepp2k has quit [Ping timeout: 272 seconds]
psyl0n has quit [Ping timeout: 260 seconds]
deegen has quit [Ping timeout: 246 seconds]
awkwords has joined #ruby
railsraider has joined #ruby
Liquid-- has quit [Quit: Computer has gone to sleep.]
Monie has quit [Ping timeout: 272 seconds]
divi_ has joined #ruby
sepp2k has joined #ruby
railsraider has quit [Client Quit]
xk_id has joined #ruby
<RubyPanther>
prsn: for one thing, you should only do one thing (or two if you're pushing it) in the if expression. But even inside the method, you should break it out into if blocks if you have more than 1 of each operator.
platzhirsch has joined #ruby
ananthakumaran1 has quit [Quit: Leaving.]
Mars__ has joined #ruby
<RubyPanther>
in these cases, the golfed version isn't any less complex than the verbose version, so making it readable is "free"
railsraider has joined #ruby
katherin1m13 is now known as katherinem13
deegen has joined #ruby
bootcoder has quit [Read error: Connection reset by peer]
bootcoder has joined #ruby
<platzhirsch>
I start to get the hang of narrowing down memory leaks in Ruby MRI, working with ObjectSpace.count_objects works very well to monitor the heap... although it's still medieval, I wish there were better memory profiling facilities
Caleb has joined #ruby
Astralum has joined #ruby
Shidash has quit [Ping timeout: 272 seconds]
Caleb is now known as Guest81164
xk_id has quit [Remote host closed the connection]
aspires has joined #ruby
hiyosi has quit [Ping timeout: 272 seconds]
ukd1_ has joined #ruby
danshult_ has quit [Remote host closed the connection]
baroquebobcat has joined #ruby
timonv has joined #ruby
danshultz has joined #ruby
matchaw has quit [Remote host closed the connection]
divi_ has left #ruby [#ruby]
blockout has quit [Quit: This computer has gone to sleep]
pr0ggie has joined #ruby
notjohn has joined #ruby
earthquake has joined #ruby
<shevy>
cool
<shevy>
never knew that method before
Mars__ has quit [Ping timeout: 240 seconds]
<shevy>
in irb I am doing pp ObjectSpace.count_objects
<shevy>
especially the :T_ARRAY=>30693 counter is increased every time I do that :P
newbiehacker_ has quit [Read error: Connection reset by peer]
CreativeEmbassy has joined #ruby
nari has quit [Ping timeout: 240 seconds]
Clooth has joined #ruby
Monie has joined #ruby
<shevy>
cool
<shevy>
I just hit some kind of limit
<shevy>
:T_ARRAY=>37053 + about 200
malcolm_ has joined #ruby
newbiehacker has joined #ruby
<platzhirsch>
currently, mainly strings are my problem or at least a hint for the leak. I also tried to count each class with ObjectSpace.each_object(Object) { |o| o.class }.group_by ... but, I think with too many objects this method will not terminate, as the heap grows during the execution of this statement
ukd1 has quit [Ping timeout: 252 seconds]
ukd1_ has quit [Ping timeout: 260 seconds]
sambao21 has quit [Quit: Computer has gone to sleep.]
danshultz has quit [Ping timeout: 252 seconds]
sambao21 has joined #ruby
malcolm_ has quit [Read error: Connection reset by peer]
Deele has joined #ruby
drumusician has joined #ruby
_if has quit [Quit: leaving]
dkamioka_ has joined #ruby
endash has quit [Quit: endash]
leynos has joined #ruby
jkhwan has quit [Remote host closed the connection]
malcolm_ has joined #ruby
jkhwan has joined #ruby
dkamioka has quit [Ping timeout: 260 seconds]
ch0mskiii has quit [Read error: Connection reset by peer]
ch0mskiii has joined #ruby
<platzhirsch>
There is still ruby-prof, but I haven't found a guide if possible at all, to patch a current Ruby version
deegen has quit [Ping timeout: 240 seconds]
deegen has joined #ruby
LarsSmit has joined #ruby
DanBoy has joined #ruby
jkhwan has quit [Read error: Connection reset by peer]
jkhwan_ has joined #ruby
ch0mskiii has quit [Read error: Connection reset by peer]
ch0mskiii has joined #ruby
decoponio has quit [Quit: Leaving...]
ch0mskiii has quit [Read error: Connection reset by peer]
rickruby has joined #ruby
ch0mskiii has joined #ruby
ch0mskiii has quit [Read error: Connection reset by peer]
psyl0n has joined #ruby
ch0mskiii has joined #ruby
danshultz has joined #ruby
mojjojo has quit [Quit: mojjojo]
endash has joined #ruby
Uranio has quit [Ping timeout: 244 seconds]
drumsrgr8forn8 has quit [Remote host closed the connection]
bigoldrock has quit [Ping timeout: 260 seconds]
jcromart_ has joined #ruby
TMM has quit [Quit: Ex-Chat]
Elhu has joined #ruby
rippa has quit [Quit: {#`%${%&`+'${`%&NO CARRIER]
mikesplain1 has joined #ruby
mephux has quit [Ping timeout: 264 seconds]
mikesplain has quit [Read error: Operation timed out]
<platzhirsch>
But I would say, if you use File.exist? then YOU ARE DOING IT WRONG
hiyosi has joined #ruby
fijimunk1i has quit [Client Quit]
<shevy>
right now because File.exists? exists, I use that one
<platzhirsch>
^^
<shevy>
if File.exists? 'foo.yml'
<shevy>
do_something
<shevy>
else
<shevy>
something_else
<shevy>
# and here I omit end !!!
<DanBoy>
<< File.file?
workmad3 has quit [Ping timeout: 240 seconds]
rickruby has quit [Ping timeout: 246 seconds]
<shevy>
hmm
<shevy>
File.file? also makes an exist check?
<Hanmac>
yo
<DanBoy>
i believe so
<DanBoy>
it makes sure its a regular file is i recall
<DanBoy>
not like a character device
<DouweM>
yeah
<shevy>
see benzrf? that is the more than one way to do it philosophy... sometimes another way may be better
leynos has quit [Quit: Off to dreams of Laserdiscs and Neo-Geos]
Uranio has joined #ruby
filipe_ has joined #ruby
<Hanmac>
this device is a great device, because it has character ;p
r0bby_ is now known as robbyoconnor
Mars__ has joined #ruby
terrellt has joined #ruby
<DanBoy>
File.stat
<DanBoy>
and catch the exception maybe
banjara has quit [Quit: Leaving.]
tsykoduk is now known as zz_tsykoduk
banjara has joined #ruby
Mars___ has joined #ruby
Monie has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
aspires has quit [Quit: sudo making a sandwich]
hiyosi has quit [Ping timeout: 272 seconds]
filipe_ has quit [Client Quit]
beardedninja has quit [Remote host closed the connection]
baroquebobcat has quit [Quit: baroquebobcat]
yfeldblu_ has joined #ruby
ezra has joined #ruby
drumusician has quit [Read error: Connection reset by peer]
ezra has quit [Client Quit]
zz_jrhorn424 is now known as jrhorn424
vipjun has quit [Ping timeout: 252 seconds]
prsn has quit [Quit: Lost terminal]
mikepack has joined #ruby
Czupa has quit [Quit: Wychodzi]
baroquebobcat has joined #ruby
jamblack has quit [Quit: jamblack]
Mars__ has quit [Ping timeout: 240 seconds]
burgess has joined #ruby
Liquid-- has joined #ruby
baroquebobcat has quit [Client Quit]
linduxed has quit [Ping timeout: 246 seconds]
lmickh has joined #ruby
mercwithamouth has quit [Ping timeout: 240 seconds]
yfeldblum has quit [Ping timeout: 240 seconds]
Mars___ has quit [Ping timeout: 240 seconds]
malcolm_ is now known as missing_semi_col
yalue has quit [Quit: Leaving]
drumusician has joined #ruby
guns has joined #ruby
iliketurtles has joined #ruby
missing_semi_col is now known as lessQQ
mercwithamouth has joined #ruby
kpshek has joined #ruby
Elhu has quit [Quit: Computer has gone to sleep.]
<nhmood>
How do you include a module into a method if you define it using self.methodname as opposed to class << self?
mikepack has quit [Ping timeout: 240 seconds]
jamblack has joined #ruby
aspires has joined #ruby
<shevy>
perhaps you could use extend(NameOfModule)
diegoviola has quit [Ping timeout: 246 seconds]
<nhmood>
Ohh thats an interesting idea, didn't even think of that (silly)
benzrf has quit [Quit: leaving]
saarinen has quit [Quit: saarinen]
sambao21 has joined #ruby
<nhmood>
Is there a preference for when to use class << self vs self.methodname?
notjohn has quit [Quit: notjohn]
<DouweM>
I use `class << self` when I have more than one class method
theRoUS has quit [Ping timeout: 252 seconds]
heidi is now known as heidi-muraccis
jcromart_ has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
hello_world_ has joined #ruby
<DouweM>
keeps the class and instance methods nicely separated
saarinen has joined #ruby
tvw has quit [Ping timeout: 252 seconds]
mikepack has joined #ruby
<Hanmac>
PS: and you need class << self when you want to call attr_accessor stuff as a class method
simoz has joined #ruby
coca_rails has joined #ruby
sergicles has quit [Quit: sergicles]
hello_world has quit [Ping timeout: 250 seconds]
BizarreCake has quit [Ping timeout: 240 seconds]
kpshek has quit []
sambao21 has quit [Client Quit]
jlast_ has joined #ruby
eka has quit [Ping timeout: 246 seconds]
sambao21 has joined #ruby
<nhmood>
Didnt know about the attr_accessor stuff, thanks for that
<nhmood>
DouweM: that makes sense, I think i'll stick with that approach!
xeno_ has joined #ruby
nhmood has quit [Remote host closed the connection]
freezey_ has quit [Remote host closed the connection]
vipjun has joined #ruby
Kudos has quit [Ping timeout: 264 seconds]
mansi has quit [Remote host closed the connection]
RichardBaker has quit [Quit: RichardBaker]
freezey has joined #ruby
artm has quit [Ping timeout: 252 seconds]
jlast has quit [Ping timeout: 252 seconds]
maletor has quit [Quit: Computer has gone to sleep.]
nwertman has joined #ruby
baroquebobcat has joined #ruby
mojjojo has quit [Quit: mojjojo]
Methylated has quit [Quit: Leaving.]
Kudos has joined #ruby
Kudos has joined #ruby
Kudos has quit [Changing host]
mansi has joined #ruby
mojjojo has joined #ruby
petey has quit [Remote host closed the connection]
Methylated has joined #ruby
aavt has left #ruby ["Leaving..."]
petey has joined #ruby
duggiefresh has joined #ruby
mikepack_ has joined #ruby
mityaz has joined #ruby
dmyers has joined #ruby
freezey has quit [Ping timeout: 265 seconds]
mojjojo has quit [Client Quit]
yfeldblum has joined #ruby
jonathanwallace has quit [Quit: WeeChat 0.4.1]
shadoi1 is now known as shadoi
aspires has quit [Quit: sudo making a sandwich]
ldnunes has quit [Quit: Leaving]
maurogoncalo has joined #ruby
mercwithamouth has quit [Ping timeout: 246 seconds]
jxw1024 has joined #ruby
aspires has joined #ruby
mikepack has quit [Ping timeout: 272 seconds]
mercwithamouth has joined #ruby
yfeldblu_ has quit [Ping timeout: 240 seconds]
awkwords has quit [Ping timeout: 240 seconds]
coca_rails has quit [Remote host closed the connection]
marr has quit [Read error: Operation timed out]
petey has quit [Ping timeout: 272 seconds]
Jdubs has quit [Remote host closed the connection]
maletor has joined #ruby
Elhu has joined #ruby
Jdubs has joined #ruby
nhmood has joined #ruby
nhmood has quit [Max SendQ exceeded]
`MArceLL` has joined #ruby
DrShoggoth has quit [Remote host closed the connection]
rickruby has joined #ruby
lessQQ has left #ruby [#ruby]
nhmood has joined #ruby
nhmood has quit [Max SendQ exceeded]
divi_ has joined #ruby
yfeldblum has quit [Ping timeout: 260 seconds]
OomElvis has joined #ruby
nhmood has joined #ruby
nhmood has quit [Max SendQ exceeded]
<jblack>
I wrote a sudoku solver in C++ a few years ago. I'm thinking about rewriting it in Ruby. I want to add two new features to this version: being able to scan a suduoku from an image and OCR'ing the image.
nhmood has joined #ruby
nhmood has quit [Max SendQ exceeded]
maurogoncalo has left #ruby [#ruby]
<jblack>
For the former, I'm thikning OpenCV's objdetect might work, and for the ocr'ing, possibly using ANN
<jblack>
pardon, FANN
DrShoggoth has joined #ruby
<jblack>
I'd be interseted in any useful advice
mikepack_ has quit [Remote host closed the connection]
lessQQ has joined #ruby
nhmood has joined #ruby
iamjarvo_ has quit [Remote host closed the connection]
kaspergr_ has quit [Remote host closed the connection]
mikepack has joined #ruby
Jdubs has quit [Read error: Operation timed out]
kaspergrubbe has joined #ruby
iamjarvo has joined #ruby
OomElvis has quit [Client Quit]
mmitchell has joined #ruby
Monie has joined #ruby
peta_ has quit [Quit: peta_]
hiroyuki_ has joined #ruby
zarubin has quit [Ping timeout: 240 seconds]
deegen has quit [Ping timeout: 252 seconds]
deegen has joined #ruby
kaspergrubbe has quit [Ping timeout: 252 seconds]
mikepack has quit [Ping timeout: 272 seconds]
eka has joined #ruby
Mitchellvanw has joined #ruby
eka has quit [Max SendQ exceeded]
<unholycrab>
im trying to get a list of methods that i can use with a hash within the ERB template syntax
<unholycrab>
i get undefined method when trying to use .length, .size, .delete
hiroyuki has quit [Ping timeout: 246 seconds]
eka has joined #ruby
adjo has joined #ruby
fedalto has joined #ruby
mikesplain1 has joined #ruby
earthquake has quit [Quit: earthquake]
<DouweM>
unholycrab: you can use any method on anything from erb
<DouweM>
unholycrab: so that's not the issue here. got some code samples?
fedalto has quit [Client Quit]
bluOxigen has quit [Ping timeout: 265 seconds]
tvw has joined #ruby
mikesplain has quit [Ping timeout: 252 seconds]
funburn has joined #ruby
mikepack has joined #ruby
thesheff17 has quit [Ping timeout: 252 seconds]
bigoldrock1 has joined #ruby
earthquake has joined #ruby
bigoldrock has quit [Ping timeout: 246 seconds]
mikepack has quit [Remote host closed the connection]
nkts has joined #ruby
nkts has quit [Max SendQ exceeded]
bassclef has joined #ruby
mikepack has joined #ruby
allsystemsarego has quit [Quit: Leaving]
bassclef is now known as Guest5934
nkts has joined #ruby
petey has joined #ruby
nkts has left #ruby [#ruby]
randomnick_ has joined #ruby
relix has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
efrainolivares_ has quit [Quit: efrainolivares_]
rellin has quit [Read error: Connection reset by peer]
<unholycrab>
DouweM: you just halped me solved the problem i was having. thanks
<ravster>
hey all. I'm trying to open an .xls file in jruby, using jruby-poi. And I keep getting an error saying that inputstream isn't an OLE or OOXML stream. Should I be forcing the file to behave as an inputstream? If so, how do I do that?
_maes_ has quit [Ping timeout: 272 seconds]
baroquebobcat has quit [Quit: baroquebobcat]
mlpinit_ has quit [Remote host closed the connection]
mlpinit has joined #ruby
fenicks has joined #ruby
mikepack has quit [Remote host closed the connection]
<shevy>
hopefully a new language can replace ruby if it incorporates a lot of new syntax shit
vipjun has quit [Ping timeout: 246 seconds]
lessQQ has quit [Quit: leaving]
Arrhenius has quit [Quit: bb]
splittingred has joined #ruby
mlpinit_ has joined #ruby
baroquebobcat has joined #ruby
<platzhirsch>
ravster: have you looked into the API, maybe there is an appropriate method giving you the right class you need, I had a similar issue, where I found a get_input_stream method while I was desperately trying to squash the object to an IO object
mlpinit_ has quit [Client Quit]
hiyosi has joined #ruby
petey has quit [Remote host closed the connection]
larissa has joined #ruby
mlpinit_ has joined #ruby
matchaw has joined #ruby
sivsushruth has quit [Quit: Leaving]
vlad_starkov has joined #ruby
mlpinit has quit [Ping timeout: 252 seconds]
deegen has quit [Ping timeout: 246 seconds]
zarubin has joined #ruby
benwoody has joined #ruby
stkowski has quit [Quit: stkowski]
stkowski has joined #ruby
deegen has joined #ruby
Mars__ has joined #ruby
mikesplain2 has joined #ruby
funburn has quit [Quit: funburn]
hiyosi has quit [Ping timeout: 272 seconds]
nwertman has quit [Ping timeout: 260 seconds]
cescalante is now known as ce_afk
iamjarvo has quit [Read error: Connection reset by peer]
RichardBaker has joined #ruby
iamjarvo has joined #ruby
terrellt has quit [Ping timeout: 264 seconds]
TheMoonMaster has quit [Remote host closed the connection]
mark_locklear has quit [Ping timeout: 272 seconds]
vpretzel has quit [Quit: Adios!]
slash_nick has quit [Ping timeout: 264 seconds]
mburns has quit [Ping timeout: 264 seconds]
slash_nick has joined #ruby
vpretzel has joined #ruby
mikesplain1 has quit [Ping timeout: 272 seconds]
<ravster>
platzhirsch: will try that, thanks for the tip
stkowski has quit [Ping timeout: 260 seconds]
anderson has joined #ruby
nobitanobi has quit [Ping timeout: 252 seconds]
malkomalko has joined #ruby
TheMoonMaster has joined #ruby
forced_request has joined #ruby
mburns has joined #ruby
nwertman has joined #ruby
funburn has joined #ruby
jlast_ has quit [Remote host closed the connection]
jlast has joined #ruby
DrShoggoth has quit [Remote host closed the connection]
nhhagen_ has joined #ruby
efrainolivares has joined #ruby
nhhagen has quit [Disconnected by services]
nhhagen_ is now known as nhhagen
DrShoggoth has joined #ruby
simoz has quit [Ping timeout: 246 seconds]
sambao21 has quit [Quit: Computer has gone to sleep.]
splittingred has quit [Quit: splittingred]
mlpinit_ has quit [Remote host closed the connection]
mlpinit has joined #ruby
drag00n has quit [Ping timeout: 240 seconds]
jlast has quit [Ping timeout: 240 seconds]
funburn has quit [Quit: funburn]
danshultz has quit [Remote host closed the connection]
iliketurtles has quit [Quit: zzzzz…..]
danshultz has joined #ruby
iamjarvo has quit [Remote host closed the connection]
newbiehacker has joined #ruby
Mars__ has quit [Read error: Connection reset by peer]
splittingred has joined #ruby
eph3meral has joined #ruby
iamjarvo has joined #ruby
Mars__ has joined #ruby
Mars__ has quit [Read error: Connection reset by peer]
skaflem has quit [Quit: Leaving]
mlpinit has quit [Ping timeout: 265 seconds]
Mars__ has joined #ruby
CreativeEmbassy has quit [Quit: Computer has gone to sleep.]
jerius_ has joined #ruby
coca_rails has joined #ruby
zeade has joined #ruby
zeade has quit [Client Quit]
mark_locklear has joined #ruby
ce_afk is now known as cescalante
jerius_ has quit [Client Quit]
jerius has quit [Ping timeout: 246 seconds]
danshultz has quit [Ping timeout: 240 seconds]
yfeldblum has joined #ruby
mlpinit has joined #ruby
cody-- has quit [Quit: derp]
iamjarvo_ has joined #ruby
iamjarvo has quit [Ping timeout: 272 seconds]
timonv has quit [Remote host closed the connection]
timonv has joined #ruby
splittingred has quit [Quit: splittingred]
coca_rails has quit [Remote host closed the connection]
Uranio has quit [Remote host closed the connection]
aldodelgado has joined #ruby
zarubin has quit [Ping timeout: 265 seconds]
<aldodelgado>
Question? I have two modules (A, B). I have A including B. However I want B to access a method from A. Is this possible?
carraroj has quit [Quit: Konversation terminated!]
<bricker`work>
using pry-debugger, it seems "step" and "next" do the same thing. As I understand it, "step" should move FORWARD (next operation), and "next" should move DOWN (next operation in this scope), right? But both "next" and "step" just dig into the methods
kaspergrubbe has joined #ruby
<bricker`work>
or am I misunderstanding their use?
Valentinial has joined #ruby
awarner has quit [Remote host closed the connection]
<DouweM>
bricker`work: I think step steps *into* the next method, while next merely jumps over it
<bricker`work>
DouweM: that's what I mean (sorry for the terrible explanation)
<bricker`work>
but "next" is also going into the next method when I try it. I wonder why.
<DouweM>
ah right, I misunderstood
<DouweM>
strange
<Valentinial>
if i have rvm which has 1.9.3 installed and 2.0.0 installed . unicorn was present when 1.9.3 was there. i'm trying to upgrade to 2.0.0. unicorn throws an error cannot load such file unicorn/launcher. google says to uninstall gem if installed during 1.9.3 and reinstall, which i have done but nothing changes. am i doing it right? gem uninstall unicorn (while on 1.9.3) then gem install unicorn (while on 2.0.0)?
Elhu has quit [Quit: Computer has gone to sleep.]
postmodern has joined #ruby
soheil has quit [Remote host closed the connection]
Uranio has joined #ruby
chineduu has joined #ruby
<aldodelgado>
Any suggestions?
ua has joined #ruby
kaspergrubbe has quit [Ping timeout: 246 seconds]
sambao21 has joined #ruby
dkamioka_ has quit [Remote host closed the connection]
dkamioka has joined #ruby
dkamioka has quit [Remote host closed the connection]
dkamioka has quit [Remote host closed the connection]
<DouweM>
aldodelgado: sorry, can't help. might be easier if you just use classes
<DouweM>
bricker`work: :)
dkamioka has joined #ruby
splittingred has joined #ruby
dayepa has quit [Quit: dayepa]
mojjojo has joined #ruby
<aldodelgado>
Not really looking to use classes, but I'll keep that in the back of my head. Thanks
dayepa has joined #ruby
<ua>
guys, is anyone working on ruby VM working in a way that V8 is working?
terrellt has joined #ruby
<DouweM>
aldodelgado: I'm not completely sure how modules including or extending modules works when they want to call eachother's methods
Guest96943 is now known as diegoviola
yfeldblum has quit [Ping timeout: 245 seconds]
<aldodelgado>
DouweM: Yea I'm having the same issue... lol But I want to understand them better. I'll just keep trying, till I have a better understanding of it :-)
mansi has quit [Remote host closed the connection]
divi_ has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
Jeticus has joined #ruby
yfeldblu_ has quit [Ping timeout: 246 seconds]
dkamioka_ has joined #ruby
lfox has joined #ruby
yfeldblum has joined #ruby
dkamioka has quit [Ping timeout: 260 seconds]
vince_prignano has quit []
CaptainJet has quit [Ping timeout: 252 seconds]
rickruby has quit [Ping timeout: 252 seconds]
Jeticus has quit [Client Quit]
CaptainJet has joined #ruby
flaccid_ has joined #ruby
<flaccid_>
ruby is always way too many ways to do something. is there a popular de facto way to parse xml. i just have yaml or json to convert to xml and need to puts it
Astralum has quit [Read error: Connection reset by peer]
Soda has joined #ruby
Astralum has joined #ruby
yfeldblum has quit [Ping timeout: 240 seconds]
jibi has quit [Read error: Connection reset by peer]
divi_ has joined #ruby
sriehl has quit [Remote host closed the connection]
<apeiros>
flaccid_: to parse xml use nokogiri
<apeiros>
flaccid_: but what you describe is not parsing xml…
vipjun has joined #ruby
<flaccid_>
apeiros: woops yeah, sometimes i might actually parse xml but in this case my source will be json or yaml
<flaccid_>
thanks apeiros nokogiri seems popular/de facto enough
hiyosi has joined #ruby
<flaccid_>
i assume that can convert one of the sources to xml too?
* flaccid_
goes to read
<bricker`work>
flaccid_: nokogiri isn't for JSON/YAML. Ruby has built-in parsers for those.
<flaccid_>
bricker`work: yeah doens't seem to do it. i can just to_xml with stdlib ?
jcromartie has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
splittingred has quit [Quit: splittingred]
kaldrenon has quit [Remote host closed the connection]
iamjarvo_ has quit [Remote host closed the connection]
iliketurtles has joined #ruby
kaldrenon has joined #ruby
mansi has joined #ruby
<platzhirsch>
With p = Proc.new { |i| ... } can I pass the p variable to a method with a block expecting one variable? my_method &p does not work. Only works as: my_method { |i| p.call(i) }
splittingred has joined #ruby
laputa has joined #ruby
iamjarvo has joined #ruby
<DouweM>
platzhirsch: try &p
mikepack has joined #ruby
splittingred has quit [Client Quit]
<platzhirsch>
DouweM: my_method &p ?
<DouweM>
ah damn, I misread
Nogbit has quit [Ping timeout: 268 seconds]
amacgregor has joined #ruby
<DouweM>
yeah, that was what I was suggesting. doesn't work? hmm
banjara has quit [Quit: Leaving.]
<laputa>
hi, i'm using rvm , my ruby gem all under rvm. but when i try to uninstall a gem(bundler). it says "bundler is not installed in GEM_HOME".
banjara has joined #ruby
nisstyre has joined #ruby
<platzhirsch>
I think normally it works, because I tried it on def x; puts yield; end
<platzhirsch>
there it works fine, get the method definition of Curl.get/post is different *dive into the source code*
<laputa>
i've checked my GEM_HOME which is /home/denzel/.rvm/gems/ruby-2.0.0-p247 also under the rvm
Monie has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<DouweM>
platzhirsch: yeah, weird
Mitchellvanw has quit [Quit: Dozing off...]
aspires has quit [Quit: sudo making a sandwich]
dnyy has quit []
mansi has quit [Read error: Connection reset by peer]
ner0x has quit [Quit: Leaving]
mansi has joined #ruby
<platzhirsch>
the method definition uses yield c if block_given? maybe block_given? works different here
<Hanmac>
platzhirsch:
Nogbit has joined #ruby
mercwithamouth has quit [Ping timeout: 260 seconds]
guns has quit [Ping timeout: 260 seconds]
<Hanmac>
>> pr = Proc.new {|i| p i } ; [1,2,3].each(&pr)
mikepack has quit [Remote host closed the connection]
bigoldrock1 has quit [Ping timeout: 246 seconds]
mansi has quit [Read error: Connection reset by peer]
ehc has quit [Quit: ehc]
relix has joined #ruby
<platzhirsch>
undefined method `&' for.. hm
mansi has joined #ruby
<DouweM>
hehe that could be it
<laputa>
hi, anyone knows why it says "gem is not installed in GEM_HOME" when i wanna uninstall a gem under rvm. i've checked my GEM_HOME , it's under .rvm
<platzhirsch>
it evaluated the method and returns the object
<DouweM>
you'll need parentheses
<DouweM>
my_meyhod(&proc)
<DouweM>
otherwise it'll think you want my_method.&(proc)
ezkl_ has quit [Quit: QUIT!]
jkline has joined #ruby
<platzhirsch>
the same error actually Curl.get(url, parameter, settings).&settings
vlad_sta_ has joined #ruby
pu22l3r_ has joined #ruby
aspires has joined #ruby
<platzhirsch>
oh
relix has quit [Client Quit]
<DouweM>
if you want to pass a proc as a block, it needs to be the last param
<DouweM>
with & in front, within the parentheses
<platzhirsch>
okay now I messed up everythign ^^
duggiefresh has quit [Remote host closed the connection]
<platzhirsch>
method(a, b, &c)? I thought I have been there
<DouweM>
that looks about right
peregrine81 has joined #ruby
<platzhirsch>
apparently, I haven't, now it works
vlad_starkov has quit [Ping timeout: 240 seconds]
<platzhirsch>
Guess I have mixed up all the variations I tried at some point, thanks for helping out :)
heidi has joined #ruby
asteros has quit [Quit: asteros]
bradhe has joined #ruby
workmad3 has joined #ruby
soheil has joined #ruby
yfeldblum has joined #ruby
pu22l3r has quit [Ping timeout: 268 seconds]
<shevy>
let's make ruby the fastest scripting language out there
Eiam has quit [Quit: ╯°□°)╯︵ǝpouǝǝɹɟ]
pu22l3r_ has quit [Ping timeout: 268 seconds]
<alpha123>
shevy: That would actually be really cool, as I use it for scripting my window manager (i3) a lot and there's a noticeable delay for some things. :/
<shevy>
yeah
<shevy>
I wanted to write a replacement in ruby for bash or zsh but file listing of like 5000 files in pure ruby is so much slower than in bash
vlad_sta_ has quit [Remote host closed the connection]
<shevy>
hmm
jamblack has quit [Quit: jamblack]
<shevy>
i3 is not ion right?
benlieb has joined #ruby
momomomomo has quit [Quit: momomomomo]
<alpha123>
shevy: No, it's kind of like wmii, if you've used that.
wildroman2 has joined #ruby
relix has joined #ruby
<ShellFu>
i3 is pretty darn cool. I still cant let go of fluxbox though. Have way to much customized :|, but I do use i3 from time to time.
<alpha123>
ShellFu: I got addicted to i3 pretty quickly, before I put too much effort into openbox
aley has joined #ruby
<platzhirsch>
so, making Ruby faster... maybe it's easier to purge all other scripting languages?
<ShellFu>
openbox is decent. I hate the xml configs vs clean K=V but its still a good wm
patchwork has joined #ruby
<ShellFu>
my opinion on arguing over speed of interpreted languages is moot. it will never match compiled. and people should use the language that suits the task. Not the flavor of the month
<shevy>
platzhirsch stifling competition is outside our control. but making ruby faster could be done. I wonder what the biggest bottlenecks are. perhaps we could throw out some things out of the language too
dnyy has quit []
alekst has quit [Quit: Computer has gone to sleep.]
dnyy has joined #ruby
mikepack has joined #ruby
aspires has quit [Quit: sudo making a sandwich]
rudisimo has quit [Quit: Leaving.]
aspires has joined #ruby
<platzhirsch>
I wanted to say disable GC, but below 8 MB the GC is not active anyway I think
anderse has quit [Quit: anderse]
dv_ has quit [Remote host closed the connection]
nari has joined #ruby
mary5030 has quit [Ping timeout: 240 seconds]
cescalante is now known as ce_afk
zipper has joined #ruby
mikepack_ has joined #ruby
axl_ has joined #ruby
yfeldblum has quit [Remote host closed the connection]
Targen has quit [Ping timeout: 260 seconds]
DrShoggoth has quit [Remote host closed the connection]
CreativeEmbassy has quit [Quit: Computer has gone to sleep.]
stringoO has quit [Quit: stringoO]
petey has joined #ruby
mikepack_ has quit [Remote host closed the connection]
patchwork has left #ruby [#ruby]
wildroman3 has joined #ruby
mikepack has quit [Ping timeout: 252 seconds]
d45h has quit []
kcombs has quit [Remote host closed the connection]
flaccid_ has left #ruby ["Konversation terminated!"]
<ericx2x>
Would my client be mad if I started working fulltime without letting him know?
SJr has joined #ruby
momomomomo has joined #ruby
wallerdev has joined #ruby
axl_ has joined #ruby
mansi has quit [Read error: Connection reset by peer]
<DouweM>
ericx2x: clients are known to be very understanding
yfeldblum has joined #ruby
mansi has joined #ruby
<ericx2x>
DouweM: What makes you say this?
Clooth has quit [Quit: Leaving...]
<DouweM>
experience, with a hint of sarcasm
threesome has quit [Ping timeout: 260 seconds]
wildroman3 has quit [Remote host closed the connection]
<ericx2x>
Well, I just recently started working full time and I still haven't let him know except he has caught on
<ericx2x>
since I couldnt make a phone call with him today
Gerente has quit [Read error: Operation timed out]
<ericx2x>
I'm wondering how I should handle the situation now.
<DouweM>
are you able to finish the job on the terms you agreed to?
angusiguess has quit [Ping timeout: 245 seconds]
<ericx2x>
Yes
<ericx2x>
but before I would have time during the day to take calls for issues
<ericx2x>
Now my day is taken up by my full time job.
mansi has quit [Remote host closed the connection]
weszlem has quit []
Xeago has joined #ruby
mansi has joined #ruby
aspires has quit [Quit: sudo making a sandwich]
<DouweM>
right. it would probably have been best to let him know about calls during the day, but you haven't done anything wrong per se if you'll still be able to finish the job
Guest50999 has quit [Read error: Operation timed out]
scottstamp has quit [Quit: BRB]
staafl has quit [Ping timeout: 248 seconds]
<ericx2x>
Well, I can certainly finish this job.
aspires has joined #ruby
<ericx2x>
Future jobs I'm not so sure
mark_locklear has quit [Ping timeout: 244 seconds]
krawchyk has quit []
<ericx2x>
But of course I would let my client know if I think I could or couldn't complete a job
scottstamp has joined #ruby
TheShaun|AFK is now known as TheShaun
<DouweM>
is this a client you've worked with earlier? in that case it would actually have been appropriate to let him know you wouldn't be able to take on any new jobs, and to help him find a new developer
scottstamp has quit [Remote host closed the connection]
<DouweM>
it's not too late for that, of course
<ericx2x>
Yea
danshultz has joined #ruby
<ericx2x>
I was afraid that I may not get this full time opportunity
<DouweM>
but if you have a relationship with this client, you should probably have let him know
<ericx2x>
Yes, I do have a relationship with the client
RichardBaker has quit [Quit: RichardBaker]
scottstamp has joined #ruby
weszlem has joined #ruby
drumsrgr8forn8 has quit [Remote host closed the connection]
mansi has quit [Ping timeout: 260 seconds]
raar has joined #ruby
raar is now known as Guest29360
<ericx2x>
I feel I should have let him known sooner I just was afraid this current opportunity might have failed so I didn't want to let my client know in the situation that I never got this current job
<ericx2x>
I suppose now that I have this current job I can work with him
momomomomo has quit [Quit: momomomomo]
<ericx2x>
Although I would love to work both jobs but I'm not sure if that is possible.
<DouweM>
yeah that makes sense, but it would have been better if he found out from you personally rather than having to figure it out himself through missed calls
Guest81164 has quit [Quit: Guest81164]
RichardBaker has joined #ruby
Gerente has joined #ruby
aspires has quit [Quit: sudo making a sandwich]
<ericx2x>
Thanks for the insight DouweM
sailias has quit [Quit: Leaving.]
s2013 has quit [Quit: Leaving]
JonahR has quit [Quit: jonahR]
<DouweM>
np
marr has joined #ruby
newton has quit [Ping timeout: 240 seconds]
amacgregor_ has joined #ruby
hiyosi has joined #ruby
hotpancakes has joined #ruby
<hotpancakes>
Hi, noob here. Is there any appreciable difference in defining a class method as self.method vs Class.method? Thanks!
<hotpancakes>
...other than the fact that you'd have to rename these methods if the class name changed
<workmad3>
hotpancakes: nope
<workmad3>
hotpancakes: there's no difference at all
<workmad3>
hotpancakes: other than minor maintainability :)
fijimunkii has quit [Ping timeout: 265 seconds]
atno__ has quit [Remote host closed the connection]
amacgregor has quit [Ping timeout: 246 seconds]
<workmad3>
hotpancakes: self == YourClass inside the class definition ;)
barratt has quit [Read error: Connection reset by peer]
<hotpancakes>
workmad3: Thanks! That's what I suspected, but you can never be too certain of anything when you're just learning, right?
mikesplain2 has quit [Ping timeout: 252 seconds]
peregrine81 has quit []
<workmad3>
hotpancakes: the great thing with ruby is that you can frequently check these things ;)
<workmad3>
hotpancakes: stick a 'puts self' inside a class definition, outside of any method definitions
_Andres has joined #ruby
yfeldblum has quit [Remote host closed the connection]
<hotpancakes>
workmad3: so 'puts self' in irb is pretty handy. any way to easily accomplish something similar within the code of a rails app?
volty has joined #ruby
<workmad3>
hotpancakes: sure... do the same thing
<workmad3>
hotpancakes: or Rails.logger.info(self)
Xeago has quit [Remote host closed the connection]
<workmad3>
err, Rails.logger.info(self.inspect)
aspires has quit [Client Quit]
<DouweM>
puts self will work there too, it'll end up in your server process logs. Rails.logger.info will end up in logs/development.log
yfeldblu_ has joined #ruby
brennanM_ has quit [Ping timeout: 240 seconds]
thesheff17 has joined #ruby
mrsolo has quit [Quit: This computer has gone to sleep]
kaspergrubbe has quit [Remote host closed the connection]
<workmad3>
DouweM: 'puts self' won't end up in server process logs, unless you're using something like runit that redirects stdout to a log file
zeade has joined #ruby
kevind has quit [Quit: kevind]
funburn has joined #ruby
kaspergrubbe has joined #ruby
<DouweM>
I mean what you'll see in the output of the actual server command. puma and unicorn don't show Rails's app logs in their output, where webrick does
lfox has quit [Quit: ZZZzzz…]
JRizzle has left #ruby ["Leaving"]
<DouweM>
puts won't end up in your development.log, Rails.logger.info won't always end up in the server process's output
newbiehacker has quit [Ping timeout: 260 seconds]
<DouweM>
Sorry if I was a bit unclear
<workmad3>
:)
newton has joined #ruby
phinfonet has joined #ruby
<phinfonet>
Hello
julian-delphiki has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
earthquake has quit [Quit: earthquake]
geggam has quit [Remote host closed the connection]
<hotpancakes>
so if I have a private method within a User class, that self is scoped to User as well?
<hotpancakes>
*assuming that self is used within the private method, obviously
<phinfonet>
i'm having a trouble with rubygems
<phinfonet>
can anyone help-me?
h0rrorvacui has joined #ruby
<DouweM>
hotpancakes: within instance methods, self is the instance
kaspergrubbe has quit [Ping timeout: 252 seconds]
Apane has joined #ruby
drumusician has quit [Ping timeout: 246 seconds]
iamjarvo has quit [Remote host closed the connection]
<hotpancakes>
phinfonet: not sure how much help I can be, but shoot :)
Jdubs has quit [Remote host closed the connection]
<phinfonet>
but i'm not sure if is exactly on ruby gems, or a dependecy
_Andres has quit [Ping timeout: 260 seconds]
_Andres has joined #ruby
phantasm66 has quit [Quit: *sleeeep….]
<hotpancakes>
phinfonet: hmm, relatively new myself. can't say I know the answer. :(
<hotpancakes>
DouweM: ah, kapish
kaspergrubbe has joined #ruby
<phinfonet>
i was "googled" a bit, but no results ://
<phinfonet>
i received it in 2.0.0-p247 and 2.0.0-p195
<workmad3>
phinfonet: can you add all the command(s) you ran and the full error output to a gist on http://gist.github.com please
<workmad3>
?
<hotpancakes>
DouweM: is it just me, or do others also find it somewhat confusing when creating so many abstractions, especially in the context of rails?
soheil has quit []
jhulten has quit [Remote host closed the connection]
<phinfonet>
workmad3: it is the full error, and i just use "gem install rails"
<DouweM>
hotpancakes: example?
<hotpancakes>
DouweM: not necessarily related to my previous question...
jhulten has joined #ruby
iamjarvo has joined #ruby
<DouweM>
hotpancakes: :) I'm curious what you're thinking of when you say "so many abstractions"
<DouweM>
hotpancakes: not that you're not onto something
<workmad3>
phinfonet: hmm... I'd suggest asking in #rubygems then... and chances are they'll want details on your OS distro and what versions you're running :)
timonv has quit [Ping timeout: 252 seconds]
RichardBaker has joined #ruby
<phinfonet>
workmad3: thanks, i'll ask...
<phinfonet>
i guess it might be a OSX problem
<hotpancakes>
DouweM: well, I should say using many of the "free" methods provided within rails, alongside those methods of other gems, alongside of your own...
<workmad3>
phinfonet: many peeps (myself included) are fine on os x
bigoldrock has joined #ruby
<workmad3>
phinfonet: but it could be something that still needs shaking out on mavericks if you've updated :)
popl has quit [Quit: Lost terminal]
shadoi has quit [Read error: Connection reset by peer]
<DouweM>
hotpancakes: yeah, it can get a bit messy and overwhelming when you're new to it all
kitak has joined #ruby
<phinfonet>
yep, i'm on mavericks... on ML this works fine
shadoi has joined #ruby
<workmad3>
phinfonet: which is another question - did you upgrade to mavericks, and did you have ruby installed before the upgrade?
aspires has joined #ruby
<workmad3>
and did you reinstall after the upgrade? :)
<phinfonet>
workmad3: i've done a clean install
theRoUS has joined #ruby
theRoUS has joined #ruby
theRoUS has quit [Changing host]
<workmad3>
ok :)
stkowski has joined #ruby
<workmad3>
worth checking ;)
Domon_ has quit [Ping timeout: 272 seconds]
dekz has quit [Ping timeout: 272 seconds]
<hotpancakes>
DouweM: it may sound silly, but it feels like there's quite the mental tax by keeping it all "up there"
sergicles has quit [Read error: Connection reset by peer]
mercwithamouth has joined #ruby
shaileshg_ has quit [Read error: Connection reset by peer]
xerxas has quit [Read error: Connection reset by peer]
sergicles has joined #ruby
<workmad3>
hotpancakes: it gets easier
shaileshg_ has joined #ruby
blackmesa has quit [Ping timeout: 240 seconds]
xerxas has joined #ruby
jhulten has quit [Ping timeout: 246 seconds]
axl_ has quit [Quit: axl_]
DanBoy has quit [Ping timeout: 240 seconds]
Bry8Star{T2 has quit [Ping timeout: 240 seconds]
aep has quit [Ping timeout: 272 seconds]
dekz has joined #ruby
hiyosi has joined #ruby
Domon_ has joined #ruby
mansi has joined #ruby
aep has joined #ruby
bw_ has quit [Ping timeout: 272 seconds]
<volty>
off topic question for fine mans on fine os x: what do you suggest for sharing a printer connected to a linux host, http cups, ipp or samba?
bw_ has joined #ruby
likemike_ has quit [Ping timeout: 272 seconds]
foobArrr has quit [Quit: bye]
blackmesa has joined #ruby
XenoWolf has quit [Remote host closed the connection]
jhulten has joined #ruby
XenoWolf has joined #ruby
<hotpancakes>
workmad3: yep, I guess much of it distills down to recognizing which things one should memorize, and which things one should look up as necessary.
<workmad3>
volty: whichever one you can get setup quickest? :P
claymore has quit [Quit: Leaving]
ericx2x has quit [Quit: Page closed]
<volty>
workmad3: smart! :P
foobArrr has joined #ruby
mrsolo has joined #ruby
<workmad3>
volty: and with that smart (ass) comment, I'm off to bed :)
<volty>
gn, thx :)
<DouweM>
hotpancakes: don't try to memorize anything from the get go, eventually things you look up a lot will settle themselves in your memory
andrew2123 has joined #ruby
<andrew2123>
Hey where do you guys find clients?
kcombs has joined #ruby
Apane has quit []
<andrew2123>
Do you guys mainly have clients that you have a longterm relationship with or clients that you do one time work for?
Bry8Star{T2 has joined #ruby
huttan has joined #ruby
Davey has quit [Quit: Computer has gone to sleep.]
brennanMKE has joined #ruby
<volty>
on the bazaar, approach nice ladies, smile and tell them that you are an expert in ruby
Monie has joined #ruby
Davey has joined #ruby
bean___ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
workmad3 has quit [Ping timeout: 252 seconds]
kevind has joined #ruby
mansi has quit [Ping timeout: 246 seconds]
cads has joined #ruby
johnnyfuchs has quit [Quit: Leaving.]
huttan has quit [Ping timeout: 272 seconds]
bigoldrock has quit [Ping timeout: 246 seconds]
nisstyre has quit [Quit: Leaving]
agent_white has joined #ruby
relix has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
wildroman2 has joined #ruby
yfeldblu_ has quit [Remote host closed the connection]
yfeldblum has joined #ruby
<agent_white>
So why does (128.0%5) return 3 instead of 6?
JonahR has quit [Quit: jonahR]
ShellFu has quit [Quit: Leaving]
<DouweM>
because 25*5 == 125 and 128-125 == 3 ?
<canton7>
because 128 = 25 * 5 + 3
<deegen>
Becase that's what it's supposed to be?
<volty>
because the mantissa of the number is within trolling interval
<agent_white>
I must be misunderstanding modulator
<shevy>
Because my family jewels are larger than yours!
<agent_white>
Haha no trolling, I am a new programmer :)
<volty>
shevy's nice: because my uncle is a boxer :)
ce_afk is now known as cescalante
<canton7>
the modulo operator gives the remainder. so '128 % 5' means "multiple 5 by the largest number you can, such that the result is still less than 128. what remains"?