<savagecroc>
but it hangs after i call the command.. is there anyway i can get ruby to run the command and continue processing?
qmx|away is now known as qmx
_Sketch_ has joined #ruby-lang
cHarNe2 has joined #ruby-lang
<_Sketch_>
I have a method that takes an object, which could be an array-like or a hash-like. Is there any way to test the arity of the object's .each method, so I can choose how to iterate over its contents?
<cHarNe2>
hi guys, im scanning a file and doing regex on all the lines but i get error when it gets to special chars. http://pastie.org/5700972 any ideas? :)
qmx is now known as qmx|away
<mistym>
cHarNe2: Looks like the problem is with your string. Its encoding is declared as ASCII but it contains nonascii characters.
<cHarNe2>
mistym: ok, the file comes from an american system, but contains swedish chars
<cHarNe2>
mistym: is it possible to just change the coding on the strings (the hole array aswell)
<cHarNe2>
zenspider: depends on the situation, im making a log-viewer. would suck if the person using the program would have to open the file and save it bofor the program can be used ;)
mrsolo has quit [Ping timeout: 245 seconds]
apeiros has joined #ruby-lang
jimmyy has quit [Read error: Operation timed out]
jimmyy has joined #ruby-lang
rohit has quit [Quit: Leaving]
bzalasky has quit [Remote host closed the connection]
kogent has joined #ruby-lang
spuk has quit [Ping timeout: 256 seconds]
spuk has joined #ruby-lang
dankest is now known as dankest|away
apeiros has quit [Ping timeout: 240 seconds]
dankest|away has quit [Quit: Leaving...]
methods has joined #ruby-lang
dankest has joined #ruby-lang
mrsolo has joined #ruby-lang
methods has left #ruby-lang [#ruby-lang]
cored has quit [Ping timeout: 244 seconds]
cored has joined #ruby-lang
thufir_ has joined #ruby-lang
glebm has quit [Quit: Computer has gone to sleep.]
ivanoats has joined #ruby-lang
ivanoats has joined #ruby-lang
davidbalber|away is now known as davidbalbert
firefux has joined #ruby-lang
brianpWins has quit [Quit: brianpWins]
_Sketch_ has quit [Read error: Connection reset by peer]
_Sketch_ has joined #ruby-lang
dhruvasagar has quit [Ping timeout: 244 seconds]
cirenyc has quit [Quit: Leaving...]
apeiros has joined #ruby-lang
mistym has quit [Remote host closed the connection]
cirenyc has joined #ruby-lang
dustint_ has quit [Quit: Leaving]
vlad_starkov has joined #ruby-lang
apeiros has quit [Ping timeout: 255 seconds]
vlad_starkov has quit [Ping timeout: 260 seconds]
mossplix has joined #ruby-lang
ryez has joined #ruby-lang
thufir_ has quit [Remote host closed the connection]
io_syl has quit [Quit: Computer has gone to sleep.]
gregmoreno has quit [Ping timeout: 256 seconds]
<yorickpeterse>
Morning
countdigi has joined #ruby-lang
<gnufied>
Morning
dc5ala has joined #ruby-lang
<injekt>
morning
blacktulip has joined #ruby-lang
brianpWins has quit [Quit: brianpWins]
kgrz has joined #ruby-lang
<unsymbol>
morning
dzhulk has joined #ruby-lang
cirenyc has joined #ruby-lang
Criztian has quit [Remote host closed the connection]
Criztian has joined #ruby-lang
cirenyc has quit [Ping timeout: 252 seconds]
madish has joined #ruby-lang
diegoviola has quit [Quit: WeeChat 0.3.9.2]
vlad_starkov has joined #ruby-lang
chekcmate has joined #ruby-lang
<chekcmate>
hi guys
<chekcmate>
I wanted to get everything enclosed in "" in a string, tinkered this: [/"([^\"]*)"/]
<chekcmate>
but I get ["string"] instead of [string] - what am I doing wrong?
<chekcmate>
rubular shows it without ""
rolfb has joined #ruby-lang
<chekcmate>
a little hint is greatly appreciated
apeiros has quit [Ping timeout: 256 seconds]
<whitequark>
chekcmate: your regexp is correct
<whitequark>
through you don't need a slash in [^
<whitequark>
"]
<whitequark>
argh, [^\"]
diego has joined #ruby-lang
diego is now known as diegoviola
saLOUt has joined #ruby-lang
Criztian has quit [Remote host closed the connection]
beiter has joined #ruby-lang
francisfish has joined #ruby-lang
apod has joined #ruby-lang
runeb has quit [Remote host closed the connection]
<yorickpeterse>
chekcmate: that is probably because it's an actual string, which IRB/Pry and the likes show as `"string"`
vlad_starkov has quit [Remote host closed the connection]
<yorickpeterse>
if it would contain quotes it would be displayed as "\"string\""
blazes816 has quit [Quit: blazes816]
t_ has quit [Ping timeout: 255 seconds]
runeb has joined #ruby-lang
<chekcmate>
yorickpeterse: so I did nothing wrong here?
rue|w has joined #ruby-lang
<chekcmate>
oh, I thought I had to escape "
<chekcmate>
whitequark: / yorickpeterse: thank you guys! :)
vlad_starkov has joined #ruby-lang
workmad3 has joined #ruby-lang
<yorickpeterse>
np
t_ has joined #ruby-lang
zz_chrismcg is now known as chrismcg
ruby-lang171 has joined #ruby-lang
_Sketch_ has quit [Read error: Connection reset by peer]
_Sketch_ has joined #ruby-lang
ruby-lang171 has quit [Client Quit]
t_ has quit [Ping timeout: 276 seconds]
<yorickpeterse>
So I got a rather interesting Email yesterday. The ruby-gnome people are apparently working on GTK3 bindings and as such will be taking over my half-assed gem
apeiros has joined #ruby-lang
<chekcmate>
yorickpeterse: What is your gem called?
<yorickpeterse>
gtk3
<yorickpeterse>
So it makes sense for them to take over. I don't have time to maintain it anyway
<chekcmate>
that's a big one, isn't it?
<yorickpeterse>
Oh yeah, GTK is massive
<yorickpeterse>
Especially since you also have to implement gobject, pango and all the others
<chekcmate>
they depend on gtk?
<yorickpeterse>
No, the other way around
<chekcmate>
ah ok, good to know
<yorickpeterse>
In the end you can easily spend a year or more to implement it
<chekcmate>
you don't look that old, how long have you been working on it?
karasawa has quit [Ping timeout: 248 seconds]
<yorickpeterse>
haha
<yorickpeterse>
I started somewhere in May
<yorickpeterse>
Spent a month or two on it, then realized I didn't have the time for it
<chekcmate>
(well, looing young doesn't mean anything... I know someone who's 31 and looks like 20)
karasawa has joined #ruby-lang
<chekcmate>
yea, I believe you... lot of responsibility
<chekcmate>
(perhaps?)
nkr has joined #ruby-lang
<yorickpeterse>
Just a lot of work mostly
<yorickpeterse>
The docs of GTK aren't always as clear and as such it can get quite complicated
tbuehlmann has joined #ruby-lang
emocakes has joined #ruby-lang
cirenyc has joined #ruby-lang
dzhulk has quit [Read error: Connection reset by peer]
Haribhau has quit [Read error: Connection reset by peer]
cirenyc has quit [Ping timeout: 276 seconds]
<chekcmate>
yorickpeterse: New releases are checked by a 3rd party before going live, are they?
eltoniodelavega has joined #ruby-lang
dzhulk has joined #ruby-lang
saLOUt has quit [Quit: Konversation terminated!]
saLOUt has joined #ruby-lang
fsvehla_ has joined #ruby-lang
fsvehla has quit [Read error: Connection reset by peer]
fsvehla_ is now known as fsvehla
vlad_starkov has quit [Read error: Connection reset by peer]
robotmay has quit [Ping timeout: 252 seconds]
vlad_starkov has joined #ruby-lang
fsvehla has quit [Client Quit]
fsvehla has joined #ruby-lang
dzhulk has quit [Read error: Connection reset by peer]
dzhulk has joined #ruby-lang
_Sketch_ has quit [Ping timeout: 244 seconds]
ruby-lang169 has joined #ruby-lang
fsvehla has quit [Client Quit]
fsvehla has joined #ruby-lang
postmodern has quit [Quit: Leaving]
b1rkh0ff has joined #ruby-lang
pabs has quit [Ping timeout: 252 seconds]
robotmay has joined #ruby-lang
dzhulk1 has joined #ruby-lang
<yorickpeterse>
hm?
dzhulk has quit [Ping timeout: 276 seconds]
zmack has quit [Read error: Connection reset by peer]
zmack has joined #ruby-lang
rohit has joined #ruby-lang
waffleau_ has quit [Quit: waffleau_]
dwu1 has quit [Quit: Leaving.]
<eltoniodelavega>
Hello Ruby people,
<eltoniodelavega>
I am new to ruby and I'm having trouble debugging a Ruby "problem". I am trying to run td-agent (Fluentd) and at launch, it tries to find jsonpath, can't find even though it is installed.
<andrewvos>
eltoniodelavega: Is this a file that you have created?
<andrewvos>
eltoniodelavega: Try require_relative instead of require.
rohit has quit [Ping timeout: 248 seconds]
Haribhau has joined #ruby-lang
krz has quit [Ping timeout: 246 seconds]
Haribhau has quit [Read error: Connection reset by peer]
_br_ has quit [Excess Flood]
cirenyc has joined #ruby-lang
Haribhau has joined #ruby-lang
Haribhau has quit [Read error: Connection reset by peer]
carloslopes has joined #ruby-lang
Haribhau has joined #ruby-lang
Haribhau has quit [Read error: Connection reset by peer]
Haribhau has joined #ruby-lang
sandbags has joined #ruby-lang
Haribhau has quit [Read error: Connection reset by peer]
sandbags has quit [Changing host]
sandbags has joined #ruby-lang
_br_ has joined #ruby-lang
Haribhau has joined #ruby-lang
<sandbags>
Hello. Has anyone here had success compiling Ruby 1.9.3-p374 on OSX 10.8 so that you can run, e.g. rails console, without an Abort Trap: 6 error?
<sandbags>
I'm actually trying with the apple-gcc-4.2 from home brew rather than the Xcode compiler
<injekt>
yeah, this is why so many people use 'is'
cirenyc has quit [Ping timeout: 245 seconds]
<charliesome>
is 'is' === ?
<injekt>
True is 1 would fail, True is True would pass
<injekt>
yeah if you're talking php style
<whitequark>
earlier today I thought that maybe I should have used python for foundry. because, you know, it's more beginner-friendly and so
<whitequark>
hah. never again
<charliesome>
whitequark: you are forgiven. now say 3 hail marys and place $20 in the collection tin
<injekt>
I still never understood accessing class members as instance variables
<injekt>
lass Foo: x = 1; Foo().x #=> 1
<injekt>
LASS
<chekcmate>
class.
<chekcmate>
?
<injekt>
you have to ask?
<chekcmate>
who knows
<charliesome>
injekt: i think that falls out as a consequence of python's object system more than anything else
<injekt>
charliesome: possibly, but then class members are mutable over instances
<charliesome>
not totally convinced it's a lol
<charliesome>
oh lol
<injekt>
i1.x = 2; i2.x #=> 2
<charliesome>
rebindable?
<chekcmate>
injekt: maybe you just invented a new class type.. lass
<charliesome>
haha fark
<injekt>
chekcmate: :)
<injekt>
charliesome: :)
<charliesome>
injekt: nope
<injekt>
hm
<injekt>
oh ok
<charliesome>
not in 2.7 at least
<injekt>
lists
<charliesome>
yeah lists are fucked because __iadd__
<charliesome>
which is the worst thing ever
<injekt>
yeah
<charliesome>
the only other language i can think of that lets you override compound assignment is c++
bigtunacan has joined #ruby-lang
<injekt>
definitely make sure you get mutable default args in there, that's one of the most fucked up imo.. def foo(x=[]): x.append(1); return x; x() #=> [1]; x() #=> [1,1]; x() #=> [1,1,1] etc
<charliesome>
i have default args are memoized
<injekt>
which is why you generally see lots of def foo(x=None)
<charliesome>
i should sensationalize it a bit
<injekt>
I guess you could also be petty and complain that a = 1; ++a; is syntactically correct, but does absolutely nothing
<charliesome>
* `` repr syntax. jesus christ the son, the father and the holy spirit wow zomg
lcdhoffman has quit [Quit: lcdhoffman]
<injekt>
this one is kinda funny.. a=[[1,2,3,4,5]]*4; a[0][0] = 2; a #=> [[2,2,3,4,5], [2,2,3,4,5], ..]]
soypirate has quit [Quit: Leaving]
soypirate has joined #ruby-lang
<chekcmate>
injekt: are there major differences I would notice between 1.8.7 and 1.9?
<injekt>
chekcmate: syntax differences mostly, but there are others to be aware of
<chekcmate>
I started with 1.9, but have to use 1.8 here
<chekcmate>
though I had no problems yet
<injekt>
uh
<chekcmate>
which is weird imo
<injekt>
why do you 'have to'?
<chekcmate>
company
<injekt>
tell them the code runs 3x slower on 1.8 and you must upgrade
mistym has joined #ruby-lang
mistym has quit [Changing host]
mistym has joined #ruby-lang
<chekcmate>
that's not that easy ^^
<injekt>
seriously any company trying to still to a version that's essentiall ~7 years out of date is retarded
<chekcmate>
it's a erp system ^^
<injekt>
lol
<injekt>
im so glad i run the company i work for
<chekcmate>
it comes from times where it was faster to write database input into files and process them locally instead of directly on the db
<chekcmate>
like '98 or something
beiter has quit [Read error: Connection reset by peer]
<injekt>
so who's checking the website for that new rails vuln eh?
<charliesome>
hmm????
<chekcmate>
you're in real estates?
<injekt>
charliesome: logs, i see requests coming in for it
<charliesome>
ah
<charliesome>
lol people
<injekt>
chekcmate: half of my team is
<jasiek>
i'm looking at the stackoverflow page, one thing that confuses me is 'block local variables'
<charliesome>
there's a fun way to detect if a site uses rack
<jasiek>
what's the advantage of declaring that var in | | ?
xalei has quit [Read error: Connection reset by peer]
<injekt>
charliesome: ah, was that one you?
<charliesome>
yah
<injekt>
charliesome: the params check
<charliesome>
?a=1&a[a]=1 hehe
<injekt>
lol I just got the same request from 3 different ips
<charliesome>
weird
<injekt>
charliesome: you're in aus?
<charliesome>
yeah
waffleau has left #ruby-lang [#ruby-lang]
kurko_ has quit [Ping timeout: 252 seconds]
<chekcmate>
injekt: last question: Is this about giving people the opportunity to show their real estates, or are you guys showing real estates you own and sell? I'm still not clear on that
<injekt>
well, they're managing their customers through our tools, yes
davidmz has joined #ruby-lang
<chekcmate>
what's your target audience? It looks high class
<injekt>
anyone selling real estate
<injekt>
we just have large companies on board
<injekt>
but we're there for the small guys, too.. it's a pretty cheap service for what you get and compared to the alternatives
<chekcmate>
ah so basically, if I ever own a house, doesn't matter how much of value, I could use your plattform in order to sell it?
<davidmz>
I have the following problem:, I want to parse a json to a class, so I can do @user = parse_my_json(json) then I can do @user.id and not @user["id"], this exists in many other languages like c# and java i am new to ruby, thx
<injekt>
chekcmate: sure, our services wouldn't be much use to you just selling a single house, though, the target is more company based
<chekcmate>
i know it states "beta" in the top left corner
<injekt>
chekcmate: it changes for me
<chekcmate>
hm :(
<injekt>
what browser?
<injekt>
and do you have js enabled?
<chekcmate>
IE9, because when using FF18, our proxy breaks the SSL cert. weirdly
<injekt>
odd
<chekcmate>
yes, everything's working, but the price won't change
<injekt>
I'll let the front end guys know
<chekcmate>
well... I'll take that house for 300.000 yen then!
<injekt>
:D
<chekcmate>
making a page work for as many browsers as possbile is always a hassle, I bet
<injekt>
Yeah luckily that's not my job, i hate that crap
<chekcmate>
haha, subordinates hurray!
<injekt>
actually the 2 developers working on it are both co-founders :)
<injekt>
(me and another guy)
<chekcmate>
how many guys are you in total?
cirenyc has joined #ruby-lang
<yorickpeterse>
injekt: so you injekted yourself into the housing market?
* yorickpeterse
feels rather good about that pun
<injekt>
6, 3 marketing/sales 2 devs 1 designer
<chekcmate>
hah :D
<injekt>
yorickpeterse: hah
jonahR has joined #ruby-lang
<chekcmate>
well, I wish you the best of luck with your company!
Bearproof has joined #ruby-lang
<injekt>
thanks :)
<chekcmate>
I'm also currently working on a business idea with a friend of mine, but we're still months away from a prototype
<injekt>
heh, that website was from an idea to launched in about 3 months, but this new crm isn't proving so simple :)
<chekcmate>
that's great and that's exactly how it can be done - I just read a great book about startups and it also said "if you got the idea, start working on it in the next 72 hours"
Bearproof has left #ruby-lang [#ruby-lang]
<chekcmate>
which doesn't mean "start programming headlessly" - but elaborating that idea
<apeiros>
you have to be a chicken in order to start programming headlessly…
<injekt>
you mean, a headless chicken
<chekcmate>
yea, I just wanted it to be understood correctly... I don't think you guys are stupid
<chekcmate>
that would be like speaking before thinking
adambeynon has joined #ruby-lang
vlad_starkov has joined #ruby-lang
zmack_ is now known as zmack
lcdhoffman has joined #ruby-lang
cjs226 has quit []
jorydotcom has joined #ruby-lang
jtoy has joined #ruby-lang
richardburton has quit [Quit: Leaving.]
carloslopes has quit [Remote host closed the connection]
retro|cz has joined #ruby-lang
mistym has quit [Remote host closed the connection]
carloslopes has joined #ruby-lang
carloslopes has quit [Read error: Connection reset by peer]
breakingthings has joined #ruby-lang
carloslopes has joined #ruby-lang
carloslopes has quit [Read error: Connection reset by peer]
srbaker has joined #ruby-lang
cirenyc has quit [Quit: Leaving...]
carloslopes has joined #ruby-lang
carloslopes has quit [Read error: Connection reset by peer]
carloslopes has joined #ruby-lang
carloslopes has quit [Read error: Connection reset by peer]
carloslopes has joined #ruby-lang
Banistergalaxy has quit [Ping timeout: 248 seconds]
Banistergalaxy has joined #ruby-lang
_carloslopes has joined #ruby-lang
_carloslopes has quit [Read error: Connection reset by peer]
_carloslopes has joined #ruby-lang
_carloslopes has quit [Read error: Connection reset by peer]
unlikely_monkey has joined #ruby-lang
_whitelogger has joined #ruby-lang
JohnBat26 has joined #ruby-lang
Steve-W has joined #ruby-lang
benteaa has joined #ruby-lang
jonahR has joined #ruby-lang
justinram has joined #ruby-lang
glebm has joined #ruby-lang
retro|cz has joined #ruby-lang
swav_ has joined #ruby-lang
Banistergalaxy has joined #ruby-lang
scampbell has joined #ruby-lang
t_ has joined #ruby-lang
floyd2_ has joined #ruby-lang
karasawa has joined #ruby-lang
jonasac has joined #ruby-lang
mistym has joined #ruby-lang
yibe_ has joined #ruby-lang
dustint has joined #ruby-lang
bigtunacan has joined #ruby-lang
outoftime has joined #ruby-lang
judofyr has joined #ruby-lang
lupine has joined #ruby-lang
soahccc has joined #ruby-lang
lcdhoffman has joined #ruby-lang
lele has joined #ruby-lang
krz has joined #ruby-lang
jorydotcom has joined #ruby-lang
srbaker has joined #ruby-lang
andreal has joined #ruby-lang
davidmz has joined #ruby-lang
justinseiter has joined #ruby-lang
jesse- has joined #ruby-lang
__BigO__ has joined #ruby-lang
cddr` has joined #ruby-lang
robotmay has joined #ruby-lang
a3li` has joined #ruby-lang
unlikely_monkey has joined #ruby-lang
soypirate has joined #ruby-lang
jtoy has joined #ruby-lang
jacktrick has joined #ruby-lang
thorncp_ has joined #ruby-lang
jxie has joined #ruby-lang
cirenyc has joined #ruby-lang
S2kx has joined #ruby-lang
sailias has joined #ruby-lang
yorickpeterse has joined #ruby-lang
thisirs has joined #ruby-lang
vlad_starkov has joined #ruby-lang
dzhulk has joined #ruby-lang
sabfer has joined #ruby-lang
voker57_ has joined #ruby-lang
breakingthings has joined #ruby-lang
x0F has joined #ruby-lang
scottschecter has joined #ruby-lang
sandbags has joined #ruby-lang
francisfish has joined #ruby-lang
arooni-mobile has joined #ruby-lang
agnitio has joined #ruby-lang
sepp2k has joined #ruby-lang
rsl has joined #ruby-lang
toretore has joined #ruby-lang
zmack has joined #ruby-lang
_br_ has joined #ruby-lang
fsvehla has joined #ruby-lang
pabs has joined #ruby-lang
saLOUt has joined #ruby-lang
aflynn has joined #ruby-lang
tbuehlmann has joined #ruby-lang
eltoniodelavega has joined #ruby-lang
workmad3 has joined #ruby-lang
apeiros has joined #ruby-lang
rue|w has joined #ruby-lang
rolfb has joined #ruby-lang
diegoviola has joined #ruby-lang
chekcmate has joined #ruby-lang
blacktulip has joined #ruby-lang
madish has joined #ruby-lang
countdigi has joined #ruby-lang
agarcia has joined #ruby-lang
marr has joined #ruby-lang
ryez has joined #ruby-lang
pbjorklund has joined #ruby-lang
tonni has joined #ruby-lang
thone has joined #ruby-lang
robbyoconnor has joined #ruby-lang
mitchty has joined #ruby-lang
setmeaway2 has joined #ruby-lang
weeb1e has joined #ruby-lang
scrr has joined #ruby-lang
KM|2 has joined #ruby-lang
gnufied has joined #ruby-lang
DEac- has joined #ruby-lang
ottbot has joined #ruby-lang
cHarNe2 has joined #ruby-lang
aedornv has joined #ruby-lang
vgoff has joined #ruby-lang
matthewd has joined #ruby-lang
canton7 has joined #ruby-lang
jperry2 has joined #ruby-lang
Paradox has joined #ruby-lang
sn0wb1rd has joined #ruby-lang
Axsuul has joined #ruby-lang
stardiviner has joined #ruby-lang
jimmyy has joined #ruby-lang
agib__ has joined #ruby-lang
hibariya has joined #ruby-lang
heftig has joined #ruby-lang
erichmenge has joined #ruby-lang
faces has joined #ruby-lang
bfreeman has joined #ruby-lang
dhsmith has joined #ruby-lang
chaosis has joined #ruby-lang
s0ber has joined #ruby-lang
dvorak has joined #ruby-lang
rdw200169 has joined #ruby-lang
zarubin has joined #ruby-lang
jasiek has joined #ruby-lang
sheerun has joined #ruby-lang
ohsix has joined #ruby-lang
dous has joined #ruby-lang
FiXato has joined #ruby-lang
jaimef has joined #ruby-lang
nazty has joined #ruby-lang
cba has joined #ruby-lang
solars has joined #ruby-lang
ducks has joined #ruby-lang
neocoin has joined #ruby-lang
gix has joined #ruby-lang
rue_XIV has joined #ruby-lang
Weems has joined #ruby-lang
yxhuvud has joined #ruby-lang
MSU has joined #ruby-lang
janjos has joined #ruby-lang
JMcAfreak has joined #ruby-lang
MrWGW- has joined #ruby-lang
manveru has joined #ruby-lang
flori has joined #ruby-lang
flexd has joined #ruby-lang
vbatts has joined #ruby-lang
qmx has joined #ruby-lang
drbrain has joined #ruby-lang
injekt has joined #ruby-lang
ioga_wrk has joined #ruby-lang
yfeldblum has joined #ruby-lang
wnd has joined #ruby-lang
linc01n has joined #ruby-lang
LanceHaig has joined #ruby-lang
lele|w has joined #ruby-lang
kith has joined #ruby-lang
cored has joined #ruby-lang
x2q has joined #ruby-lang
zigidias has joined #ruby-lang
kuja has joined #ruby-lang
ramonmaruko has joined #ruby-lang
kogent has joined #ruby-lang
kotp has joined #ruby-lang
jnoon has joined #ruby-lang
singpolyma has joined #ruby-lang
Asher has joined #ruby-lang
earthquake has joined #ruby-lang
fuzzy8balls has joined #ruby-lang
eban has joined #ruby-lang
xsdg has joined #ruby-lang
tris has joined #ruby-lang
pythonsnake has joined #ruby-lang
kain has joined #ruby-lang
Spaceghostc2c has joined #ruby-lang
firefux has joined #ruby-lang
sspiff has joined #ruby-lang
[dmp]_ has joined #ruby-lang
ddv has joined #ruby-lang
schroedinbug has joined #ruby-lang
Mellett68 has joined #ruby-lang
slaytanic has joined #ruby-lang
DefV has joined #ruby-lang
zcl0ud has joined #ruby-lang
melter has joined #ruby-lang
imajes has joined #ruby-lang
hachiya_ has joined #ruby-lang
andrewvos has joined #ruby-lang
agile has joined #ruby-lang
randym has joined #ruby-lang
Spaceghost|cloud has joined #ruby-lang
hackeron has joined #ruby-lang
akamike has joined #ruby-lang
amdprophet has joined #ruby-lang
franckverrot has joined #ruby-lang
Nisstyre has joined #ruby-lang
rebelcan_ has joined #ruby-lang
grandy has joined #ruby-lang
chris2 has joined #ruby-lang
L0rdShrek___ has joined #ruby-lang
jds___ has joined #ruby-lang
akahn has joined #ruby-lang
thejspr__ has joined #ruby-lang
amateurhuman has joined #ruby-lang
pkondzior__ has joined #ruby-lang
herpless_ has joined #ruby-lang
abuiles_ has joined #ruby-lang
Skitsu`work has joined #ruby-lang
naquad has joined #ruby-lang
dreinull_ has joined #ruby-lang
jsaak has joined #ruby-lang
coffeejunk has joined #ruby-lang
eam has joined #ruby-lang
pcboy_ has joined #ruby-lang
spectra has joined #ruby-lang
dyfrgi has joined #ruby-lang
matled has joined #ruby-lang
dominikh has joined #ruby-lang
oddmunds has joined #ruby-lang
anildigital_work has joined #ruby-lang
Guest85414 has joined #ruby-lang
zenspider has joined #ruby-lang
kke has joined #ruby-lang
reactormonk has joined #ruby-lang
kvs has joined #ruby-lang
jwollert has joined #ruby-lang
bryno has joined #ruby-lang
adam12 has joined #ruby-lang
CoverSlide has joined #ruby-lang
znz_v has joined #ruby-lang
wmoxam has joined #ruby-lang
achiu has joined #ruby-lang
nyuszika7h has joined #ruby-lang
rondale_sc has joined #ruby-lang
mihar has joined #ruby-lang
FastJack has joined #ruby-lang
mame1 has joined #ruby-lang
TheMoonMaster has joined #ruby-lang
hagabaka has joined #ruby-lang
jmeeuwen has joined #ruby-lang
jbwiv has joined #ruby-lang
darix has joined #ruby-lang
musl has joined #ruby-lang
joast has joined #ruby-lang
joschi has joined #ruby-lang
gianlucadv has joined #ruby-lang
jashank has joined #ruby-lang
wycats_ has joined #ruby-lang
kennyvb has joined #ruby-lang
dabradley has joined #ruby-lang
vmoravec has joined #ruby-lang
ddfreyne has joined #ruby-lang
unsymbol has joined #ruby-lang
dbussink has joined #ruby-lang
nibbo_ has joined #ruby-lang
KillerFox has joined #ruby-lang
shachaf has joined #ruby-lang
jammi has joined #ruby-lang
chrismcg has joined #ruby-lang
tsou has joined #ruby-lang
tos9 has joined #ruby-lang
ericwood has joined #ruby-lang
djinni` has joined #ruby-lang
steez has joined #ruby-lang
vesan has joined #ruby-lang
meizaps has joined #ruby-lang
levifig has joined #ruby-lang
benwoody has joined #ruby-lang
whitequark has joined #ruby-lang
ruskie has joined #ruby-lang
MxG has joined #ruby-lang
matti has joined #ruby-lang
bougyman has joined #ruby-lang
mephux has joined #ruby-lang
s4muel has joined #ruby-lang
bryanl has joined #ruby-lang
Glass_saga has joined #ruby-lang
epitron has joined #ruby-lang
dagobah has joined #ruby-lang
bedouin has joined #ruby-lang
depassion has joined #ruby-lang
cyndis has joined #ruby-lang
jarib has joined #ruby-lang
msch has joined #ruby-lang
faen has joined #ruby-lang
znouza has joined #ruby-lang
rking has joined #ruby-lang
wang has joined #ruby-lang
shaman42 has joined #ruby-lang
mfn has joined #ruby-lang
kalleth has joined #ruby-lang
Caius has joined #ruby-lang
foca has joined #ruby-lang
Gate has joined #ruby-lang
threedaymonk has joined #ruby-lang
brixen has joined #ruby-lang
felipe has joined #ruby-lang
Kero has joined #ruby-lang
llakey has joined #ruby-lang
sora_h has joined #ruby-lang
corundum has joined #ruby-lang
ggreer has joined #ruby-lang
Silex has joined #ruby-lang
narya has joined #ruby-lang
knu has joined #ruby-lang
GitNick has joined #ruby-lang
nick_h has joined #ruby-lang
valeri_ufo has joined #ruby-lang
Gekz has joined #ruby-lang
mbr has joined #ruby-lang
_ko1 has joined #ruby-lang
khaase has joined #ruby-lang
yeltzooo has joined #ruby-lang
meise has joined #ruby-lang
SubSpawn has joined #ruby-lang
EvilJStoker has joined #ruby-lang
mksm has joined #ruby-lang
Muz has joined #ruby-lang
Bwild_ has joined #ruby-lang
davidbalber|away has joined #ruby-lang
masterkorp has joined #ruby-lang
bstrie has joined #ruby-lang
znz_jp has joined #ruby-lang
turbolihis has joined #ruby-lang
dRbiG has joined #ruby-lang
madveru has joined #ruby-lang
wasnotrice has joined #ruby-lang
tpope has joined #ruby-lang
ironcamel has joined #ruby-lang
cout has joined #ruby-lang
Cherrum has joined #ruby-lang
zzak has joined #ruby-lang
adgar has joined #ruby-lang
namidark has joined #ruby-lang
jaska has joined #ruby-lang
crankharder has joined #ruby-lang
Y_Ichiro has joined #ruby-lang
ahf has joined #ruby-lang
ReinH has joined #ruby-lang
jayne has joined #ruby-lang
lianj has joined #ruby-lang
Kuukunen has joined #ruby-lang
snk has joined #ruby-lang
rtl has joined #ruby-lang
Smol has joined #ruby-lang
blowmage has joined #ruby-lang
badeball has joined #ruby-lang
zanea_ has joined #ruby-lang
lzhz has joined #ruby-lang
no_i_wont has joined #ruby-lang
jaymes has joined #ruby-lang
ged has joined #ruby-lang
jkyle has joined #ruby-lang
Xzyx987X has joined #ruby-lang
mahlon has joined #ruby-lang
t0h_ has joined #ruby-lang
TTilus has joined #ruby-lang
dumfries has joined #ruby-lang
conceal_rs_ has joined #ruby-lang
neurodamage has joined #ruby-lang
ammar_ has joined #ruby-lang
samuelkadolph has joined #ruby-lang
tsov has joined #ruby-lang
yellow5 has joined #ruby-lang
devn has joined #ruby-lang
_dumfries has joined #ruby-lang
lake has joined #ruby-lang
certainty has joined #ruby-lang
freedrull has joined #ruby-lang
theoros has joined #ruby-lang
amerine has joined #ruby-lang
shajith has joined #ruby-lang
anekos has joined #ruby-lang
<chekcmate>
+ there are enough delivery services out there!
tdy has joined #ruby-lang
jimmyy has quit [Ping timeout: 260 seconds]
mame1 has quit [*.net *.split]
KillerFox has quit [*.net *.split]
srbaker has quit [*.net *.split]
jonahR has quit [*.net *.split]
vlad_starkov has quit [Remote host closed the connection]
TheMoonMaster has quit [*.net *.split]
jacktrick has quit [*.net *.split]
eam has quit [*.net *.split]
scottschecter has quit [*.net *.split]
saLOUt has quit [*.net *.split]
pcboy_ has quit [*.net *.split]
a3li` has quit [*.net *.split]
felipe has quit [*.net *.split]
workmad3 has quit [*.net *.split]
solars has quit [*.net *.split]
ducks has quit [*.net *.split]
jnoon has quit [*.net *.split]
ddv has quit [*.net *.split]
L0rdShrek___ has quit [*.net *.split]
matti has quit [*.net *.split]
vmoravec has quit [*.net *.split]
yibe_ has quit [*.net *.split]
oddmunds has quit [*.net *.split]
CoverSlide has quit [*.net *.split]
mfn has quit [*.net *.split]
akahn has quit [*.net *.split]
tos9 has quit [*.net *.split]
krz has quit [*.net *.split]
rsl has quit [*.net *.split]
apeiros has quit [*.net *.split]
gnufied has quit [*.net *.split]
schroedinbug has quit [*.net *.split]
dominikh has quit [*.net *.split]
mihar has quit [*.net *.split]
robbyoconnor has quit [*.net *.split]
ruskie has quit [*.net *.split]
joschi has quit [*.net *.split]
agarcia has quit [*.net *.split]
yxhuvud has quit [*.net *.split]
DEac- has quit [*.net *.split]
imajes has quit [*.net *.split]
unsymbol has quit [*.net *.split]
znouza has quit [*.net *.split]
Skitsu`work has quit [*.net *.split]
djinni` has quit [*.net *.split]
Caius has quit [*.net *.split]
bryanl has quit [*.net *.split]
glebm has quit [*.net *.split]
Banistergalaxy has quit [*.net *.split]
soypirate has quit [*.net *.split]
MxG has quit [*.net *.split]
voker57_ has quit [*.net *.split]
JMcAfreak has quit [*.net *.split]
tonni has quit [*.net *.split]
nazty has quit [*.net *.split]
agib__ has quit [*.net *.split]
sspiff has quit [*.net *.split]
eban has quit [*.net *.split]
Spaceghostc2c has quit [*.net *.split]
Spaceghost|cloud has quit [*.net *.split]
dreinull_ has quit [*.net *.split]
herpless_ has quit [*.net *.split]
Guest85414 has quit [*.net *.split]
spectra has quit [*.net *.split]
jbwiv has quit [*.net *.split]
shachaf has quit [*.net *.split]
chrismcg has quit [*.net *.split]
MrWGW- has quit [*.net *.split]
rking has quit [*.net *.split]
foca has quit [*.net *.split]
Silex has quit [*.net *.split]
dagobah has quit [*.net *.split]
knu has quit [*.net *.split]
__BigO__ has quit [*.net *.split]
mistym has quit [*.net *.split]
kain has quit [*.net *.split]
Weems has quit [*.net *.split]
swav_ has quit [*.net *.split]
flori has quit [*.net *.split]
LanceHaig has quit [*.net *.split]
t_ has quit [*.net *.split]
[dmp]_ has quit [*.net *.split]
kogent has quit [*.net *.split]
slaytanic has quit [*.net *.split]
hagabaka has quit [*.net *.split]
_ko1 has quit [*.net *.split]
anekos has quit [*.net *.split]
jesse- has quit [*.net *.split]
judofyr has quit [*.net *.split]
sailias has quit [*.net *.split]
jtoy has quit [*.net *.split]
jorydotcom has quit [*.net *.split]
cirenyc has quit [*.net *.split]
lcdhoffman has quit [*.net *.split]
justinseiter has quit [*.net *.split]
sepp2k has quit [*.net *.split]
sandbags has quit [*.net *.split]
_br_ has quit [*.net *.split]
francisfish has quit [*.net *.split]
fsvehla has quit [*.net *.split]
scampbell has quit [*.net *.split]
sabfer has quit [*.net *.split]
outoftime has quit [*.net *.split]
Nisstyre has quit [*.net *.split]
jperry2 has quit [*.net *.split]
canton7 has quit [*.net *.split]
chaosis has quit [*.net *.split]
tsou has quit [*.net *.split]
dvorak has quit [*.net *.split]
kotp has quit [*.net *.split]
chekcmate has quit [*.net *.split]
ryez has quit [*.net *.split]
davidmz has quit [*.net *.split]
vgoff has quit [*.net *.split]
erichmenge has quit [*.net *.split]
aedornv has quit [*.net *.split]
ohsix has quit [*.net *.split]
matthewd has quit [*.net *.split]
agile has quit [*.net *.split]
yfeldblum has quit [*.net *.split]
Asher has quit [*.net *.split]
kalleth has quit [*.net *.split]
meizaps has quit [*.net *.split]
madveru has quit [*.net *.split]
msch has quit [*.net *.split]
s4muel has quit [*.net *.split]
thisirs has quit [*.net *.split]
Cherrum has quit [*.net *.split]
arooni-mobile has quit [*.net *.split]
jds___ has quit [*.net *.split]
Axsuul has quit [*.net *.split]
FiXato has quit [*.net *.split]
zigidias has quit [*.net *.split]
injekt has quit [*.net *.split]
chris2 has quit [*.net *.split]
dyfrgi has quit [*.net *.split]
dbussink has quit [*.net *.split]
rondale_sc has quit [*.net *.split]
crankharder has quit [*.net *.split]
zzak has quit [*.net *.split]
jayne has quit [*.net *.split]
ReinH has quit [*.net *.split]
adgar has quit [*.net *.split]
lianj has quit [*.net *.split]
ironcamel has quit [*.net *.split]
rtl has quit [*.net *.split]
pythonsnake has quit [*.net *.split]
hachiya_ has quit [*.net *.split]
x2q has quit [*.net *.split]
amateurhuman has quit [*.net *.split]
randym has quit [*.net *.split]
mephux has quit [*.net *.split]
bstrie has quit [*.net *.split]
akamike has quit [*.net *.split]
jarib has quit [*.net *.split]
franckverrot has quit [*.net *.split]
fuzzy8balls has quit [*.net *.split]
wycats_ has quit [*.net *.split]
nyuszika7h has quit [*.net *.split]
adam12 has quit [*.net *.split]
jmeeuwen has quit [*.net *.split]
sora_h has quit [*.net *.split]
cyndis has quit [*.net *.split]
mksm has quit [*.net *.split]
wasnotrice has quit [*.net *.split]
nick_h has quit [*.net *.split]
Smol has quit [*.net *.split]
jaska has quit [*.net *.split]
Y_Ichiro has quit [*.net *.split]
ahf has quit [*.net *.split]
no_i_wont has quit [*.net *.split]
dRbiG has quit [*.net *.split]
Gate has quit [*.net *.split]
justinram has quit [*.net *.split]
floyd2_ has quit [*.net *.split]
x0F has quit [*.net *.split]
unlikely_monkey has quit [*.net *.split]
diegoviola has quit [*.net *.split]
pbjorklund has quit [*.net *.split]
scrr has quit [*.net *.split]
rdw200169 has quit [*.net *.split]
cored has quit [*.net *.split]
zcl0ud has quit [*.net *.split]
joast has quit [*.net *.split]
cba has quit [*.net *.split]
ottbot has quit [*.net *.split]
Paradox has quit [*.net *.split]
znz_v has quit [*.net *.split]
weeb1e has quit [*.net *.split]
coffeejunk has quit [*.net *.split]
davidbalber|away has quit [*.net *.split]
MSU has quit [*.net *.split]
Bwild_ has quit [*.net *.split]
ged has quit [*.net *.split]
retro|cz has quit [*.net *.split]
mahlon has quit [*.net *.split]
tdy has quit [*.net *.split]
Kuukunen has quit [*.net *.split]
freedrull has quit [*.net *.split]
karasawa has quit [*.net *.split]
snk has quit [*.net *.split]
marr has quit [*.net *.split]
earthquake has quit [*.net *.split]
flexd has quit [*.net *.split]
Glass_saga has quit [*.net *.split]
yeltzooo has quit [*.net *.split]
cout has quit [*.net *.split]
tris has quit [*.net *.split]
jammi has quit [*.net *.split]
hackeron has quit [*.net *.split]
benwoody has quit [*.net *.split]
musl has quit [*.net *.split]
masterkorp has quit [*.net *.split]
khaase has quit [*.net *.split]
TTilus has quit [*.net *.split]
dustint has quit [*.net *.split]
toretore has quit [*.net *.split]
pabs has quit [*.net *.split]
countdigi has quit [*.net *.split]
jsaak has quit [*.net *.split]
achiu has quit [*.net *.split]
zenspider has quit [*.net *.split]
rue_XIV has quit [*.net *.split]
janjos has quit [*.net *.split]
ericwood has quit [*.net *.split]
llakey has quit [*.net *.split]
tpope has quit [*.net *.split]
cHarNe2 has quit [*.net *.split]
yorickpeterse has quit [*.net *.split]
andreal has quit [*.net *.split]
EvilJStoker has quit [*.net *.split]
jonasac has quit [*.net *.split]
cddr` has quit [*.net *.split]
lupine has quit [*.net *.split]
S2kx has quit [*.net *.split]
breakingthings has quit [*.net *.split]
Xzyx987X has quit [*.net *.split]
rue|w has quit [*.net *.split]
setmeaway2 has quit [*.net *.split]
gix has quit [*.net *.split]
bryno has quit [*.net *.split]
faces has quit [*.net *.split]
heftig has quit [*.net *.split]
eltoniodelavega has quit [*.net *.split]
mitchty has quit [*.net *.split]
jasiek has quit [*.net *.split]
KM|2 has quit [*.net *.split]
madish has quit [*.net *.split]
s0ber has quit [*.net *.split]
zmack has quit [*.net *.split]
vbatts has quit [*.net *.split]
ioga_wrk has quit [*.net *.split]
bfreeman has quit [*.net *.split]
kuja has quit [*.net *.split]
aflynn has quit [*.net *.split]
xsdg has quit [*.net *.split]
sn0wb1rd has quit [*.net *.split]
tbuehlmann has quit [*.net *.split]
rolfb has quit [*.net *.split]
dabradley has quit [*.net *.split]
kvs has quit [*.net *.split]
depassion has quit [*.net *.split]
ddfreyne has quit [*.net *.split]
wang has quit [*.net *.split]
jwollert has quit [*.net *.split]
kke has quit [*.net *.split]
bougyman has quit [*.net *.split]
jashank has quit [*.net *.split]
GitNick has quit [*.net *.split]
turbolihis has quit [*.net *.split]
Muz has quit [*.net *.split]
amerine has quit [*.net *.split]
lake has quit [*.net *.split]
mbr has quit [*.net *.split]
epitron has quit [*.net *.split]
kennyvb has quit [*.net *.split]
qmx has quit [*.net *.split]
soahccc has quit [*.net *.split]
jxie has quit [*.net *.split]
zanea_ has quit [*.net *.split]
neurodamage has quit [*.net *.split]
blacktulip has quit [*.net *.split]
neocoin has quit [*.net *.split]
zarubin has quit [*.net *.split]
thone has quit [*.net *.split]
naquad has quit [*.net *.split]
lele|w has quit [*.net *.split]
wmoxam has quit [*.net *.split]
gianlucadv has quit [*.net *.split]
levifig has quit [*.net *.split]
threedaymonk has quit [*.net *.split]
dumfries has quit [*.net *.split]
_dumfries has quit [*.net *.split]
lele has quit [*.net *.split]
yellow5 has quit [*.net *.split]
Mellett68 has quit [*.net *.split]
thejspr__ has quit [*.net *.split]
anildigital_work has quit [*.net *.split]
darix has quit [*.net *.split]
matled has quit [*.net *.split]
bedouin has quit [*.net *.split]
nibbo_ has quit [*.net *.split]
firefux has quit [*.net *.split]
namidark has quit [*.net *.split]
jkyle has quit [*.net *.split]
samuelkadolph has quit [*.net *.split]
dzhulk has quit [*.net *.split]
dhsmith has quit [*.net *.split]
drbrain has quit [*.net *.split]
dous has quit [*.net *.split]
rebelcan_ has quit [*.net *.split]
wnd has quit [*.net *.split]
andrewvos has quit [*.net *.split]
ramonmaruko has quit [*.net *.split]
SubSpawn has quit [*.net *.split]
blowmage has quit [*.net *.split]
jaymes has quit [*.net *.split]
t0h_ has quit [*.net *.split]
Gekz has quit [*.net *.split]
lzhz has quit [*.net *.split]
ammar_ has quit [*.net *.split]
tsov has quit [*.net *.split]
bigtunacan has quit [*.net *.split]
kith has quit [*.net *.split]
linc01n has quit [*.net *.split]
FastJack has quit [*.net *.split]
melter has quit [*.net *.split]
shaman42 has quit [*.net *.split]
valeri_ufo has quit [*.net *.split]
corundum has quit [*.net *.split]
narya has quit [*.net *.split]
znz_jp has quit [*.net *.split]
robotmay has quit [*.net *.split]
benteaa has quit [*.net *.split]
badeball has quit [*.net *.split]
agnitio has quit [*.net *.split]
stardiviner has quit [*.net *.split]
jaimef has quit [*.net *.split]
manveru has quit [*.net *.split]
reactormonk has quit [*.net *.split]
sheerun has quit [*.net *.split]
hibariya has quit [*.net *.split]
steez has quit [*.net *.split]
faen has quit [*.net *.split]
ggreer has quit [*.net *.split]
Kero has quit [*.net *.split]
brixen has quit [*.net *.split]
devn has quit [*.net *.split]
theoros has quit [*.net *.split]
shajith has quit [*.net *.split]
thorncp_ has quit [*.net *.split]
certainty has quit [*.net *.split]
conceal_rs_ has quit [*.net *.split]
DefV has quit [*.net *.split]
singpolyma has quit [*.net *.split]
amdprophet has quit [*.net *.split]
grandy has quit [*.net *.split]
abuiles_ has quit [*.net *.split]
pkondzior__ has quit [*.net *.split]
whitequark has quit [*.net *.split]
vesan has quit [*.net *.split]
meise has quit [*.net *.split]
lupine has joined #ruby-lang
floyd2_ has joined #ruby-lang
judofyr has joined #ruby-lang
andreal has joined #ruby-lang
a3li` has joined #ruby-lang
jonasac has joined #ruby-lang
tdy has joined #ruby-lang
__BigO__ has joined #ruby-lang
benteaa has joined #ruby-lang
cirenyc has joined #ruby-lang
lele has joined #ruby-lang
srbaker has joined #ruby-lang
thisirs has joined #ruby-lang
karasawa has joined #ruby-lang
sailias has joined #ruby-lang
unlikely_monkey has joined #ruby-lang
soahccc has joined #ruby-lang
swav_ has joined #ruby-lang
yorickpeterse has joined #ruby-lang
retro|cz has joined #ruby-lang
jtoy has joined #ruby-lang
anekos has joined #ruby-lang
jesse- has joined #ruby-lang
krz has joined #ruby-lang
S2kx has joined #ruby-lang
cddr` has joined #ruby-lang
justinram has joined #ruby-lang
Banistergalaxy has joined #ruby-lang
jxie has joined #ruby-lang
voker57_ has joined #ruby-lang
jorydotcom has joined #ruby-lang
lcdhoffman has joined #ruby-lang
mistym has joined #ruby-lang
yibe_ has joined #ruby-lang
lun_ has joined #ruby-lang
thorncp_ has joined #ruby-lang
breakingthings has joined #ruby-lang
jonahR has joined #ruby-lang
jimmyy has joined #ruby-lang
t_ has joined #ruby-lang
outoftime has joined #ruby-lang
justinseiter has joined #ruby-lang
bigtunacan has joined #ruby-lang
glebm has joined #ruby-lang
scampbell has joined #ruby-lang
dustint has joined #ruby-lang
dzhulk has joined #ruby-lang
robotmay has joined #ruby-lang
sabfer has joined #ruby-lang
soypirate has joined #ruby-lang
jacktrick has joined #ruby-lang
francisfish has joined #ruby-lang
davidmz has joined #ruby-lang
sandbags has joined #ruby-lang
scottschecter has joined #ruby-lang
x0F has joined #ruby-lang
rsl has joined #ruby-lang
arooni-mobile has joined #ruby-lang
zmack has joined #ruby-lang
agnitio has joined #ruby-lang
sepp2k has joined #ruby-lang
toretore has joined #ruby-lang
_br_ has joined #ruby-lang
aflynn has joined #ruby-lang
fsvehla has joined #ruby-lang
pabs has joined #ruby-lang
saLOUt has joined #ruby-lang
eltoniodelavega has joined #ruby-lang
tbuehlmann has joined #ruby-lang
apeiros has joined #ruby-lang
blacktulip has joined #ruby-lang
workmad3 has joined #ruby-lang
chekcmate has joined #ruby-lang
diegoviola has joined #ruby-lang
rue|w has joined #ruby-lang
countdigi has joined #ruby-lang
rolfb has joined #ruby-lang
madish has joined #ruby-lang
marr has joined #ruby-lang
agarcia has joined #ruby-lang
ryez has joined #ruby-lang
pbjorklund has joined #ruby-lang
solars has joined #ruby-lang
gnufied has joined #ruby-lang
scrr has joined #ruby-lang
robbyoconnor has joined #ruby-lang
stardiviner has joined #ruby-lang
firefux has joined #ruby-lang
cored has joined #ruby-lang
rdw200169 has joined #ruby-lang
kogent has joined #ruby-lang
bfreeman has joined #ruby-lang
drbrain has joined #ruby-lang
thone has joined #ruby-lang
Nisstyre has joined #ruby-lang
FiXato has joined #ruby-lang
faces has joined #ruby-lang
JMcAfreak has joined #ruby-lang
jperry2 has joined #ruby-lang
chaosis has joined #ruby-lang
jds___ has joined #ruby-lang
erichmenge has joined #ruby-lang
neocoin has joined #ruby-lang
MSU has joined #ruby-lang
sn0wb1rd has joined #ruby-lang
sheerun has joined #ruby-lang
ducks has joined #ruby-lang
Axsuul has joined #ruby-lang
ottbot has joined #ruby-lang
heftig has joined #ruby-lang
KM|2 has joined #ruby-lang
canton7 has joined #ruby-lang
zarubin has joined #ruby-lang
tonni has joined #ruby-lang
setmeaway2 has joined #ruby-lang
zigidias has joined #ruby-lang
aedornv has joined #ruby-lang
qmx has joined #ruby-lang
cba has joined #ruby-lang
dhsmith has joined #ruby-lang
linc01n has joined #ruby-lang
DEac- has joined #ruby-lang
rue_XIV has joined #ruby-lang
nazty has joined #ruby-lang
cHarNe2 has joined #ruby-lang
matthewd has joined #ruby-lang
manveru has joined #ruby-lang
s0ber has joined #ruby-lang
kain has joined #ruby-lang
weeb1e has joined #ruby-lang
MrWGW- has joined #ruby-lang
Paradox has joined #ruby-lang
kotp has joined #ruby-lang
flori has joined #ruby-lang
melter has joined #ruby-lang
Weems has joined #ruby-lang
agib__ has joined #ruby-lang
jnoon has joined #ruby-lang
Asher has joined #ruby-lang
zcl0ud has joined #ruby-lang
gix has joined #ruby-lang
hibariya has joined #ruby-lang
mitchty has joined #ruby-lang
yfeldblum has joined #ruby-lang
jasiek has joined #ruby-lang
dous has joined #ruby-lang
imajes has joined #ruby-lang
earthquake has joined #ruby-lang
wnd has joined #ruby-lang
vgoff has joined #ruby-lang
ohsix has joined #ruby-lang
jaimef has joined #ruby-lang
agile has joined #ruby-lang
janjos has joined #ruby-lang
yxhuvud has joined #ruby-lang
dvorak has joined #ruby-lang
injekt has joined #ruby-lang
ioga_wrk has joined #ruby-lang
vbatts has joined #ruby-lang
ddv has joined #ruby-lang
DefV has joined #ruby-lang
kith has joined #ruby-lang
flexd has joined #ruby-lang
pythonsnake has joined #ruby-lang
sspiff has joined #ruby-lang
andrewvos has joined #ruby-lang
lele|w has joined #ruby-lang
fuzzy8balls has joined #ruby-lang
kuja has joined #ruby-lang
eban has joined #ruby-lang
singpolyma has joined #ruby-lang
ramonmaruko has joined #ruby-lang
x2q has joined #ruby-lang
Skitsu`work has joined #ruby-lang
schroedinbug has joined #ruby-lang
xsdg has joined #ruby-lang
Spaceghostc2c has joined #ruby-lang
LanceHaig has joined #ruby-lang
hachiya_ has joined #ruby-lang
rebelcan_ has joined #ruby-lang
tris has joined #ruby-lang
[dmp]_ has joined #ruby-lang
chris2 has joined #ruby-lang
akamike has joined #ruby-lang
L0rdShrek___ has joined #ruby-lang
franckverrot has joined #ruby-lang
slaytanic has joined #ruby-lang
naquad has joined #ruby-lang
dreinull_ has joined #ruby-lang
Spaceghost|cloud has joined #ruby-lang
amdprophet has joined #ruby-lang
akahn has joined #ruby-lang
hackeron has joined #ruby-lang
thejspr__ has joined #ruby-lang
pkondzior__ has joined #ruby-lang
randym has joined #ruby-lang
amateurhuman has joined #ruby-lang
anildigital_work has joined #ruby-lang
herpless_ has joined #ruby-lang
Mellett68 has joined #ruby-lang
grandy has joined #ruby-lang
musl has joined #ruby-lang
wycats_ has joined #ruby-lang
matled has joined #ruby-lang
nyuszika7h has joined #ruby-lang
jsaak has joined #ruby-lang
vmoravec has joined #ruby-lang
CoverSlide has joined #ruby-lang
Guest85414 has joined #ruby-lang
achiu has joined #ruby-lang
znz_v has joined #ruby-lang
abuiles_ has joined #ruby-lang
TheMoonMaster has joined #ruby-lang
mihar has joined #ruby-lang
dyfrgi has joined #ruby-lang
spectra has joined #ruby-lang
wmoxam has joined #ruby-lang
dominikh has joined #ruby-lang
dbussink has joined #ruby-lang
rondale_sc has joined #ruby-lang
coffeejunk has joined #ruby-lang
eam has joined #ruby-lang
oddmunds has joined #ruby-lang
jwollert has joined #ruby-lang
pcboy_ has joined #ruby-lang
adam12 has joined #ruby-lang
kke has joined #ruby-lang
mame1 has joined #ruby-lang
ruskie has joined #ruby-lang
joschi has joined #ruby-lang
darix has joined #ruby-lang
bryno has joined #ruby-lang
zenspider has joined #ruby-lang
MxG has joined #ruby-lang
kvs has joined #ruby-lang
reactormonk has joined #ruby-lang
depassion has joined #ruby-lang
Gate has joined #ruby-lang
chrismcg has joined #ruby-lang
jashank has joined #ruby-lang
hagabaka has joined #ruby-lang
gianlucadv has joined #ruby-lang
unsymbol has joined #ruby-lang
jbwiv has joined #ruby-lang
kennyvb has joined #ruby-lang
FastJack has joined #ruby-lang
ericwood has joined #ruby-lang
KillerFox has joined #ruby-lang
matti has joined #ruby-lang
felipe has joined #ruby-lang
bedouin has joined #ruby-lang
znouza has joined #ruby-lang
ddfreyne has joined #ruby-lang
tos9 has joined #ruby-lang
dabradley has joined #ruby-lang
bougyman has joined #ruby-lang
shachaf has joined #ruby-lang
joast has joined #ruby-lang
mephux has joined #ruby-lang
cyndis has joined #ruby-lang
nibbo_ has joined #ruby-lang
tsou has joined #ruby-lang
whitequark has joined #ruby-lang
bryanl has joined #ruby-lang
wang has joined #ruby-lang
steez has joined #ruby-lang
jmeeuwen has joined #ruby-lang
jarib has joined #ruby-lang
djinni` has joined #ruby-lang
jammi has joined #ruby-lang
benwoody has joined #ruby-lang
mfn has joined #ruby-lang
vesan has joined #ruby-lang
levifig has joined #ruby-lang
kalleth has joined #ruby-lang
foca has joined #ruby-lang
rking has joined #ruby-lang
meizaps has joined #ruby-lang
madveru has joined #ruby-lang
s4muel has joined #ruby-lang
shaman42 has joined #ruby-lang
epitron has joined #ruby-lang
Glass_saga has joined #ruby-lang
msch has joined #ruby-lang
Caius has joined #ruby-lang
brixen has joined #ruby-lang
dagobah has joined #ruby-lang
faen has joined #ruby-lang
ggreer has joined #ruby-lang
Silex has joined #ruby-lang
sora_h has joined #ruby-lang
threedaymonk has joined #ruby-lang
llakey has joined #ruby-lang
Kero has joined #ruby-lang
knu has joined #ruby-lang
corundum has joined #ruby-lang
valeri_ufo has joined #ruby-lang
mksm has joined #ruby-lang
wasnotrice has joined #ruby-lang
yeltzooo has joined #ruby-lang
tpope has joined #ruby-lang
cout has joined #ruby-lang
GitNick has joined #ruby-lang
narya has joined #ruby-lang
turbolihis has joined #ruby-lang
nick_h has joined #ruby-lang
Gekz has joined #ruby-lang
Muz has joined #ruby-lang
meise has joined #ruby-lang
_ko1 has joined #ruby-lang
mbr has joined #ruby-lang
khaase has joined #ruby-lang
davidbalber|away has joined #ruby-lang
masterkorp has joined #ruby-lang
EvilJStoker has joined #ruby-lang
SubSpawn has joined #ruby-lang
znz_jp has joined #ruby-lang
namidark has joined #ruby-lang
Bwild_ has joined #ruby-lang
bstrie has joined #ruby-lang
dRbiG has joined #ruby-lang
adgar has joined #ruby-lang
rtl has joined #ruby-lang
ReinH has joined #ruby-lang
crankharder has joined #ruby-lang
zzak has joined #ruby-lang
jayne has joined #ruby-lang
ironcamel has joined #ruby-lang
ahf has joined #ruby-lang
lianj has joined #ruby-lang
Cherrum has joined #ruby-lang
Smol has joined #ruby-lang
Y_Ichiro has joined #ruby-lang
no_i_wont has joined #ruby-lang
mahlon has joined #ruby-lang
Kuukunen has joined #ruby-lang
ged has joined #ruby-lang
jaska has joined #ruby-lang
freedrull has joined #ruby-lang
snk has joined #ruby-lang
TTilus has joined #ruby-lang
Xzyx987X has joined #ruby-lang
t0h_ has joined #ruby-lang
amerine has joined #ruby-lang
badeball has joined #ruby-lang
lake has joined #ruby-lang
dumfries has joined #ruby-lang
neurodamage has joined #ruby-lang
zanea_ has joined #ruby-lang
tsov has joined #ruby-lang
theoros has joined #ruby-lang
lzhz has joined #ruby-lang
jaymes has joined #ruby-lang
jkyle has joined #ruby-lang
samuelkadolph has joined #ruby-lang
shajith has joined #ruby-lang
devn has joined #ruby-lang
conceal_rs_ has joined #ruby-lang
certainty has joined #ruby-lang
ammar_ has joined #ruby-lang
_dumfries has joined #ruby-lang
blowmage has joined #ruby-lang
yellow5 has joined #ruby-lang
<chekcmate>
im kinda unlucky when it comes to this... the knife was lying on the hotplate, which I thought was turned off
<apeiros>
I prefer those. don't scratch, easy to wash.
wudofyr_ has joined #ruby-lang
JohnBat26 has quit [Max SendQ exceeded]
<chekcmate>
so my pot did not get warm, but the knife did
carloslopes has joined #ruby-lang
unlikely_monkey has quit [Remote host closed the connection]
JohnBat26 has joined #ruby-lang
<apeiros>
burned yourself when you picked it up?
<chekcmate>
guess what :D
carloslopes has quit [Read error: Connection reset by peer]
henrikhodne has joined #ruby-lang
<injekt>
the pot blew up and killed everyone?
<apeiros>
who's telling the tale then? :)
<chekcmate>
no, the pot was cold... I wondered why it wouldn't heat up and picked up the knife - then I knew
<injekt>
my ending was better
<chekcmate>
I don't cook crystal meth, so I hope that won't happen
carloslopes has joined #ruby-lang
carloslopes has quit [Read error: Connection reset by peer]
maxmanders has joined #ruby-lang
<chekcmate>
ha
kirin` has joined #ruby-lang
carloslopes has joined #ruby-lang
<chekcmate>
though I haven't tried forgetting a pressure cooker yet.... hmm...
<chekcmate>
that's worth a shot!
carloslopes has quit [Read error: Connection reset by peer]
sabfer has quit [Read error: No route to host]
sabfer has joined #ruby-lang
<chekcmate>
injekt: got another good one: ever tried heating up milk in a water boiler?
gnufied has quit [Quit: Leaving.]
carloslopes has joined #ruby-lang
drbrain has quit [Remote host closed the connection]
maxmanders has quit [Client Quit]
<injekt>
chekcmate: lol no
<chekcmate>
I thought it might be clever not getting a pot dirty for that... it was not.
<chekcmate>
had to throw it away, because the milk burned into the metal haha
vlad_starkov has joined #ruby-lang
maxmanders has joined #ruby-lang
<chekcmate>
*onto
wyhaines has joined #ruby-lang
rolfb_ has joined #ruby-lang
kirin` has quit [Ping timeout: 240 seconds]
maxmanders has quit [Client Quit]
rolfb has quit [Ping timeout: 248 seconds]
<injekt>
kitchen.delete(chekcmate)
kirin` has joined #ruby-lang
maxmanders has joined #ruby-lang
zwevans has joined #ruby-lang
<chekcmate>
:[
<chekcmate>
it's like the art of war...
glebm has quit [Quit: Computer has gone to sleep.]
slyphon has joined #ruby-lang
carloslopes has quit [Ping timeout: 248 seconds]
<manveru>
so... anybody know just how stable the mruby capi is atm?
<manveru>
here's a sample of filling out a form and submitting
methods has left #ruby-lang [#ruby-lang]
kirin` has joined #ruby-lang
bradland has joined #ruby-lang
<Spaceghost|cloud>
If you're connecting to a remote page and scraping, sometimes it's nice to use the dsl that capybara provides for driving it. If you've got the ability to point at the page directly, you're set.
<badeball>
judofyr: still our babies are better then theirs
<judofyr>
badeball: which makes this pretty much bullshit: “The number of vowels has big significance for how difficult it is to learn a language. Many vowels makes a difficult language,”
<badeball>
it says is has a significance, not that it and only it is what makes a language difficult.
beawesomeinstead has joined #ruby-lang
karasawa has quit [Ping timeout: 246 seconds]
* zzak
welcomes everyone to #norway-lang
Dante has left #ruby-lang [#ruby-lang]
thisirs has quit [Read error: Connection reset by peer]
<judofyr>
Norway is slowly going to take over this channel
<judofyr>
"badeball" is indeed a Norwegian word :)
dzhulk has joined #ruby-lang
sabfer has quit [Read error: Connection reset by peer]
sabfer has joined #ruby-lang
<blahwoop>
where can i see examples of ruby code?
<apeiros>
judofyr: is that a ball you take with you to the bath?
<judofyr>
apieros: pretty much
<banisterfiend>
blahwoop: anywhere u want
<apeiros>
judofry: same in german then
qwebirc75768 has joined #ruby-lang
<blahwoop>
im looking for some simple apps
<judofyr>
apieros: or, not really bath. more beach.
<blahwoop>
to look at and do myself
<banisterfiend>
blahwoop: do ruby koans or something
<blahwoop>
Ok
<blahwoop>
ruby koans it is
<blahwoop>
danx bro u in norway too?
<banisterfiend>
no, im another weird european
<banisterfiend>
from netherlands
<blahwoop>
o i been to amsterdam
<blahwoop>
cool place
<judofyr>
banisterfiend: : really? I didn't knew that…
<banisterfiend>
judofyr: just recently :)
<judofyr>
banisterfiend: you're just recently from netherlands?
<banisterfiend>
recently living here
<banisterfiend>
:)
<banisterfiend>
not from here originally..
<judofyr>
banisterfiend: ah. it sounded like you got swooped into a vagina and re-born.
<blahwoop>
are you there for the weed and women?
<banisterfiend>
judofyr: if u know anyone who can help make that happen, msg me
gregmoreno has joined #ruby-lang
<banisterfiend>
blahwoop: Yeah
<banisterfiend>
(no)
<judofyr>
on InterRail this summer, we met this guy on the train from the Netherlands. for 10 minutes he talked about how he used weed, and blah blah blah. then, right before he leaves, he pulls out a bag of muffins: "oh, btw, my mother made me some muffins. you want some?"
bigtunacan has quit [Remote host closed the connection]
bigtunacan has joined #ruby-lang
<banisterfiend>
judofyr: did u say hells yeah
<judofyr>
banisterfiend: he said they were just regular muffins
<judofyr>
banisterfiend: but we were all like "ehm…"
<banisterfiend>
lame..
<banisterfiend>
judofyr: can you buy marijuana legally in norway too?
grough has joined #ruby-lang
<judofyr>
banisterfiend: nope
<banisterfiend>
judofyr: oh iirc, it's even hard for you guys to buy alcohol
<banisterfiend>
ultra conservative govt or something
<banisterfiend>
or at least it was that way ~10 years ago when i lived with some norwegians, who were complaining it
zmack has quit [Remote host closed the connection]
alvaro_o has joined #ruby-lang
maxmanders has quit [Quit: Computer has gone to sleep.]
<judofyr>
banisterfiend: you can only buy 5% alcohol on Vinmonopolet (yeah "wine monopoly") which closes like 18:00 every day (15:00 in the weekends)
arooni-mobile has quit [Ping timeout: 276 seconds]
<banisterfiend>
judofyr: weird, in holland you can pretty much buy spirits at corner stores, no ID required
<judofyr>
banisterfiend: and no alcohol at all after 20:00 (18:00 weekends)
<banisterfiend>
judofyr: is sweden/denmark as strict?
<judofyr>
banisterfiend: sweden isn't that strict at least. dunno about denmark.
<darix>
isnt alcohol quite expensive in scandinavia to begin with?
lun_ has quit [Remote host closed the connection]
<zzak>
a lot of places dont sell alcohol on sundays in the states
<zzak>
here in vermont there is a 23:45 cutoff for alcohol sales, bars open till 2:00
<blahwoop>
NYC has everyething
<blahwoop>
all day every day
<lianj>
zzak: here we go to bars at 1:00 :P
<blahwoop>
1pm?
<zzak>
lianj: where?
<banisterfiend>
holland is very permissive, drugs, alcohol, sex, whenever you want it. It seems to work out pretty well, holland is a rich country and there's not that many social problems afaict
<zzak>
i am in bed by 1:00 haha
grough has quit [Quit: Computer has gone to sleep.]
<lianj>
zzak: germany, but i guess all over eu
<blahwoop>
hooland is awesome
<blahwoop>
holland
<judofyr>
darix: beers in bars are about $10 - $18 USD for 0.5 l
_Sketch_ has joined #ruby-lang
<zzak>
$18 for a pint??
<banisterfiend>
crazy, i can get a pint of reasonably good beer for about 3 euros here
jacktrick has quit [Quit: Leaving]
<zzak>
same, like $4 for the good stuff
<judofyr>
zzak: 17.11 USD was the most expensive one in one "test" (one year ago)
<zzak>
$18 for a pint is crazy though, you can get a fifth of jack daniels for that
<judofyr>
always fun to talk about Norway :}
<judofyr>
zzak: I know
gnufied has quit [Quit: Leaving.]
qwebirc75768 has quit [Ping timeout: 245 seconds]
<judofyr>
cia
<judofyr>
ciao
<blahwoop>
ciao
judofyr has quit [Remote host closed the connection]
<zzak>
take care
tbuehlmann has quit [Remote host closed the connection]
imperator has joined #ruby-lang
Bearproof has joined #ruby-lang
cjs226 has quit [Ping timeout: 244 seconds]
davidbalber|away is now known as davidbalbert
bfreeman has joined #ruby-lang
sabfer has quit [Quit: sabfer]
francisfish has quit [Remote host closed the connection]
agnitio has quit [Quit: Leaving]
drbrain_ has quit [Ping timeout: 255 seconds]
cjs226 has joined #ruby-lang
Dante83 has left #ruby-lang [#ruby-lang]
Dante83 has joined #ruby-lang
<Dante83>
I was wondering if I could possibly ask a noobish question about tiny tds and ruby -- particularly I'm having trouble getting it up and running because require "tiny_tds" is throwing this error: cannot load such file -- tiny_tds. I'd assume it doesn't exist, but running gem query shows that tiny tds version 0.5.1 is installed. Does anyone possibly have any idea what I'm doing wrong?
apeiros has quit [Remote host closed the connection]
havenn has joined #ruby-lang
_br_ has quit [Excess Flood]
<manveru>
Dante83: upgrade to 1.9?
<workmad3>
Dante83: have you checked that the file to load is called 'tiny_tds' and not 'tiny-tds' or 'tinytds'?
<manveru>
probably either using some braindead distro ruby without rubygems installed, or still 1.8 and no require rubygems
dwu1 has joined #ruby-lang
sabfer has joined #ruby-lang
<workmad3>
manveru: ah yes, that's also a possibility :)
maxmanders has quit [Quit: Computer has gone to sleep.]
_br_ has joined #ruby-lang
<workmad3>
Dante83: it does seem to use tiny_tds as the lib name, so try manveru's solutions
lun_ has quit [Remote host closed the connection]
agarcia has quit [Quit: Konversation terminated!]
sn0wb1rd has quit [Quit: sn0wb1rd]
<whitequark>
manveru: btw got it to work, thanks a lot
<Dante83>
I'm currently using Ruby version 1.9.3 (I just checked the version) - should I try to move back to a former version of 1.9?
Bearproof1 has joined #ruby-lang
Bearproof has quit [Read error: Connection reset by peer]
<manveru>
Dante83: how did you install ruby?
<Dante83>
via terminal
<manveru>
are you by any chance on debuntu?
<Dante83>
on a mac
<manveru>
hm
Banistergalaxy has quit [Remote host closed the connection]
<manveru>
ok, no idea there
apeiros has joined #ruby-lang
<JMcAfreak>
manveru: debuntu?
<manveru>
debian/ubuntu
<manveru>
the distros that have their own fun idea of what "ruby" means
<JMcAfreak>
Dante83: one good tool is rbenv (https://github.com/sstephenson/rbenv), which gives you the ability to add several different ruby versions and have a separate environment for each.
_br_ has quit [Excess Flood]
_br_ has joined #ruby-lang
zmack has quit [Remote host closed the connection]
lun_ has joined #ruby-lang
<JMcAfreak>
(e.g. rbenv install 1.8.7-p371 or rbenv install 1.9.3-p362 or rbenv install jruby-1.7.1 (etc.))
Bearproof has joined #ruby-lang
maxmanders has joined #ruby-lang
<JMcAfreak>
(you'll need to follow the setup instructions on rbenv)
rippa has quit [Read error: Connection reset by peer]
rippa has joined #ruby-lang
<JMcAfreak>
apeiros: rvm is temperamental on a mac.
<JMcAfreak>
well, in a lot of places
<apeiros>
haven't seen it be temperamental
_br_ has quit [Excess Flood]
<apeiros>
and I've been using it for quite a while on quite a lot of machines
breakingthings has quit []
carloslopes has quit [Remote host closed the connection]
<workmad3>
I had RVM go a bit tempermental on me once
<JMcAfreak>
also, rbenv is more powerful :)
<workmad3>
but in fairness, I pissed it off
<workmad3>
JMcAfreak: FUD!!!
_br_- has joined #ruby-lang
_br_- has quit [Excess Flood]
<apeiros>
JMcAfreak: I doubt that.
<JMcAfreak>
workmad3: give it what it needs, it outshines
_br_ has joined #ruby-lang
<apeiros>
especially since rbenv was built because rvm allegedly did too much
Bearproof has quit [Quit: Leaving.]
<havenn>
^
* workmad3
uses rbfu
maxmanders has joined #ruby-lang
<havenn>
workmad3: switch to chruby!!
<JMcAfreak>
apeiros: that's why it's more powerful. power != features. power = focus
<workmad3>
havenn: but I'm happy with rbfu!!!
<apeiros>
JMcAfreak: um, no.
sn0wb1rd has joined #ruby-lang
<apeiros>
if you mean it's more focused, then just *use that term*
<workmad3>
JMcAfreak: that means that rbfu is much more powerful than rbenv :P
maxmanders has quit [Client Quit]
<JMcAfreak>
Take it pragmatically: why get 20 features YOU DON'T NEED (for example), when there is a tool just as capable if not more so that has the core features
<workmad3>
JMcAfreak: because it's really, really tightly focussed
<JMcAfreak>
workmad3: I'd be willing to agree
<workmad3>
JMcAfreak: switch to rbfu :P
<apeiros>
plain ruby is the most powerful
<Dante83>
But I've used RVM whereas I've never tried rbenv - trying to grab the p327 version of ruby to see if that make a difference...
<workmad3>
JMcAfreak: it strips away even the useless features of rbenv for you :P
<apeiros>
you don't get any shenanigangs. it's plain make/make install is the most focused.
<JMcAfreak>
workmad3: fun.
<workmad3>
JMcAfreak: same with chruby
<JMcAfreak>
apeiros: how flexible is it?
<apeiros>
JMcAfreak: hey, don't change the rules now!
abalsam has joined #ruby-lang
<JMcAfreak>
I suppose "focus" wasn't the best wordk
<apeiros>
only weasels do that :-p
<JMcAfreak>
s/wordk/word/
<workmad3>
JMcAfreak: well, the 'make && make install' cycle of hand-installing ruby is much more flexible than the setup through ruby-build
<apeiros>
rvm for me did what I wanted with most likely the least amount of effort on my part - => powerful
<JMcAfreak>
actually, weasels don't - they don't believe what they're saying.
<workmad3>
JMcAfreak: because you get full access to all the configuration options for building ruby
brianpWins has quit [Quit: brianpWins]
<apeiros>
if another tool worked better for you, fine
<apeiros>
but you're being quite demagogic about it
<JMcAfreak>
I could say the same for you.
<apeiros>
JMcAfreak: did I attack rbenv?
<apeiros>
JMcAfreak: you could, you'd be wrong, though.
<JMcAfreak>
I recommend, but am willing to accept arguments. I did not ATTACK rvm.
<JMcAfreak>
I simply made a statement
<havenn>
JMcAfreak: RVM works quite well on OS X in my experience. As does rbenv, cept for those durned shims. :P
<apeiros>
trollol
<JMcAfreak>
apeiros: troll harder if that's what you're trying :P
<workmad3>
havenn: heh :) it's not like I've needed to update rbfu since installing it
<apeiros>
JMcAfreak: wow dude, get a grip
* apeiros
off, that's not worth it
<havenn>
workmad3: yeah, i was quite happy with rbfu too, it is nicely done
<JMcAfreak>
I admit - people need different tools
__butch__ has joined #ruby-lang
<JMcAfreak>
seriously. I've had that view from the damn start
<apeiros>
Dante83: anyway, I think you've gotten all the major tools out there - rvm, rbenv, chruby, rbfu
Criztian has quit [Remote host closed the connection]
<workmad3>
havenn: it was also simple enough that I could get in there straight away and customise it for my workflow regarding bundler and adding binstubs to my $PATH :)
<JMcAfreak>
rbenv is more powerful in terms of what I need. rvm is more powerful for what others need.
<workmad3>
JMcAfreak: I'd probably suggest you stop using the term 'powerful' there btw
<workmad3>
JMcAfreak: it doesn't actually fit
* apeiros
snickers
<havenn>
apropos
<JMcAfreak>
workmad3: suggestion?
<workmad3>
JMcAfreak: suitable
<JMcAfreak>
I hate it when I can't find the word I need. That exactly matches.
<workmad3>
JMcAfreak: e.g. 'rbenv is more suitable in terms of what I need. rvm is more suitable for what others need'
<workmad3>
:)
bigtunacan has quit [Quit: bigtunacan]
* JMcAfreak
is a little out of it right now :S
<JMcAfreak>
which is probably why much of what I said sounded like BS
<workmad3>
also, I need to stop being nice and arbitrating in this sort of thing... I'm going to get a reputation for it soon!
arooni-mobile has joined #ruby-lang
<JMcAfreak>
apeiros: we'll agree to disagree. Good?
vlad_starkov has joined #ruby-lang
<workmad3>
JMcAfreak: I think the issue was that you were coming across as objective in your subjective viewpoints ;)
io_syl has joined #ruby-lang
<workmad3>
JMcAfreak: switching to 'suitable' in the places where you were being objective reverts to what I *think* you intended
<JMcAfreak>
workmad3: yeah, that's where I goofed
<workmad3>
so, problem sorted, misunderstanding cleared up... I'm off :P
<blahwoop>
ok guys
<blahwoop>
cant we all just get along
chrismcg is now known as zz_chrismcg
<blahwoop>
o wait we are
<JMcAfreak>
blahwoop: probably, though I assume that I'm on a few /ignore lists now :P
<blahwoop>
haha
<workmad3>
ah, /ignore, the peacemaker of IRC :)
ilyam has joined #ruby-lang
<JMcAfreak>
(particularly apeiros - accidentally pissed in his cheerios)
<JMcAfreak>
workmad3: as long as both parties know about it. Otherwise you'll get one person making a lot of noise because they don't know that they're being ignored by whoever they're addressing.
wizonesolutions has joined #ruby-lang
<JMcAfreak>
ah, the internet. Prime stage for the most epic pissing matches available.
workmad3 has quit [Ping timeout: 240 seconds]
<wizonesolutions>
Is shelling out the best way to interact with Git? I've only found schacon/ruby-git in terms of gems.
<Dante83>
I'm going to try some more things, but I wanted to thank everyone for their help before I go (e.g. Thank you everyone!)
<ggreer>
wizonesolutions: have you messed with grit?
wizonesolutions has quit [Ping timeout: 276 seconds]
Asher has joined #ruby-lang
Bearproof has joined #ruby-lang
sepp2k1 has joined #ruby-lang
stiang has quit [Quit: stiang]
ilyam has quit [Quit: ilyam]
<JMcAfreak>
apeiros: if you AREN'T ignoring me, then please know I had no ill intentions. My logic module threw a null pointer exception and I didn't check my brain's logs in time :P
sepp2k has quit [Ping timeout: 248 seconds]
wizonesolutions has joined #ruby-lang
wizonesolutions has quit [Changing host]
wizonesolutions has joined #ruby-lang
dustint has quit [Quit: Leaving]
dustint has joined #ruby-lang
yfeldblum has quit [Quit: Leaving]
vmoravec has quit [Quit: Leaving]
<apeiros>
JMcAfreak: being an op, I can't just go around and ignore people. apology accepted. my own apologies for being rough :)
jtoy has quit [Quit: jtoy]
<JMcAfreak>
interesting... it doesn't show you with an @ on my client. Unless that's what it's supposed to be (I know Freenode is a bit different from other networks I frequent)
brianpWins has joined #ruby-lang
<apeiros>
JMcAfreak: ops on freenode are rarely opped
<apeiros>
;-)
<JMcAfreak>
I see.
<Spaceghost|cloud>
Most ops do what's called ninja op'ing. They don't op up unless necessary.
bigtunacan has joined #ruby-lang
lun_ has quit [Remote host closed the connection]
<Spaceghost|cloud>
It's more sociable.
Criztian has joined #ruby-lang
<JMcAfreak>
I see
Criztian has quit [Remote host closed the connection]
<wizonesolutions>
ggreer: yeah, luckily I found an example of calling clone in the issue queue. The doc is all like, "read the code."
<wizonesolutions>
oh, you clone in yours too. cool.
danishman has joined #ruby-lang
bigtunacan has quit [Client Quit]
banisterfiend is now known as banister`cnc
jtoy has joined #ruby-lang
ruby-lang065 has joined #ruby-lang
ruby-lang065 has quit [Client Quit]
saLOUt has quit [Quit: Konversation terminated!]
lun_ has joined #ruby-lang
epitron has quit [Ping timeout: 255 seconds]
epitron has joined #ruby-lang
epitron has quit [Changing host]
epitron has joined #ruby-lang
<imperator>
am i the only one that just switches his $PATH any more?
rue|w has quit [Remote host closed the connection]
<cored>
ggreer: nop, I'm using another version because he did not patch the current version with conditional request, which I need on a project I'm doing now
lun_ has quit [Remote host closed the connection]
McAfreak has joined #ruby-lang
<cored>
injekt: require:LoadError: cannot load such file -- octokit
robotmay has quit [Remote host closed the connection]
maxmanders has joined #ruby-lang
yfeldblum has joined #ruby-lang
<imperator>
blahwoop, i gave at the office
<blahwoop>
guys
<imperator>
GUYS!
<blahwoop>
i backed a kickstarter project
<blahwoop>
call me a hipster
<blahwoop>
and ban me for life
<imperator>
ok, you're a hipster
<imperator>
i backed a few
<blahwoop>
really .let me tell u abot this one.......
<imperator>
getting my 2d6 dice ring soon :)
<imperator>
never heard the notion that backing a KS project made one a hipster
<imperator>
many board games published that way :)
<Spaceghost|cloud>
I don't like KS anymore.
anekos has quit [Ping timeout: 248 seconds]
<Spaceghost|cloud>
I prefer ingiegogo
<imperator>
what's the diff?
<Spaceghost|cloud>
Their practices.
<Spaceghost|cloud>
Like requirement stuff and all that.
<imperator>
more rigid?
<Spaceghost|cloud>
indiegogo isn't
<cored>
well, even when I did require 'bundler/setup' I still can't load the gem
<cored>
also after creating the gem with 'rake build' and trying to installing it as gem install pkg/gem it's stills fetchs the remote gem from rubygems not the one I specified in the Gemfile as gem 'lib', :git => 'url-to-lib'
<cored>
which is odd
<cored>
I thought that could be possible is there a way for me to do that?
<cored>
any hint?
maxmanders has quit [Ping timeout: 244 seconds]
depassion has quit [Ping timeout: 248 seconds]
mjolk has left #ruby-lang ["Leaving"]
maxmanders has joined #ruby-lang
Nisstyre has joined #ruby-lang
Asher has joined #ruby-lang
huma has joined #ruby-lang
imajes has quit [Excess Flood]
guikos has joined #ruby-lang
sabfer has quit [Quit: sabfer]
benanne has joined #ruby-lang
sandbags has quit [Remote host closed the connection]
imajes has joined #ruby-lang
postmodern has joined #ruby-lang
francisfish has joined #ruby-lang
bluepojo has joined #ruby-lang
Bearproof has quit [Quit: Leaving.]
vlad_starkov has quit [Remote host closed the connection]
guikos has quit [Remote host closed the connection]
workmad3 has joined #ruby-lang
maxmanders has quit [Ping timeout: 260 seconds]
xalei has joined #ruby-lang
_Sketch_ has quit [Read error: Connection reset by peer]
_Sketch_ has joined #ruby-lang
kurko_ has quit [Ping timeout: 240 seconds]
nazty has joined #ruby-lang
Bearproof has joined #ruby-lang
thone_ has joined #ruby-lang
anekos has joined #ruby-lang
thone has quit [Ping timeout: 264 seconds]
maxmanders has joined #ruby-lang
scampbell has quit [Remote host closed the connection]
joevandyk has joined #ruby-lang
<joevandyk>
say i have three LineItem objects with a sales_tax attribute. The amount is 1 and I need to split the amount evenly between the items, but I don't want to deal with fractions of a cent. So the first two items would get $0.33 and the last one would get $0.34. There's nothing in the stdlib that does that sort of thing, right?
ryanf has joined #ruby-lang
<apeiros>
no. also the obligatory: don't use floats for that.
guns has joined #ruby-lang
<apeiros>
(or you will get burnt)
<joevandyk>
apeiros: even with integers, the problem exists
<joevandyk>
i'm using decimals with a fixed precision of 2
<joevandyk>
when storing in the db
<apeiros>
not the problem that floats give you.
<joevandyk>
apeiros: yes, but floats aren't related to this problem
<apeiros>
I know. I didn't say it was.
francisfish has quit [Remote host closed the connection]
dustint has quit [Quit: Leaving]
mpfilbin has joined #ruby-lang
mpfilbin has quit [Remote host closed the connection]
<apeiros>
btw., while there doesn't exist anything to do it directly, Integer#divmod gets you halfway there.
<zenspider>
design smell -- no need to split it up
davidbalbert is now known as davidbalber|away
arooni-mobile has quit [Ping timeout: 248 seconds]
<manveru>
>> total = 100; items = 3; n,m = total.divmod(3); Array.new(items-1){ n } + [n+m]
<manveru>
=> [33, 33, 34]
<manveru>
science!
Asher has quit [Quit: Leaving.]
blacktulip has quit [Remote host closed the connection]
<manveru>
but i agree, you should just record it as one transaction for 3xitem @ $1 if possible
headius has quit [Quit: headius]
<apeiros>
manveru: incomplete solution. what when your remainder is > 1?
<apeiros>
and +1 @ design smell
<manveru>
then the fun called testing begins :)
<heftig>
total = 100; items = 7; n,m = total.divmod(items); Array.new(items-1){ n } + [n+m]
<heftig>
apeiros: huh? doesn't seem to be incomplete
<manveru>
try 101 with 3
<apeiros>
heftig: total = 101; items = 3
mahlon has joined #ruby-lang
<heftig>
33 33 35
<apeiros>
and now you need to know whether [33,33,35] is good enough for you
<heftig>
ah, i see
<manveru>
i blame it on the spec
<apeiros>
or whether you want it "more evenly" split
imperator has quit [Quit: Leaving]
<apeiros>
e.g. [33,34,34]
maxmanders has quit [Ping timeout: 260 seconds]
<heftig>
total = 104; items = 7
<heftig>
yeah, this is kinda skewed
<apeiros>
thinking about it, I'd probably use float division + round and use total-sum for the last
<manveru>
just * 100 your stuff and never worry about precision :)
<heftig>
manveru: i think this is simpler
<joevandyk>
manveru: which gives me 33.66, 33.66, and 33.68
<zenspider>
oh good! all the anti-patterns and cargo cults are there!
<joevandyk>
zenspider: tap?
<zenspider>
that's one
<joevandyk>
others?
<manveru>
wow, didn't even see you sneak that tap in there
<joevandyk>
i like tap :(
<zenspider>
oh. I do really like the name 'amount_so_far'
<joevandyk>
lol
<zenspider>
really
<zenspider>
I'm sure you do like tap.
<zenspider>
or you can throw out all of this complexity by letting your line item have a count
<joevandyk>
a count?
wyhaines has quit [Remote host closed the connection]
maxmande_ has joined #ruby-lang
rking has quit [Ping timeout: 276 seconds]
<joevandyk>
they are three separate items, can't combine them
<zenspider>
but... I'd much rather be confused than argue design
* zenspider
goes back to hacking on maglev
wyhaines has joined #ruby-lang
<joevandyk>
manveru: problem is that i need to be able to get to the individual amounts quickly. say i need to refund one of the items. or run a report on a subset of them
<hackeron>
I have a date/time string 2232051313 (format is hhmmMMDDYY) - how would I turn it into a ruby time object? -- I tried Time.parse and every Time method seems to go from Time to string, but not vice versa
<heftig>
using e.round with n=2 might do what you want to cent level. or might not. it's much too late for me to think about math
<manveru>
hackeron: never use Time.parse :)
<hackeron>
manveru: any example how? :)
<joevandyk>
slightly simpler version: https://gist.github.com/4560427 I'd love to be able to do 33.66, 33.67, and 33.67, but it's close enough
<hackeron>
manveru: can't seem to see a way to pass a format to Time.parse