<kl__>
let me know if you need a shoulder to lean on
zenith_ has quit [Client Quit]
zenith_ has joined #ruby
shime_ has joined #ruby
banister has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
skj3gg has quit [Client Quit]
drawingthesun has quit [Client Quit]
jerematic has quit [Ping timeout: 245 seconds]
sambao21 has joined #ruby
ta has joined #ruby
oo_ has joined #ruby
adamski2600 has joined #ruby
frek818 has quit [Quit: frek818]
banister has joined #ruby
zenith_ has quit [Remote host closed the connection]
<apeiros_>
oh, that shoulder already lies on my side, thank you.
shime has quit [Ping timeout: 272 seconds]
<apeiros_>
to my side?
skj3gg has joined #ruby
EvanFreeman has quit [Remote host closed the connection]
<apeiros_>
english, so close to german, yet sometimes so different.
skj3gg_ has joined #ruby
ivanskie has joined #ruby
ta has quit [Ping timeout: 276 seconds]
adamski2_ has joined #ruby
oo_ has quit [Ping timeout: 264 seconds]
adamski2600 has quit [Read error: Connection reset by peer]
j416 has quit [Ping timeout: 245 seconds]
adamski2_ has quit [Remote host closed the connection]
Channel6 has quit [Ping timeout: 244 seconds]
skj3gg_ has quit [Quit: ZZZzzz…]
x77686d has joined #ruby
skj3gg_ has joined #ruby
zenith_ has joined #ruby
ecksit has quit [Ping timeout: 245 seconds]
davedev2_ has joined #ruby
Channel6 has joined #ruby
frek818 has joined #ruby
davedev24_ has quit [Ping timeout: 272 seconds]
j416 has joined #ruby
klmlfl has quit [Remote host closed the connection]
JBreit has joined #ruby
zenith_ has quit [Remote host closed the connection]
skj3gg has quit [Quit: ZZZzzz…]
Takle has quit [Remote host closed the connection]
Azure has joined #ruby
Channel6 has quit [Client Quit]
davedev2_ has quit [Read error: Connection reset by peer]
Aova has quit [Read error: Connection reset by peer]
davedev24_ has joined #ruby
skj3gg_ has quit [Quit: ZZZzzz…]
quimrstorres has quit [Remote host closed the connection]
JBreit has left #ruby [#ruby]
pwh has quit []
<shevy>
when I use require, I can not re-load a file again right?
<Rylee>
shevy: correct
<shevy>
but can I require first, and at runtime use load() to load a new variant of the same file?
<Rylee>
yes
<shevy>
cool thanks
<Rylee>
one of my IRC bots does that for runtime reloading
<Rylee>
of modules and such
<shevy>
yeah, I need a similar functionality too
<Rylee>
uptime \o/
backhoe has quit [Ping timeout: 264 seconds]
codeFiend has quit [Ping timeout: 252 seconds]
backhoe has joined #ruby
<kl__>
Rylee: does that clear out constants that were previously defined (but not anymore) in the required file?
<kl__>
I'd guess not - sounds like potential for quite some pollution over time
quimrstorres has joined #ruby
<Rylee>
kl__: almost certainly not, but I have never tested that.
Aova has joined #ruby
<Rylee>
kl__: because it would be just like monkey patching an established class (actually, exactly like that)
<Rylee>
which does not remove constants
Takle has joined #ruby
<Rylee>
which is why I can only recommend that approach while developing, really.
<Rylee>
the correct way to upgrade an application in-flight would be to have at least two machines in an application pool behind a load balancer, bring one offline and upgrade it, then switch it over to the primary and bring the other offline and upgrade it, or something. AWS CodeDeploy handles stuff like that pretty well.
<kl__>
blue-green that mofo
<skinux>
Okay. Just finished the Ruby course at CodeAcademy.
<Rylee>
kl__: indeed!
<kl__>
skinux: congrats! You are on a good path.
<Rylee>
indeed^!
az7ar_away has quit [Ping timeout: 256 seconds]
Azure has quit [Excess Flood]
<Rylee>
do you have any projects moving forward?
<skinux>
Are you asking me?
it0a has joined #ruby
jonr22 has joined #ruby
Azure has joined #ruby
quimrstorres has quit [Remote host closed the connection]
codeFiend has joined #ruby
<kl__>
skinux: if he's not (he is), I will
mostlybadfly has joined #ruby
skj3gg has joined #ruby
<skinux>
No project yet. I just wanted to learn Ruby.
ivanskie has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
ellisTAA has joined #ruby
tyfighter has quit [Ping timeout: 245 seconds]
jonr22 has quit [Ping timeout: 245 seconds]
jgt2 has quit [Ping timeout: 255 seconds]
hiyosi has joined #ruby
josephndenton has quit [Ping timeout: 264 seconds]
klmlfl has joined #ruby
<shevy>
\o/
<shevy>
ruby is easy when you start to think in objects
adamski2600 has joined #ruby
skj3gg has quit [Quit: ZZZzzz…]
az7ar_away has joined #ruby
tyfighter has joined #ruby
bronson has joined #ruby
<apeiros_>
load does not unload previously evaluated code. so no, constants etc. are not cleared out.
Sawbones has joined #ruby
<shevy>
will they be overwritten?
<kl__>
no
<shevy>
like I have test.rb; I require it; inside it is FOO = 5; when I load the file, FOO = 6 before I load it
<apeiros_>
it's the same as always when you run code
pdoherty has joined #ruby
<ellisTAA>
is there a computer science or programming IRC channel?
<apeiros_>
yes, that'll be reassigned and you'll get a warning
<apeiros_>
just as if you'd have that in two different files and require those
<shevy>
ellisTAA yes, we program here! and we also idle and drink beer
rbennacer has joined #ruby
frek818 has quit [Quit: frek818]
jonr22 has joined #ruby
bronson has quit [Ping timeout: 240 seconds]
<ellisTAA>
shevy: i dont want to ask questions like “what makes something a programming language” here since it isn’t about ruby. where could i ask that?
<banister>
ellisTAA google probably
Sawbones has quit [Remote host closed the connection]
<ellisTAA>
yeah but if i want to ask ppl is there an irc channell
<shevy>
#ruby
<skinux>
How long should "gem install rails" take to print something to screen?
<shevy>
:>
<shevy>
skinux 5 minutes!
<skinux>
Seriously?
<longfeet>
yes
<shevy>
skinux dunno, how long have you been trying it? sometimes it hangs up
<skinux>
There it goes. Took about a minute or two
<longfeet>
i installed rails inside a vm running on a machine from 2002
<longfeet>
took a few hours
pdoherty has quit [Ping timeout: 264 seconds]
davidhq has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
frek818 has joined #ruby
ptrrr has quit [Quit: ptrrr]
jonr22 has quit [Remote host closed the connection]
hamakn has joined #ruby
Hijiri has quit [Ping timeout: 240 seconds]
PaulCapestany has quit []
yokel has joined #ruby
leonshalimov has joined #ruby
bricker has quit [Ping timeout: 276 seconds]
Hijiri has joined #ruby
scripore has joined #ruby
hamakn has quit [Remote host closed the connection]
lampd1 has joined #ruby
PaulCapestany has joined #ruby
frek818 has quit [Ping timeout: 256 seconds]
<weaksauce>
ellisTAA what are you trying to learn?
<weaksauce>
there's #programming I think but the people in there are going to be rude to you because it's not for beginners.
ivanskie has joined #ruby
leonshalimov has quit [Ping timeout: 245 seconds]
<ellisTAA>
oh … booo! i’m just trying to learn how to program
JDiPierro has joined #ruby
ki0 has joined #ruby
<kl__>
beginners are virtually all i find in there
bthesorceror has joined #ruby
<weaksauce>
are they? maybe I have it confused with another channel
<kl__>
well, "intermediate" - who are probably worse than beginners to talk to about program
<blizzy>
how would I make a prototype for that variable?
zanzibizarre1 has joined #ruby
bonhoeffer_ has joined #ruby
<sevenseacat>
eh?
sssilver| has joined #ruby
klmlfl has quit [Remote host closed the connection]
<blizzy>
like
<blizzy>
foo.can(bar)
nwkr has joined #ruby
bthesorceror_ has joined #ruby
marens_ has joined #ruby
* sevenseacat
wonders what blizzy is talking about
DefV_ has joined #ruby
ecksit has joined #ruby
IceyEC_ has joined #ruby
speaking2ode has joined #ruby
drakhu_ has joined #ruby
ta has joined #ruby
rtl_ has joined #ruby
<blizzy>
do you know Javascript.
Meeh_ has joined #ruby
ukd1 has joined #ruby
<sevenseacat>
yep
<blizzy>
you know how in Javascript, you can have prototypes?
<blizzy>
I'm trying to make something like this: foo.strip
<sevenseacat>
what is foo
<blizzy>
I'm trying to make my own version of strip
<blizzy>
it's just a string.
skinny_much_ has joined #ruby
<sevenseacat>
so you want to monkey-patch string?
ItSAN____ has joined #ruby
<blizzy>
nevermind.
<sevenseacat>
k
oleo__ has joined #ruby
Xiti` has quit [Quit: Xiti`]
p8952_ has joined #ruby
adriancb has quit [Remote host closed the connection]
adeponte has joined #ruby
scottyob_ has joined #ruby
A0v4 has joined #ruby
Xiti` has joined #ruby
davidcel- has joined #ruby
mumblerit has joined #ruby
cherwin_ has joined #ruby
mumblerit is now known as Guest80305
braincra- has joined #ruby
asmodlol has quit [Ping timeout: 255 seconds]
hfp__work has joined #ruby
zanzibizarre has quit [*.net *.split]
kayloos has quit [*.net *.split]
bthesorceror has quit [*.net *.split]
x77686d has quit [*.net *.split]
spupuser1 has quit [*.net *.split]
Prometheian has quit [*.net *.split]
speaking1ode has quit [*.net *.split]
trampi has quit [*.net *.split]
oleo has quit [*.net *.split]
Meeh has quit [*.net *.split]
renier has quit [*.net *.split]
snath has quit [*.net *.split]
psy_ has quit [*.net *.split]
dling has quit [*.net *.split]
leafybasil has quit [*.net *.split]
sssilver has quit [*.net *.split]
jumex has quit [*.net *.split]
swartwulf has quit [*.net *.split]
tekku has quit [*.net *.split]
helpa has quit [*.net *.split]
p8952 has quit [*.net *.split]
marens has quit [*.net *.split]
tercenya has quit [*.net *.split]
thomas has quit [*.net *.split]
jonathanwallace has quit [*.net *.split]
DefV has quit [*.net *.split]
skinny_much has quit [*.net *.split]
jnylen has quit [*.net *.split]
rtl has quit [*.net *.split]
hfp_work has quit [*.net *.split]
Nowaker has quit [*.net *.split]
DylanJ has quit [*.net *.split]
Guest42233 has quit [*.net *.split]
keelerm has quit [*.net *.split]
dfedde has quit [*.net *.split]
cherwin has quit [*.net *.split]
Liothen has quit [*.net *.split]
bonhoeffer has quit [*.net *.split]
siwica has quit [*.net *.split]
Aova has quit [*.net *.split]
SparkMasterTape has quit [*.net *.split]
Xiti has quit [*.net *.split]
jefus has quit [*.net *.split]
ARCADIVS has quit [*.net *.split]
bjornar has quit [*.net *.split]
wallerdev has quit [*.net *.split]
ItSANgo has quit [*.net *.split]
braincrash has quit [*.net *.split]
lolmaus has quit [*.net *.split]
felixjet has quit [*.net *.split]
weaksauce has quit [*.net *.split]
ReinH has quit [*.net *.split]
s_e has quit [*.net *.split]
jsaak_ has quit [*.net *.split]
shanlar has quit [*.net *.split]
genpaku has quit [*.net *.split]
mattp_ has quit [*.net *.split]
Crazy_Atheist has quit [*.net *.split]
gomix has quit [*.net *.split]
wldcordeiro_ has quit [*.net *.split]
drakhu has quit [*.net *.split]
jerikl has quit [*.net *.split]
Guest18772 has quit [*.net *.split]
ByronJohnson has quit [*.net *.split]
avelldiroll has quit [*.net *.split]
smooth_penguin has quit [*.net *.split]
davidcelis has quit [*.net *.split]
bthesorceror_ is now known as bthesorceror
skinny_much_ is now known as skinny_much
bonhoeffer_ is now known as bonhoeffer
jonathanwallace_ is now known as jonathanwallace
wallerdev_ is now known as wallerdev
cherwin_ is now known as cherwin
davidcel- is now known as davidcelis
jumex_ is now known as jumex
davidcelis has joined #ruby
davidcelis has quit [Changing host]
mattp__ has joined #ruby
scottyob_ is now known as scottyob
s_e_ has joined #ruby
hfp__work is now known as hfp_work
symbol has quit [Quit: WeeChat 1.1]
ta has quit [Ping timeout: 276 seconds]
<blizzy>
ok, let me try this again
asmodlol has joined #ruby
helpa has joined #ruby
<blizzy>
instead of typing "foo(user, bar)", I want to be able to type "user.foo(bar)"
dfedde has joined #ruby
s_e_ is now known as s_e
tekk has joined #ruby
genpaku has joined #ruby
davedev24_ has quit [Ping timeout: 252 seconds]
smooth_penguin has joined #ruby
A0v4 has quit [Read error: Connection reset by peer]
davedev24_ has joined #ruby
davidhq has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
ByronJohnson has joined #ruby
Aova has joined #ruby
keelerm has joined #ruby
scripore has joined #ruby
Sgeo has joined #ruby
tmtwd_ has joined #ruby
gomix has joined #ruby
shanlar has joined #ruby
ta has joined #ruby
ReinH has joined #ruby
bjornar has joined #ruby
njection has quit []
jnylen has joined #ruby
renier has joined #ruby
avelldiroll has joined #ruby
thomas has joined #ruby
Liothen has joined #ruby
wldcordeiro_ has joined #ruby
DylanJ has joined #ruby
DylanJ has quit [Max SendQ exceeded]
BTRE has quit [Ping timeout: 256 seconds]
psy_ has joined #ruby
MrBeardy has quit []
spupuser1 has joined #ruby
tokik has quit [Ping timeout: 245 seconds]
greenbagels has joined #ruby
<vandemar>
blizzy: you want to add a method to user.class
leafybasil has joined #ruby
swartwulf has joined #ruby
dereck1 has joined #ruby
Sawbones has quit [Remote host closed the connection]
seanmarcia_ has joined #ruby
Crazy_Atheist has joined #ruby
miah_ has joined #ruby
hamakn has quit [Remote host closed the connection]
deryl has joined #ruby
_Andres_ has joined #ruby
backhoe has quit [Ping timeout: 246 seconds]
olekenneth has joined #ruby
yeticry_ has joined #ruby
snath has joined #ruby
cvtsx1 has joined #ruby
tskogber1 has joined #ruby
codeFiend has quit [Ping timeout: 252 seconds]
davidhq has joined #ruby
<blizzy>
vandemar, ok so I do that. let's say I wanted a method named user.length_of
zumbi has joined #ruby
<blizzy>
to get the length of user, how would I achieve that. would I use this.length?
ta has quit [Ping timeout: 265 seconds]
gigetoo_ has joined #ruby
DylanJ has joined #ruby
DylanJ has joined #ruby
flipdip has joined #ruby
klaas_ has joined #ruby
Liothen has quit [Changing host]
Liothen has joined #ruby
anekos is now known as 17SABIIGJ
lolmaus has joined #ruby
anekos has joined #ruby
swistak35 has joined #ruby
ARCADIVS has joined #ruby
ARCADIVS has quit [Max SendQ exceeded]
xcesariox has joined #ruby
Ulrike_Schultz has joined #ruby
backhoe has joined #ruby
<jhass>
blizzy: this -> self and it's implicit, just leave it off
saltsa_ has joined #ruby
pipecloud has joined #ruby
jriese has quit [Ping timeout: 244 seconds]
shanlar- has quit [Read error: Connection reset by peer]
<jhass>
did you write a class in Ruby before?
ARCADIVS has joined #ruby
pipecloud has quit [Changing host]
pipecloud has joined #ruby
Joufflu has joined #ruby
dnewkerk has joined #ruby
miah_ has quit [Changing host]
miah_ has joined #ruby
miah has quit [Disconnected by services]
miah_ is now known as miah
jpstokes has quit [Remote host closed the connection]
Prometheian has joined #ruby
qpls_ has joined #ruby
phreax_ has joined #ruby
ta has joined #ruby
digifiv5e has joined #ruby
jimmyhoughjr has joined #ruby
Armand has joined #ruby
digifiv5e is now known as Guest482
Armand is now known as Guest67136
crazed_ has joined #ruby
Ankhers has joined #ruby
three18t- has joined #ruby
<blizzy>
nvm I figured it out. thanks, jhass.
nateberkopec has joined #ruby
BTRE has joined #ruby
fedexo has quit [Remote host closed the connection]
spacemud_ has joined #ruby
ninedrag0n has joined #ruby
17SABIIGJ has quit [Ping timeout: 244 seconds]
yeticry has quit [Ping timeout: 244 seconds]
_Andres has quit [Ping timeout: 244 seconds]
dereck has quit [Ping timeout: 244 seconds]
ddd has quit [Ping timeout: 244 seconds]
seanmarcia has quit [Ping timeout: 244 seconds]
Apocalypse has quit [Ping timeout: 244 seconds]
tmtwd has quit [Ping timeout: 244 seconds]
Sgeo_ has quit [Ping timeout: 244 seconds]
renier_ has quit [Ping timeout: 244 seconds]
cvtsx has quit [Ping timeout: 244 seconds]
surs has quit [Ping timeout: 244 seconds]
leafybas_ has quit [Ping timeout: 244 seconds]
deryl is now known as ddd
Prometheian_ has quit [*.net *.split]
gigetoo has quit [*.net *.split]
ValicekB has quit [*.net *.split]
Kilo`byte has quit [*.net *.split]
zumbi_ has quit [*.net *.split]
saltsa has quit [*.net *.split]
ninedragon has quit [*.net *.split]
pipework has quit [*.net *.split]
MrSparkle has quit [*.net *.split]
spacemud has quit [*.net *.split]
klaas has quit [*.net *.split]
daynaskully has quit [*.net *.split]
Ulrike_Rayne has quit [*.net *.split]
crazed has quit [*.net *.split]
tskogberg has quit [*.net *.split]
camt has quit [*.net *.split]
three18ti has quit [*.net *.split]
bakis has quit [*.net *.split]
phreax has quit [*.net *.split]
qpls has quit [*.net *.split]
ninedrag0n is now known as ninedragon
spacemud_ is now known as spacemud
pipecloud is now known as pipework
Ulrike_Schultz is now known as Ulrike_Rayne
gigetoo_ is now known as gigetoo
Kilobyte|StupidC has joined #ruby
weaksauce has joined #ruby
ta has quit [Ping timeout: 276 seconds]
rbennacer has quit [Remote host closed the connection]
codeFiend has joined #ruby
ValicekB_ has joined #ruby
fedexo has joined #ruby
rbennacer has joined #ruby
oo_ has joined #ruby
Eiam_ has joined #ruby
bronson has joined #ruby
kalusn has quit [Remote host closed the connection]
<dnewkerk>
Is there a better way to write this bit of Ruby to not have the redundant key == ‘xyz’?… attributes.all? { |key, value| key == '_destroy' || key == 'position' || value.blank? }
ValicekB_ is now known as ValicekB
mclee has quit [Ping timeout: 256 seconds]
BeLucid_ has joined #ruby
toertore has joined #ruby
matled- has joined #ruby
rbennacer has quit [Remote host closed the connection]
pu22l3r_ has joined #ruby
jerikl has joined #ruby
ChoiKyuSang_ has joined #ruby
rbennacer has joined #ruby
havenn has joined #ruby
allcentu1 has joined #ruby
leonshalimov has joined #ruby
davidhq has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
oo_ has quit [Ping timeout: 245 seconds]
danjordan_ has joined #ruby
patric101e99 has joined #ruby
pdoherty has joined #ruby
davedev2_ has joined #ruby
electrical_ has joined #ruby
<jhass>
dnewkerk: for two I wouldn't do it, but the idiom for that is %w[_destroy position].include?(key)
bluehavana_ has joined #ruby
camt has joined #ruby
callenb____ has joined #ruby
bcavileer__ has joined #ruby
kyote_ has joined #ruby
Rhainur1 has joined #ruby
chrisseaton_ has joined #ruby
eregon_ has joined #ruby
ellisTAA_ has joined #ruby
rkornmeyer_ has joined #ruby
jriese has joined #ruby
oo_ has joined #ruby
bjeanes__ has joined #ruby
bronson has quit [Ping timeout: 256 seconds]
adys has joined #ruby
mikemac has joined #ruby
AdamMeghji__ has joined #ruby
wallerdev_ has joined #ruby
MiracleBlue_ has joined #ruby
alol__ has joined #ruby
securitybot2 has joined #ruby
RTG has joined #ruby
drakhu has joined #ruby
RTG is now known as Guest36764
mischief_ has joined #ruby
havenwood has quit [Ping timeout: 250 seconds]
gigetoo_ has joined #ruby
slash_ni1k has joined #ruby
xsdg_ has joined #ruby
ruisanto1 has joined #ruby
mclee has joined #ruby
Nigel_ has joined #ruby
wmoxam_ has joined #ruby
kloeri_ has joined #ruby
wang has joined #ruby
Sp4rKy_ has joined #ruby
BaNzounet has joined #ruby
Pro|_ has joined #ruby
hendrici1s has joined #ruby
cout_ has joined #ruby
bennyklo1z has joined #ruby
bhaak_ has joined #ruby
sudog_ has joined #ruby
ikanobori_ has joined #ruby
ByronJoh1son has joined #ruby
rodasc has joined #ruby
ahuman has joined #ruby
<dnewkerk>
jhass: cool thanks… yeah I agree, for 2 it’s overkill. I’ve run into other cases where there were more and was never sure how to handle it
yeltzooo has joined #ruby
zacts_ has joined #ruby
leonshalimov has quit [Ping timeout: 245 seconds]
pdoherty has quit [Ping timeout: 245 seconds]
kevr_ has joined #ruby
slash_ni1k is now known as slash_nick
slash_nick has quit [Changing host]
slash_nick has joined #ruby
withnale_ has joined #ruby
oo_ has quit [Ping timeout: 255 seconds]
nomadic_ has joined #ruby
lifenoodles_ has joined #ruby
dredozub- has joined #ruby
ryotarai_ has joined #ruby
cavity_ has joined #ruby
Mongey_ has joined #ruby
timmow_ has joined #ruby
server129 has joined #ruby
gf3_ has joined #ruby
Scientz has joined #ruby
Brando753-o_O_o has joined #ruby
mr_rich102 has joined #ruby
kevinfagan_ has joined #ruby
uber_ has joined #ruby
lorn_ has joined #ruby
bmn_ has joined #ruby
it0a has quit [Ping timeout: 276 seconds]
<ellisTAA_>
what is the title of someone who is the equivalent of a ceo for software engineering?
kenichi_ has joined #ruby
unCork has joined #ruby
qpls_ has quit [*.net *.split]
backhoe has quit [*.net *.split]
gigetoo has quit [*.net *.split]
_Andres_ has quit [*.net *.split]
ByronJohnson has quit [*.net *.split]
davedev24_ has quit [*.net *.split]
drakhu_ has quit [*.net *.split]
ecksit has quit [*.net *.split]
jerikl1 has quit [*.net *.split]
wallerdev has quit [*.net *.split]
goshdarnyou has quit [*.net *.split]
arescorpio has quit [*.net *.split]
allcentury has quit [*.net *.split]
ellisTAA has quit [*.net *.split]
Rhainur has quit [*.net *.split]
benlakey has quit [*.net *.split]
ElderFain has quit [*.net *.split]
bhaak has quit [*.net *.split]
yvemath has quit [*.net *.split]
AdamMeghji_ has quit [*.net *.split]
sameerynho has quit [*.net *.split]
rkornmeyer has quit [*.net *.split]
sudog has quit [*.net *.split]
patrick99e99 has quit [*.net *.split]
danjordan has quit [*.net *.split]
otertore has quit [*.net *.split]
bascht has quit [*.net *.split]
nomadic has quit [*.net *.split]
pu22l3r has quit [*.net *.split]
davout has quit [*.net *.split]
mr_rich101 has quit [*.net *.split]
ChoiKyuSang has quit [*.net *.split]
ekem has quit [*.net *.split]
alol_ has quit [*.net *.split]
bcavileer_ has quit [*.net *.split]
bjeanes_ has quit [*.net *.split]
chrisseaton has quit [*.net *.split]
callenb___ has quit [*.net *.split]
Adran has quit [*.net *.split]
crazymykl has quit [*.net *.split]
sarlalian has quit [*.net *.split]
jokke has quit [*.net *.split]
crodas has quit [*.net *.split]
_chs_ has quit [*.net *.split]
ikanobori has quit [*.net *.split]
bestie has quit [*.net *.split]
kyote has quit [*.net *.split]
jpinnix______ has quit [*.net *.split]
hdrv has quit [*.net *.split]
chishiki has quit [*.net *.split]
aspiers has quit [*.net *.split]
electrical has quit [*.net *.split]
jeregrine has quit [*.net *.split]
Ridley5 has quit [*.net *.split]
xsdg has quit [*.net *.split]
MiracleBlue has quit [*.net *.split]
lifenoodles has quit [*.net *.split]
bluehavana has quit [*.net *.split]
guardian has quit [*.net *.split]
G has quit [*.net *.split]
snzmn has quit [*.net *.split]
zacts has quit [*.net *.split]
Dwarf has quit [*.net *.split]
kloeri has quit [*.net *.split]
Brando753 has quit [*.net *.split]
MissionCritical has quit [*.net *.split]
RoryHughes has quit [*.net *.split]
jleclanche has quit [*.net *.split]
wlanboy has quit [*.net *.split]
thoraxe has quit [*.net *.split]
Sp4rKy has quit [*.net *.split]
benatkin has quit [*.net *.split]
<havenn>
ellisTAA_: CTO typically
ninjazach has quit [*.net *.split]
mischief has quit [*.net *.split]
danjordan_ is now known as danjordan
gf3_ is now known as gf3
wallerdev_ is now known as wallerdev
gigetoo_ is now known as gigetoo
Scientz is now known as Scient
matled- is now known as matled
ellisTAA_ is now known as ellisTAA
ryotarai_ is now known as ryotarai
_br_- has joined #ruby
unCork is now known as Cork
_Andres has joined #ruby
qpls has joined #ruby
uber_ is now known as uber
wlanboy has joined #ruby
ta has joined #ruby
dhruvasagar has joined #ruby
rkornmeyer_ is now known as rkornmeyer
RoryHughes has joined #ruby
Brando753-o_O_o is now known as Brando753
AdamMeghji__ is now known as AdamMeghji_
zzz_Ridley has joined #ruby
chrisseaton_ is now known as chrisseaton
kyote_ is now known as kyote
callenb____ is now known as callenb___
Dwarf has joined #ruby
securitybot2 is now known as _chs_
davout has joined #ruby
Mission-Critical has joined #ruby
max96at|off has joined #ruby
sirecote has joined #ruby
zzz_Ridley is now known as Ridley5
max96at|off is now known as max96at
ninjazach has joined #ruby
ninjazach is now known as Guest1944
Ridley5 has quit [Changing host]
Ridley5 has joined #ruby
bjeanes__ is now known as bjeanes_
marahin has joined #ruby
_chs_ is now known as Guest37310
hyperdrive has joined #ruby
marahin is now known as Guest1719
skj3gg has joined #ruby
oddraisin has joined #ruby
scottstamp_ has joined #ruby
<ellisTAA>
havenn: ty
bcavileer__ is now known as bcavileer_
havenn has quit [Remote host closed the connection]
snzmn has joined #ruby
ARCADIVS has quit [Quit: ARCADIVS]
bluehavana_ is now known as bluehavana
benatkin has joined #ruby
echevemaster has quit [Remote host closed the connection]
alol__ has quit [Ping timeout: 245 seconds]
withnale_ has quit [Ping timeout: 276 seconds]
rbennacer has quit [Remote host closed the connection]
akkad has joined #ruby
Sawbones has joined #ruby
havenwood has joined #ruby
MiracleBlue_ is now known as MiracleBlue
iamninja has quit [Remote host closed the connection]
alol__ has joined #ruby
rbennacer has joined #ruby
sent1nel has joined #ruby
ekem has joined #ruby
electrical_ is now known as electrical
Adran has joined #ruby
bakis has joined #ruby
xcesariox has quit [Ping timeout: 246 seconds]
zemlya has quit [Ping timeout: 264 seconds]
qpls has quit [Read error: Connection timed out]
helpa has quit [Remote host closed the connection]
deric_skibotn has quit [Ping timeout: 255 seconds]
davidhq has quit [Client Quit]
ta has quit [Ping timeout: 276 seconds]
mrmargolis has quit [Remote host closed the connection]
xivusr has joined #ruby
Rollabunna has quit [Read error: Connection reset by peer]
Rollabunna has joined #ruby
spyderman4g63 has joined #ruby
spyderman4g63 has quit [Remote host closed the connection]
spyderman4g63 has joined #ruby
spyderman4g63 has quit [Remote host closed the connection]
spyderman4g63 has joined #ruby
spyderman4g63 has quit [Remote host closed the connection]
spyderman4g63 has joined #ruby
spyderman4g63 has quit [Remote host closed the connection]
spyderman4g63 has joined #ruby
hiyosi has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
jnylen has quit [Quit: WeeChat 1.0.1]
adamski2600 has quit [Remote host closed the connection]
xivusr has quit [Ping timeout: 256 seconds]
spyderman4g63 has quit [Remote host closed the connection]
adamski2600 has joined #ruby
adamski2600 has quit [Remote host closed the connection]
ta has joined #ruby
jnylen has joined #ruby
spyderman4g63 has joined #ruby
spyderman4g63 has quit [Remote host closed the connection]
hamakn has joined #ruby
scripore has quit [Quit: This computer has gone to sleep]
spyderman4g63 has joined #ruby
backhoe has quit [Ping timeout: 264 seconds]
spyderman4g63 has quit [Remote host closed the connection]
spyderman4g63 has joined #ruby
backhoe has joined #ruby
spyderman4g63 has quit [Remote host closed the connection]
siwica1 has quit [Ping timeout: 272 seconds]
Sgeo_ has joined #ruby
fella6s has joined #ruby
russt has quit [Quit: russt]
zanzibizarre1 has quit [Quit: Leaving.]
Hobogrammer_ has joined #ruby
felixjet__ has joined #ruby
pierre1_ has joined #ruby
ta has quit [Ping timeout: 276 seconds]
monsieur1 has joined #ruby
pl1ght has quit [Ping timeout: 244 seconds]
hakunin_ has joined #ruby
ItSANgo_ has joined #ruby
russt has joined #ruby
Rollabun_ has joined #ruby
eka_ has joined #ruby
workmad3_ has joined #ruby
nettus has joined #ruby
<nettus>
Asked about fastest ruby implementation/runtime (for ruby sass) some time ago.
<nettus>
(Yes, there is libsass, but features are missing which I still need).
<nettus>
OK, so mruby seems also to be an option, lightweight option.
gsd has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
nopolitica has quit [Quit: leaving]
dmoe_________ has joined #ruby
gsd has joined #ruby
gsd has quit [Max SendQ exceeded]
wldcordeiro has quit [Ping timeout: 245 seconds]
oo_ has joined #ruby
Pro| has joined #ruby
crazed has joined #ruby
Skelz0r_ has joined #ruby
Drakevr_ has joined #ruby
gsd has joined #ruby
yeticry has joined #ruby
saltsa has joined #ruby
Nowaker has joined #ruby
thoraxe_ has joined #ruby
julie_harshaw has joined #ruby
<ellisTAA>
as someone who doesn’t have any experience with other programming languages, how does ruby’s culture differ from other programming language cultures?
j0n3 has quit [Read error: Connection reset by peer]
ta has joined #ruby
agjacome has quit [Quit: leaving]
rowdychildren_ has joined #ruby
dmoe_________ is now known as dmoe
oo_ has quit [Ping timeout: 246 seconds]
JDiPierro has joined #ruby
pierre1_ has quit [Ping timeout: 245 seconds]
prasselpikachu_ has joined #ruby
DrCode has quit [Remote host closed the connection]
iamninja has quit [Remote host closed the connection]
YamakasY_ has joined #ruby
ta has quit [Ping timeout: 276 seconds]
it0a has joined #ruby
iamninja has joined #ruby
hfp__work has joined #ruby
bashusr2 has joined #ruby
codeFiend has quit [Ping timeout: 252 seconds]
bonhoeffer has quit [Quit: bonhoeffer]
faulkner- has joined #ruby
sorc_ has joined #ruby
<havenwood>
ellisTAA: We have a lot more foxes and chunky bacon than most languages. Matz is nice so we are nice. There's an informality and playfulness that stands out. The core team is mostly Japanese.
josephndenton has quit [Ping timeout: 246 seconds]
jamison has joined #ruby
flipdip is now known as MrSparkle
bronson has joined #ruby
tus has quit []
agrinb has joined #ruby
Nigel_ is now known as G
dc has quit [Remote host closed the connection]
leonshalimov has joined #ruby
arup_r has joined #ruby
bronson has quit [Ping timeout: 252 seconds]
<ekem>
ok finally getting back to this ruby building process, if i have libs id like to use that require compiling outside of the package manager, where the heck should i place those? or how do i link to those suckers
<blizzy>
so, python has __str__ in classes to return a certain message. like, instead of returning <Hello:0x2606fb8 @name="foo">, it'll return something more readable.
<blizzy>
is there one in ruby?
learner has quit [Ping timeout: 264 seconds]
michael_mbp has quit [Excess Flood]
michael_mbp has joined #ruby
chipotle has joined #ruby
jpstokes has quit [Remote host closed the connection]
nicolastarzia has quit [Ping timeout: 264 seconds]
codeFiend has joined #ruby
ponga has quit [Remote host closed the connection]
ponga has joined #ruby
hgl has quit [Ping timeout: 264 seconds]
C1V0 has quit []
chipotle has quit [Quit: cheerio]
ki0 has joined #ruby
chipotle has joined #ruby
Eiam_ has quit [Quit: (╯°□°)╯︵ ǝpouǝǝɹɟ]
tejas-manohar has joined #ruby
ponga has quit [Ping timeout: 245 seconds]
mischief_ is now known as mischief
jimmyhoughjr has quit [Ping timeout: 264 seconds]
jerematic has joined #ruby
_Andres has quit [Read error: Connection reset by peer]
helpa has quit [Remote host closed the connection]
hamakn has quit [Remote host closed the connection]
<slash_nick>
mozzarella: thanks for the feedback... it's not just a picture, it'll seemlessly transition each minute
troubadour has quit [Quit: troubadour]
johnzz has joined #ruby
pontiki2 has quit [Client Quit]
<slash_nick>
ekem: which tiles? I let it tile in the x direction for the one with the Mercator projection of earth (WhatEarthIsIt)...
hgl has quit [Read error: Connection reset by peer]
johnzz has quit [Client Quit]
xivusr has quit [Ping timeout: 245 seconds]
ta has quit [Ping timeout: 276 seconds]
<slash_nick>
ekem: oh, they all do at fullscreen, nice, thanks!
ta has joined #ruby
hgl has joined #ruby
divi has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
vim-shim has joined #ruby
<slash_nick>
ekem: regarding the sine function, actually USNO's data services handle the image generation... these sites simply do some z-index shuffling to update background images without you noticing how slow USNO's data services are :)
ta has quit [Ping timeout: 244 seconds]
tyfighter has quit [Quit: tyfighter]
ozialien_ has joined #ruby
crazydiamond has quit [Ping timeout: 272 seconds]
tyfighter has joined #ruby
kenneth has joined #ruby
Kn|t3_ has joined #ruby
<ekem>
slash_nick: yeah i was taking a look at the JS and noticed that
klmlfl has joined #ruby
<ekem>
fix that tile at full screen and it willbe complete!
<alex86>
Hey, I am making a rails project and I want to make some methods that use multiple models, so I'm just wondering if there is some way of deciding which model class they should be part of
ta has joined #ruby
athan has quit [Read error: Connection reset by peer]
ponga has joined #ruby
<alex86>
otherwise I guess I'll just choose one of the models randomly
<havenwood>
alex86: You'll probably have better luck with Rails questions in the #RubyOnRails channel.
bronson has joined #ruby
tmtwd_ has quit [Read error: Connection reset by peer]
tmtwd has joined #ruby
<alex86>
well apparently I need to be 'identified with services' so whatever I'll just use a random model
<sevenseacat>
indeed, we dont like the anonymous spammers that tend to hang around open channels
<sevenseacat>
seems like a good attitude to have, cant be bothered registering, will just make up some code :P
ta has quit [Ping timeout: 276 seconds]
alex86 has quit []
ki0 has joined #ruby
<sevenseacat>
how odd.
tyfighter has quit [Quit: tyfighter]
Alina-malina has joined #ruby
ponga has quit [Ping timeout: 252 seconds]
bronson has quit [Ping timeout: 264 seconds]
ki0 has quit [Ping timeout: 240 seconds]
nateberkopec has quit [Quit: Leaving...]
crdpink2 has quit [Quit: q term]
crdpink2 has joined #ruby
tyfighter has joined #ruby
TheNet has quit [Remote host closed the connection]
TheNet has joined #ruby
TheNet has quit [Remote host closed the connection]
rbennacer has joined #ruby
TheNet has joined #ruby
agrinb has quit [Remote host closed the connection]
agrinb has joined #ruby
JoshGlzBrk has joined #ruby
ta has joined #ruby
rbennacer has quit [Ping timeout: 240 seconds]
<arup_r>
alex86: Hi
agrinb has quit [Ping timeout: 245 seconds]
athan has joined #ruby
Aova has quit [Read error: Connection reset by peer]
ta has quit [Ping timeout: 265 seconds]
TheNet has quit [Remote host closed the connection]
Mia has quit [Read error: Connection reset by peer]
leonshalimov has joined #ruby
spupuser1 has quit [Ping timeout: 246 seconds]
TheNet has joined #ruby
AlexRussia has quit [Quit: WeeChat 1.1-dev]
AlexRussia has joined #ruby
staticshock has joined #ruby
TheNet has quit [Remote host closed the connection]
Aova has joined #ruby
TheNet has joined #ruby
leonshalimov has quit [Ping timeout: 272 seconds]
withnale_ has joined #ruby
banister has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Kn|t3_ has quit [Quit: Kn|t3_]
Kn|t3_ has joined #ruby
staticshock has left #ruby ["WeeChat 1.0.1"]
withnale_ has quit [Ping timeout: 252 seconds]
klmlfl has quit [Remote host closed the connection]
mloveless has quit []
MasterPiece has joined #ruby
bakis has quit [Ping timeout: 245 seconds]
codeFiend has quit [Ping timeout: 252 seconds]
sinkensabe has joined #ruby
sent1nel has quit [Remote host closed the connection]
prasselpikachu_ has quit [Ping timeout: 252 seconds]
troubadour has joined #ruby
troubadour has quit [Remote host closed the connection]
hamakn has joined #ruby
bakis has joined #ruby
hvxgr has quit [Ping timeout: 255 seconds]
kalusn has joined #ruby
pdoherty has joined #ruby
prasselpikachu has joined #ruby
TheNet has quit [Remote host closed the connection]
<robclancy>
the to_h takes [[key, val], [key, val]] into a hash right?
<havenwood>
ya
<robclancy>
cheers
<havenwood>
robclancy: You might want to ask in #RubyOnRails in case there's a fancy ActiveRecord trick, dunno.
<robclancy>
that will do, it's just for a script not for somethign that is to be maintained for a long time
<robclancy>
just knew there would be a one liner
jerematic has quit [Ping timeout: 240 seconds]
josephndenton has quit [Ping timeout: 245 seconds]
Eiam has quit [Ping timeout: 256 seconds]
Ankhers has quit [Ping timeout: 250 seconds]
danjordan has quit [Ping timeout: 264 seconds]
MasterPiece has quit [Remote host closed the connection]
Prometheian has quit [Quit: ChatZilla 0.9.91.1 [Firefox 35.0/20150108202552]]
ta has joined #ruby
dc has joined #ruby
Guest37310 is now known as _chs_
sent1nel has joined #ruby
Rollabun_ has quit [Remote host closed the connection]
hirzu has joined #ruby
TheNet has quit [Quit: Leaving...]
fgo has quit [Ping timeout: 276 seconds]
ta has quit [Ping timeout: 276 seconds]
spyderman4g63 has joined #ruby
hirzu has quit [Client Quit]
spyderman4g63 has quit [Remote host closed the connection]
spyderman4g63 has joined #ruby
spyderman4g63 has quit [Remote host closed the connection]
arup_r has joined #ruby
spyderman4g63 has joined #ruby
tejas-manohar has quit [Quit: Page closed]
danjordan has joined #ruby
spyderman4g63 has quit [Remote host closed the connection]
hvxgr has joined #ruby
spyderman4g63 has joined #ruby
spyderman4g63 has quit [Remote host closed the connection]
spyderman4g63 has joined #ruby
spyderman4g63 has quit [Remote host closed the connection]
adriancb has joined #ruby
Kn|t3_ has quit [Ping timeout: 255 seconds]
Aova has quit [Read error: Connection reset by peer]
Kn|t3_ has joined #ruby
bthesorceror has quit [Quit: bthesorceror]
adriancb has quit [Ping timeout: 245 seconds]
The_Phoenix has joined #ruby
codeFiend has quit [Ping timeout: 252 seconds]
kenneth has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
softinio has quit [Quit: Connection closed for inactivity]
Aova has joined #ruby
mostlybadfly has quit [Quit: Connection closed for inactivity]
The_Phoenix has quit [Max SendQ exceeded]
chinmay_dd has joined #ruby
josephndenton has joined #ruby
The_Phoenix has joined #ruby
bthesorceror has joined #ruby
skinux has quit [Quit: skinux]
bronson has joined #ruby
robclancy has left #ruby ["Konversation terminated!"]
lkba_ has joined #ruby
learner has joined #ruby
ponga has joined #ruby
josephndenton has quit [Ping timeout: 240 seconds]
Kn|t3_ has quit [Quit: Kn|t3_]
Spami has joined #ruby
codeFiend has joined #ruby
lkba has quit [Ping timeout: 272 seconds]
xivusr has joined #ruby
bronson has quit [Ping timeout: 264 seconds]
randiman has joined #ruby
ponga has quit [Ping timeout: 276 seconds]
tmtwd has quit [Ping timeout: 244 seconds]
tmtwd has joined #ruby
p0wn3d_mhs has quit [Quit: WeeChat 0.4.3]
fgo has joined #ruby
ta has joined #ruby
xivusr has quit [Ping timeout: 265 seconds]
it0a has quit [Ping timeout: 264 seconds]
kenneth has joined #ruby
fgo has quit [Ping timeout: 246 seconds]
wallerdev has quit [Quit: wallerdev]
rippa has joined #ruby
Jackneill has joined #ruby
ta has quit [Ping timeout: 276 seconds]
patrick99e99 has quit [Ping timeout: 245 seconds]
roshanavand has joined #ruby
patrick99e99 has joined #ruby
Sgeo has joined #ruby
sent1nel has quit [Remote host closed the connection]
ta has joined #ruby
kenneth has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
Sgeo_ has quit [Ping timeout: 244 seconds]
kenneth has joined #ruby
Ankhers has joined #ruby
claptor has quit [Quit: this channel is bakas]
ki0 has joined #ruby
ta has quit [Ping timeout: 265 seconds]
tyfighter has quit [Quit: tyfighter]
pontiki has quit [Quit: sleepy time]
ki0 has quit [Ping timeout: 265 seconds]
leonshalimov has joined #ruby
d10n-work has quit [Quit: Connection closed for inactivity]
Ankhers has quit [Ping timeout: 250 seconds]
spupuser has joined #ruby
codeFiend has quit [Ping timeout: 252 seconds]
leonshalimov has quit [Ping timeout: 246 seconds]
backhoe has quit [Ping timeout: 264 seconds]
backhoe has joined #ruby
withnale_ has joined #ruby
lampd1 has joined #ruby
JoshGlzBrk has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
withnale_ has quit [Ping timeout: 245 seconds]
Aova has quit [Read error: Connection reset by peer]
Sawbones_ has joined #ruby
bthesorceror has quit [Quit: bthesorceror]
codeFiend has joined #ruby
bluOxigen has joined #ruby
Sawbones_ has quit [Ping timeout: 256 seconds]
Aova has joined #ruby
nicolastarzia has joined #ruby
cantonic has joined #ruby
fgo has joined #ruby
Sawbones_ has joined #ruby
Channel6 has quit [Quit: Leaving]
antgel has joined #ruby
ponga has joined #ruby
russt has quit [Quit: russt]
nicolastarzia has quit [Ping timeout: 245 seconds]
sandelius has joined #ruby
RailWolf has quit [Ping timeout: 256 seconds]
gsd has quit [Ping timeout: 244 seconds]
yeticry has quit [Ping timeout: 272 seconds]
yeticry has joined #ruby
rbrs has joined #ruby
Sawbones_ has quit []
ponga has quit [Ping timeout: 245 seconds]
gsd has joined #ruby
ponga has joined #ruby
doobi-sham-53143 has joined #ruby
hightower4 has joined #ruby
arup_r has quit [Ping timeout: 264 seconds]
hamakn has joined #ruby
thotmx has joined #ruby
roshanavand1 has joined #ruby
roshanavand has quit [Ping timeout: 246 seconds]
pdoherty has joined #ruby
fgo has quit [Ping timeout: 272 seconds]
gsd has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
pdoherty has quit [Ping timeout: 245 seconds]
bluOxigen has quit [Remote host closed the connection]
bluOxigen has joined #ruby
josephndenton has joined #ruby
defrang has joined #ruby
apeiros_ has quit [Read error: Connection reset by peer]
apeiros_ has joined #ruby
BTRE has quit [Ping timeout: 240 seconds]
josephndenton has quit [Ping timeout: 240 seconds]
sent1nel has joined #ruby
codeFiend has quit [Ping timeout: 252 seconds]
arup_r has joined #ruby
sent1nel has quit [Ping timeout: 245 seconds]
ki0 has joined #ruby
spyderman4g63 has joined #ruby
spyderman4g63 has quit [Remote host closed the connection]
spyderman4g63 has joined #ruby
spyderman4g63 has quit [Remote host closed the connection]
lampd1 has quit [Remote host closed the connection]
arup_r has quit [Client Quit]
Ankhers has joined #ruby
pwnz0r has joined #ruby
sinkensabe has joined #ruby
BTRE has joined #ruby
ki0 has quit [Ping timeout: 276 seconds]
arup_r has joined #ruby
_matt has quit [Ping timeout: 245 seconds]
Ankhers has quit [Ping timeout: 250 seconds]
fgo has joined #ruby
codeFiend has joined #ruby
monsieur1 is now known as monsieurp
monsieurp has quit [Changing host]
monsieurp has joined #ruby
<atmosx>
anyone around?
<atmosx>
shevy: u here?
Y2K has joined #ruby
withnale_ has joined #ruby
<apeiros_>
none of the 800+ users is here
olekenneth has quit [Ping timeout: 245 seconds]
lessless has joined #ruby
roshanavand1 has quit [Read error: Connection reset by peer]
<atmosx>
shit I'm stuck with u?
<sevenseacat>
nope. all sleeping.
<atmosx>
oh okay now I feel more comfortable
jakesyl has quit [Ping timeout: 264 seconds]
* sevenseacat
is afk watching tennis
<atmosx>
..
<atmosx>
lol
ptrrr has joined #ruby
<atmosx>
shevy: msg plz when you get back I need some help with recursion
bronson has joined #ruby
<sevenseacat>
and only shevy knows the true secrets of how it works?
sinkensabe has quit [Remote host closed the connection]
jakesyl has joined #ruby
agrinb has joined #ruby
Rollabunna has joined #ruby
Aova has quit [Read error: Connection reset by peer]
withnale_ has quit [Ping timeout: 245 seconds]
Y2K has quit [Quit: Page closed]
kalusn has quit [Remote host closed the connection]
bronson has quit [Ping timeout: 245 seconds]
<atmosx>
sevenseacat: no you do too. Shevy is patient, the other guys are not so much and I'm having really hard time with this. I'm missing something but I can't tell exactly what.
<atmosx>
brb
atmosx has quit [Quit: WeeChat 0.4.4-dev]
antgel has quit [Ping timeout: 265 seconds]
agrinb has quit [Ping timeout: 245 seconds]
<Perceptes>
<-- very patient
Aova has joined #ruby
antgel has joined #ruby
roshanavand has joined #ruby
davedev2_ has quit [Remote host closed the connection]
pwnz0r has quit [Remote host closed the connection]
vdamewood has joined #ruby
ellisTAA has joined #ruby
SparkMasterTape has joined #ruby
atmosx has joined #ruby
<atmosx>
aloha again
lkba_ has quit [Ping timeout: 276 seconds]
jgt2 has joined #ruby
shime has joined #ruby
helpa has quit [Remote host closed the connection]
helpa has joined #ruby
it0a has joined #ruby
tmtwd has quit [Remote host closed the connection]
Vivex_ has joined #ruby
canonprinter has joined #ruby
<shevy>
sevenseacat do you doubt my wisdom?
<sevenseacat>
never.
xivusr has joined #ruby
<shevy>
you are a nice cat after all
<shevy>
atmosx I don't really know the first thing about recursion... let's ask apeiros :-)
<atmosx>
shevy: nah he is not polite with newbies
<shevy>
or apeiros_ ... too many apeiroses
<shevy>
haha
<shevy>
he just is the grumpy old grandpa on IRC
<atmosx>
I know
canonprinter has left #ruby ["bai"]
<apeiros_>
get off my lawn, kids!
<atmosx>
shevy: it's that I'm afraid is gonna take a lot of effort and I don't wanna upset him.
<atmosx>
see?
<shevy>
atmosx so a recursion is when you invoke the method itself right?
<atmosx>
shevy: yeah...
<shevy>
like that fibonacci implementation
<atmosx>
yes.
<apeiros_>
/nick apeiros|grumpygrandpa
Vivex has quit [Ping timeout: 252 seconds]
<atmosx>
shevy: hm, I need to finish with this firewall optimisation and I'll see if I can work out the fibonacci thing on my own.
<shevy>
hehe
<atmosx>
shevy: then bug you a little bit more
<atmosx>
I'll save apeiros_ for something a bit more challenging :-P
<shevy>
programming is to a huge degree a pattern matching and pattern discovering procedure
<shevy>
that's why you should know mathematics and that is what I am missing
<shevy>
unless you use php
The_Phoenix has quit [Quit: Leaving.]
xivusr has quit [Ping timeout: 276 seconds]
jgt2 has quit [Ping timeout: 256 seconds]
codeFiend has quit [Ping timeout: 252 seconds]
fgo has quit [Ping timeout: 256 seconds]
dnewkerk has quit [Quit: dnewkerk]
leonshalimov has joined #ruby
The_Phoenix has joined #ruby
jeff-ooh has joined #ruby
rbrs has quit [Remote host closed the connection]
<atmosx>
shevy: lol php for the win!
The_Phoenix has quit [Max SendQ exceeded]
The_Phoenix has joined #ruby
ta has joined #ruby
The_Phoenix has quit [Max SendQ exceeded]
The_Phoenix has joined #ruby
leonshalimov has quit [Ping timeout: 245 seconds]
<arup_r>
What is the best way to group of 3 elements like ar = (1..8).to_a to new_a = ar.some_method(4) # => [[1,2,3,4],[5,6,7,8]]
The_Phoenix has quit [Max SendQ exceeded]
<arup_r>
sorry group of 4**
jeff-ooh has quit [Remote host closed the connection]
<tobiasvl>
so regular expressions in principle can't parse HTML
<tobiasvl>
although you can do some tricks
kaspertidemann has joined #ruby
crazydiamond has joined #ruby
<wow>
/<k>(.*?)<\/k>/ =~ msg
gregf has joined #ruby
<wow>
?
arup_r has joined #ruby
<tobiasvl>
try it and see
<tobiasvl>
but note that regex can't parse nested HTML well
<tobiasvl>
<k><k></k>
<wow>
yep it works
<wow>
tobiasvl: don't worry
<tobiasvl>
but if all you want is "the text between <k> and </k>" then sure
<wow>
it's a randomly generated key which is non dynamic
<axilla>
morning all i'm trying to build my first ruby gem to wrap an API.. i'm trying to setup testing following this guide https://blog.engineyard.com/2014/wrapping-your-api-in-a-ruby-gem but something doesn't seem to be right. I have everything setup just like it says but when I try to run the first test i still get uninitialized constant Mbjson::Artist also in test_helper when I try to require ./lib/myfolder it won't find the version i have t
spyderman4g63 has quit [Ping timeout: 264 seconds]
<shevy>
I go with .split and other if checks because they are super easy for my poor brain
martinium has quit [Remote host closed the connection]
<shevy_bot>
noob
shevy_bot has quit [Remote host closed the connection]
<slash_nick>
haha
tyfighter has joined #ruby
x77686d has joined #ruby
p8952 has joined #ruby
jamison has quit [Ping timeout: 255 seconds]
hellschreiber has joined #ruby
<wow>
my function only gets a message from someone
<wow>
it doesn't get anything else
asmodlol has joined #ruby
<wow>
so what do i exactly need to do
ddd has quit [Quit: rebooting home router]
alol__ has joined #ruby
gsd has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
bjeanes_ has joined #ruby
<shevy>
how is this possible
<shevy>
is it not a general input-grabber there?
<shevy>
:adambeynon* JOIN #ruby
jblancett has joined #ruby
OliverTynes has joined #ruby
nateberkopec has quit [Quit: Leaving...]
ZucchiniZe has joined #ruby
n1ftyn8 has joined #ruby
fedexo has quit [Ping timeout: 245 seconds]
<wow>
..
ta has quit [Ping timeout: 276 seconds]
skmp has joined #ruby
cstrahan_ has joined #ruby
chrisseaton has joined #ruby
psy has joined #ruby
jaygen has joined #ruby
xivusr has joined #ruby
bcavileer_ has joined #ruby
tyfighter has quit [Client Quit]
nicolastarzia has joined #ruby
tyfighter has joined #ruby
<slash_nick>
shevy: if *that* is what jhass's commands are looking like, I'd say regex... the commands and arguments stand out enough, either by casing, inclusion of colon, position in the input, etc
casual_ has joined #ruby
grubernaut has joined #ruby
MiracleBlue has joined #ruby
tiagonobre__ has joined #ruby
<wow>
slash_nick: how would you parse it in regex?
tmoore_ has joined #ruby
<slash_nick>
so if it's convention that command is UPCASED... that there's one required param and the reset are optional... that there can be one special optional with a colon (it's at the end)... that the prefix is optional (it'll have a colon and be at the beginning)... all easy regex fodder
charles81 has joined #ruby
jeregrine has joined #ruby
<jhass>
command convention is upcased yet, but it's actually not mandated and most ircds should happily accept lowercase
The_Phoenix has quit [Quit: Leaving.]
<jhass>
many commands are actually just a 3 digit number
davout_ has quit [Quit: bye]
maximski has joined #ruby
The_Phoenix has joined #ruby
codeFiend has quit [Ping timeout: 252 seconds]
davout has joined #ruby
davout has quit [Changing host]
davout has joined #ruby
dorei has quit [Remote host closed the connection]
<slash_nick>
jhass: sounds like if you can identify which of the tokens is the command, you can recognize what each of the other tokens are... are commands dynamically added, or is it a known and static list?
xivusr has quit [Ping timeout: 244 seconds]
asmodlol has quit [Ping timeout: 244 seconds]
nicolastarzia has quit [Ping timeout: 272 seconds]
sinkensabe has quit [Remote host closed the connection]
<wow>
ty
sinkensabe has joined #ruby
<wow>
one problem though
<wow>
I have if statements on my while loop that receives data from the socket
<wow>
so whenever it recieves data, it will check
<wow>
and this will give me a nilclass
The_Phoenix has joined #ruby
mitchellhenke has quit [Quit: Computer has gone to sleep.]
<jhass>
gr33n7007h: that won't work in channels like #ruby-lang ;)
nettus has quit [Read error: Connection reset by peer]
asmodlol has quit [Ping timeout: 264 seconds]
<wow>
jhass
<wow>
why don't you give me your solution?
flipdip is now known as MrSparkle
<gr33n7007h>
wow, so do something like loop { recv = s.recv(1024); if recv.include? 'PRIVMSG'; message = recv.match(/\s#\w+\s:(.*)/)[1]; do something with message; end
xivusr has quit [Quit: Lost terminal]
<gr33n7007h>
jhass, ah, shit true
<jhass>
channel part is #[^\s,:]+
<jhass>
any octet except, ' ', ',', ':', '\n' and '\r'
<jhass>
so \t is valid in theory, but I guess nothing you'll see in practice
jgt2 has quit [Ping timeout: 265 seconds]
nettus has joined #ruby
<wow>
jhass
<jhass>
wow: I gave you the solution I'd use for ruby: cinch
<wow>
how do I split it?
<wow>
cinch
<wow>
damn it
pierre1_ has joined #ruby
asmodlol has joined #ruby
timonv has joined #ruby
DadoCe has quit [Remote host closed the connection]
livingstn has quit [Ping timeout: 264 seconds]
ta has joined #ruby
<jhass>
gr33n7007h: Socket should have IO#gets and since IRC messages are terminated with \r\n, that's pretty handy to read out the individual ones ;)
davedev24_ has quit [Read error: Connection reset by peer]
davedev24_ has joined #ruby
<gr33n7007h>
I know, but my brains not working today
<jhass>
depends on whether the message has a prefix or not
socash1 has quit [Quit: WeeChat 1.0.1]
jgt2 has joined #ruby
<wow>
let's say it always will
<wow>
what's the limit integer then?
<jhass>
the number of elements you want at most
<waxjar>
wow, did you need read the article i linked you? :/
<waxjar>
it deals with all of this
fgo has joined #ruby
<wow>
jhass: ..
<wow>
2?
<jhass>
don't guess, reason
<wow>
3
<wow>
it has to be 3
<wow>
yeah it works
ozialien_ has quit [Remote host closed the connection]
monsieur1 is now known as monsieurp
monsieurp has quit [Changing host]
monsieurp has joined #ruby
<waxjar>
anyway, to get the trail, split on " :" instead of ":" with a limit of 2. it'll work regardless of there being a prefix or not.
<wow>
and that's all?
<wow>
return line.split(" :", 2).last
<wow>
?
<gr33n7007h>
wow, don't need the 2
fgo has quit [Ping timeout: 245 seconds]
<waxjar>
not exactly, you might get a message without a trail
<jhass>
sure you do
<jhass>
this will break :otherwise
<gr33n7007h>
duh, yep
wow has left #ruby [#ruby]
Stoge88 has quit [Ping timeout: 256 seconds]
Xiti` has quit [Quit: Xiti`]
last_staff has joined #ruby
<gr33n7007h>
he'll be back
asmodlol has quit [Ping timeout: 264 seconds]
nobitanobi has quit [Remote host closed the connection]
<waxjar>
jeez. i linked this guy a working solution, an article going in depth about his question. instead he wastes his time on irc looking for a quick fix he doesn't even have a "thank you" for :s
<gr33n7007h>
prolly just frustrated :(
b1nd has joined #ruby
commmmodo has quit [Quit: commmmodo]
<b1nd>
.
pencilcheck has quit []
<gr33n7007h>
but like you said courtesy costs nothing
<b1nd>
I keep getting "Could not find gem 'rake-ssl-enforcer" after bundle
mitchellhenke has joined #ruby
commmmodo has joined #ruby
<b1nd>
first line of my Gemfile is "source https://rubygems.org"; and the other Gems work fine..
codeFiend has quit [Ping timeout: 252 seconds]
<b1nd>
verified that it is on, rubygems.org and looks to be there
nobitano_ has joined #ruby
Aova has quit [Read error: Connection reset by peer]
<b1nd>
do you think I am running on some type of cached copy of 'rubygems.org' ??
<kstuart>
b1nd: do you mean 'rack-ssl-enforcer'? (not rake-...)
Alina-malina has joined #ruby
<b1nd>
works now, shit
<b1nd>
thanks
<b1nd>
wow, long day
sankaber has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
<kstuart>
yep, certainly is ;)
bonhoeffer has joined #ruby
Aova has joined #ruby
codeFiend has joined #ruby
sinkensabe has quit [Remote host closed the connection]
sinkensabe has joined #ruby
nobitano_ has quit [Remote host closed the connection]
jgt2 has quit [Ping timeout: 264 seconds]
wallerdev has quit [Quit: wallerdev]
antgel has joined #ruby
gsd has joined #ruby
Takle has joined #ruby
hiyosi has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
Xeago has quit [Remote host closed the connection]
theotherstupidgu has joined #ruby
<theotherstupidgu>
is middleware architecture in ruby means layers architecture?
user083 has quit [Quit: leaving]
<theotherstupidgu>
to be more specific is rack's middleware arch is a layers architecure?
Liothen has joined #ruby
bonhoeffer has quit [Quit: bonhoeffer]
nobitanobi has joined #ruby
agrinb has quit [Read error: Connection reset by peer]
bonhoeffer has joined #ruby
agrinb has joined #ruby
athan has joined #ruby
x77686d has quit [Ping timeout: 272 seconds]
leonshalimov has joined #ruby
patrick99e99 has quit [Ping timeout: 272 seconds]
elfuego has joined #ruby
ta has joined #ruby
jamison has joined #ruby
DylanJ has joined #ruby
mischief_ is now known as mischief
ping-pong has quit [Ping timeout: 255 seconds]
leonshalimov has quit [Ping timeout: 246 seconds]
havenwood has joined #ruby
nobitanobi has quit [Remote host closed the connection]
codeFiend has quit [Quit: codeFiend]
pdoherty has joined #ruby
bonhoeffer has quit [Quit: bonhoeffer]
arup_r has quit [Read error: Connection reset by peer]
ta has quit [Ping timeout: 276 seconds]
DadoCe has joined #ruby
arup_r has joined #ruby
tjohnson has joined #ruby
Ankhers has joined #ruby
Xiti has joined #ruby
<jhass>
no I wouldn't say so
<jhass>
I'd actually go as far and say it's closer to a design pattern than to an architecture pattern
jamison has quit [Ping timeout: 245 seconds]
bonhoeffer has joined #ruby
pdoherty has quit [Ping timeout: 255 seconds]
Ankhers has quit [Ping timeout: 250 seconds]
claw has quit [Quit: Konversation terminated!]
bonhoeffer has quit [Read error: Connection reset by peer]
claw has joined #ruby
scripore has joined #ruby
bonhoeffer has joined #ruby
sn0wb1rd has quit [Ping timeout: 245 seconds]
hirzu has joined #ruby
<shevy>
is osx a better development platform than linux?
VBlizzard has joined #ruby
ping-pong has joined #ruby
blizzy has quit [Disconnected by services]
VBlizzard is now known as blizzy
athan has quit [Ping timeout: 245 seconds]
mitchellhenke has quit [Quit: Computer has gone to sleep.]
claw has quit [Ping timeout: 255 seconds]
sn0wb1rd has joined #ruby
bronson has joined #ruby
<wasamasa>
trololol
athan has joined #ruby
jamison has joined #ruby
arup_r has quit [Read error: Connection reset by peer]
hirzu has quit [Quit: This computer has gone to sleep]
backhoe has quit [Ping timeout: 264 seconds]
arup_r has joined #ruby
fgo has joined #ruby
lampd1 has joined #ruby
backhoe has joined #ruby
bronson has quit [Ping timeout: 246 seconds]
mitchellhenke has joined #ruby
longlive1heking has joined #ruby
hirzu has joined #ruby
wallerdev has joined #ruby
nateberkopec has quit [Quit: Leaving...]
fgo has quit [Ping timeout: 244 seconds]
<theotherstupidgu>
jhass well, its well established that it is common and important, even out of ruby. and as far as i can tell it never been documented as a design pattern(got any references?)
lampd1 has quit [Client Quit]
<jhass>
no, got middleware documented as architecture pattern?
<theotherstupidgu>
it seems to me it functions pretty much as a layers architecture as in POSA books
longlive1heking has quit [Ping timeout: 245 seconds]
scripore has quit [Quit: This computer has gone to sleep]
<theotherstupidgu>
nope no middleware documented as arechitecutre pattern, yet middleware is not a well defined term
<jhass>
what in software engineering really is :P
<theotherstupidgu>
true, but its kinda weak to go on without attaching the strings of knowledge... ;)
Morkel has joined #ruby
nateberkopec has joined #ruby
<theotherstupidgu>
maybe the rack maintainer might help
mrmargolis has joined #ruby
r0bby_ has joined #ruby
robbyoconnor has quit [Ping timeout: 252 seconds]
Cache_Money has joined #ruby
Ankhers has joined #ruby
tiwillia has quit [Read error: Connection reset by peer]
Aova has quit [Read error: Connection reset by peer]
swgillespie has joined #ruby
<elfuego>
does any know the request per second limit of the puma server? or a tool I can use to validate it?
swgillespie has quit [Client Quit]
Aova has joined #ruby
doobi-sham-10320 has joined #ruby
doobi-sham-10320 has quit [Remote host closed the connection]
jamison has quit [Ping timeout: 272 seconds]
mitchellhenke has quit [Quit: Computer has gone to sleep.]
<theotherstupidgu>
elfuego i think that would be machine dependant, so the only way to know is to check it using a remote machine, and kinda abuse it till you know when it breaks
doobi-sham-52402 has joined #ruby
ta has joined #ruby
bonhoeffer_ has joined #ruby
bonhoeffer has quit [Ping timeout: 244 seconds]
bonhoeffer_ is now known as bonhoeffer
nateberkopec has quit [Quit: Leaving...]
blackoperat has joined #ruby
<b1nd>
Does Maria10 work with mysql2 or is there anything else I can use?
ukd1 has quit [Ping timeout: 245 seconds]
<b1nd>
Been trying here to get it to build for mysql2 but it keeps saying
<b1nd>
`require': Incorrect MySQL client library version! This gem was compiled for 5.5.41-MariaDB but the client library is 10.0.5-MariaDB. (RuntimeError)
<b1nd>
also, tried `mysql` and same exact issue
ukd1 has joined #ruby
RandyT has quit [Read error: Connection reset by peer]
chinmay_dd has quit [Quit: Connection closed for inactivity]
digitalcake has joined #ruby
leonshalimov has joined #ruby
ta has joined #ruby
<digitalcake>
What is the best way to write an acceptance spec for a rake file that generates a file? should I just check to see that a file create by trying to load it or am I'm doing it all wrong?
rlazoti has joined #ruby
kyb3r_ has joined #ruby
wow has joined #ruby
sent1nel has quit [Remote host closed the connection]
<wow>
Guys some guy is flirting with my crush and this is a huge problem for me
<wow>
does ruby have a gem for hacking fb accounts?
Takle has quit [Remote host closed the connection]
<wasamasa>
if you're in the least bit serious, you have a much bigger problem than that at your hands
<Zarthus>
you become a better person and instead ignore their presence and let them live their life
byprdct has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
<kstuart>
digitalcake: can you not predetermine what the generated file contains? Then compare generated to expected .Loading it seems a bit extreme.
thumpba has quit [Remote host closed the connection]
<theotherstupidgu>
zarthus way to go
thumpba has joined #ruby
gawd has quit [Quit: Leaving]
<wow>
zarthus: thanks
<wow>
i will
<wasamasa>
lol
<shevy>
:)
<wow>
so can someone tell me the best place to hide a body
<shevy>
Zarthus is a buddhist, wasamasa is a devil
<wasamasa>
this is going a bit too well
<Zarthus>
no problem'
<wasamasa>
shevy: got a problem with that?
<shevy>
wow your fridge?
<wow>
hmm
<wow>
ill try it
<wow>
thx
<wasamasa>
shevy: what are you then?
<wasamasa>
my advocate?
<shevy>
wasamasa ur mom
wow has quit [Quit: Lost terminal]
<theotherstupidgu>
comic book men, anyone watched this show?
<shevy>
never heard of that show before
<shevy>
my shows were in the 1980es like married with children!
<theotherstupidgu>
i was trying to find comics it popedup
quimrstorres has joined #ruby
quimrstorres has quit [Remote host closed the connection]
<theotherstupidgu>
got kevin smith
quimrstorres has joined #ruby
Takle has joined #ruby
Roa has quit [Changing host]
Roa has joined #ruby
<Rylee>
man, the python useres are getting more blatant in their trolling
thumpba has quit [Remote host closed the connection]
<digitalcake>
kstuart: I thought that the contents would be what get tested at the unit level and that I would not need to check that twice. But I guess I'm just looking for a reason to write a acceptance test.
hirzu has quit [Quit: This computer has gone to sleep]
<shevy>
Rylee it's the way of our slithering friends, just like in the old junglebook movie
<Rylee>
:-P
softinio has joined #ruby
longfeet has joined #ruby
thumpba has joined #ruby
<softinio>
What's a good book or tutorial to learn ruby fast for an experienced programmer ?
<shevy>
anyone knows if someone perhaps wrote a gmail gem? I'd need a way to just dump a listing of all emails on the commandline
longlivetheking has joined #ruby
<gizmore>
shevy: there is an official gem from google... maybe it covers it?
tmtwd has joined #ruby
<gizmore>
it covers all api stuff... maybe there is gmail too
doobi-sham-25290 has joined #ruby
doobi-sham-25290 has quit [Remote host closed the connection]
slyv has joined #ruby
<kstuart>
digitalcake: ah, ok. if you're testing the functionality of the generated file with unit tests sounds like it's covered already.
tpilionis has joined #ruby
Morkel has quit [Quit: Morkel]
JohnBat26 has joined #ruby
<shevy>
gizmore ok let's see
havenwood has quit [Remote host closed the connection]
hashpuppy has joined #ruby
nrsk has joined #ruby
dc has joined #ruby
fgo has joined #ruby
atomi has quit [Remote host closed the connection]
parduse has joined #ruby
shime has quit [Ping timeout: 244 seconds]
Takle has quit [Remote host closed the connection]
Xeago has joined #ruby
ta has joined #ruby
blizzy has quit [Ping timeout: 264 seconds]
fgo has quit [Ping timeout: 276 seconds]
<digitalcake>
one of the hard parts about trying to make an acceptance test for a rake task that generates a file is to make sure your not writing to production files and instead are writing test files.
teddyp1cker has joined #ruby
nettus has quit [Read error: Connection reset by peer]
<digitalcake>
on hand I dont want logic that checks for the env in the task its self just because of tests, than no the other hand I dont want to supply the task with a path to a file to write to just cause of test
last_staff has quit [Quit: last_staff]
arup_r has quit [Quit: Leaving.]
<digitalcake>
s/on hand/on one hand
nateberkopec has joined #ruby
teddyp1cker has quit [Client Quit]
Jackneill has quit [Read error: Connection reset by peer]
<kstuart>
why not use env?
nettus has joined #ruby
<kstuart>
not performance reasons, surely the impact would be minimal.
Neomex has joined #ruby
ta has quit [Ping timeout: 276 seconds]
sent1nel has joined #ruby
spyderman4g63 has joined #ruby
ohaibbq has joined #ruby
sibchcoder has joined #ruby
Aova has quit [Read error: Connection reset by peer]
<digitalcake>
I thought about that, but I worried about generating files that should be cleaned up after the test runs
patrick99e99 has joined #ruby
<digitalcake>
I guess I cant have one without the other
sent1nel has quit [Ping timeout: 246 seconds]
oo_ has joined #ruby
<kstuart>
maybe create a test rakefile for test setup that requires actual rakefile. test rakefile would setup for test?
spyderman4g63 has quit [Ping timeout: 252 seconds]
havenwood has joined #ruby
maletor_ has quit [Quit: Computer has gone to sleep.]
TgMts has joined #ruby
gr33n7007h has quit [Ping timeout: 264 seconds]
gr33n7007h has joined #ruby
tyfighter has joined #ruby
Aova has joined #ruby
sent1nel has joined #ruby
nateberkopec has quit [Quit: Leaving...]
pierre1_ has quit [Ping timeout: 246 seconds]
<havenwood>
softinio: The Ruby Programming Language or The Well-Grounded Rubyist, Second Edition are both good. What language family are you coming from?
nicolastarzia has quit [Ping timeout: 264 seconds]
msgodf has quit [Remote host closed the connection]
tyfighter has quit [Quit: tyfighter]
leonshalimov has joined #ruby
shime has joined #ruby
ta has quit [Ping timeout: 276 seconds]
jerematic has quit [Ping timeout: 255 seconds]
<softinio>
havenwood: I actually have developed in a lot of languages including C, Java, Python and Javascript to name afew ...dabbled in go lang too which I like a lot
<softinio>
Need to use Ruby on a new thing at work for first tim
jenrzzz has quit [Ping timeout: 245 seconds]
Aova has quit [Read error: Connection reset by peer]
leonshalimov has quit [Ping timeout: 246 seconds]
<havenwood>
softinio: Nice. Python is the closest relative of those. The reference implementation is in C. JRuby is an excellent implementation on the JVM. Opal is a partial implementation in JavaScript.
ta has joined #ruby
<havenwood>
softinio: So your languages are in good company in Rubyland!
longlivetheking has quit [Ping timeout: 256 seconds]
shime has quit [Ping timeout: 245 seconds]
<softinio>
havenwood: shouldn't take me long to get going with it i hope
<softinio>
havenwood: Friday started going through this as a starting point: http://www.rubyist.net/~slagell/ruby will look at your suggestions too
jobewan has joined #ruby
it0a has quit [Ping timeout: 272 seconds]
freerobby has joined #ruby
nateberkopec has quit [Quit: Leaving...]
dimaursu16 has quit [Ping timeout: 256 seconds]
Aova has joined #ruby
dimaursu16 has joined #ruby
commmmodo has quit [Quit: commmmodo]
tiwillia has quit [Ping timeout: 264 seconds]
ta has quit [Ping timeout: 276 seconds]
Xeago has quit [Remote host closed the connection]
tyfighter has joined #ruby
mikepack has joined #ruby
greenbagels has quit [Read error: Connection reset by peer]
lessless has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
tiwillia has joined #ruby
metadave_ has joined #ruby
psy has quit [Read error: Connection reset by peer]
JoshGlzBrk has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
jgt2 has quit [Ping timeout: 256 seconds]
mikepack has quit [Ping timeout: 252 seconds]
thotmx has quit [Quit: Konversation terminated!]
ta has joined #ruby
crocket has joined #ruby
<crocket>
After upgrading my archlinux system, when I execute bundler, I see "/usr/lib/ruby/2.2.0/rubygems/dependency.rb:315:in `to_specs': Could not find 'bundler'"
jonr22 has quit [Remote host closed the connection]
x77686d has joined #ruby
<Sento>
I see. How long you think it will take to actually learn Ruby well?
nateberkopec has joined #ruby
max96at is now known as max96at|off
Kilo`byte has quit [Quit: kilobyte22.de]
msgodf has quit [Ping timeout: 240 seconds]
<havenwood>
elfuego: You might also compare Puma performance with Torquebox 4 for your usecase.
tiwillia has quit [Ping timeout: 240 seconds]
<havenwood>
Sento: I don't know how long it would take. How long does it take to learn C++ well?
timonv has quit [Ping timeout: 245 seconds]
<Sento>
havenwood: you can't compare C++ with ruby
<havenwood>
I can.
<havenwood>
I did!
Aova has quit [Read error: Connection reset by peer]
jobewan has quit [Ping timeout: 246 seconds]
Azure has joined #ruby
<havenwood>
They're both languages. It's very hard to say what knowing either well means exactly. It's very hard to say how long it would take to learn either.
<softinio>
havenwood: looks like u r the channel book recommendation manager :-)
lepht has joined #ruby
tyfighter has quit [Ping timeout: 256 seconds]
<havenwood>
softinio: I should get referral links. :P
<softinio>
yes
matled has joined #ruby
tiwillia has joined #ruby
jpinnix______ has joined #ruby
tyfighter has joined #ruby
Kilo`byte has joined #ruby
cashnguns has joined #ruby
<Hijiri>
is it true that Ruby is a parentheses-less dialect o lisp
<wasamasa>
pfft
<wasamasa>
far from it
<wasamasa>
the only thing they share in common is the rather sorry state of documentation
<havenwood>
From the Ruby manpage: If you want a language for easy object-oriented programming, or you don't like the Perl ugliness, or you do like the concept of LISP, but don't like too many parentheses, Ruby might be your language of choice.
sambao21 has joined #ruby
<Hijiri>
blocks are sort of like lambdas
incomprehensibly has joined #ruby
<Hijiri>
I've never actually used lisp before though
Aova has joined #ruby
<Hijiri>
except copy and pasting stuff into my elisp file
<wasamasa>
the "sort of" part is the problem
jgt2 has joined #ruby
<havenwood>
Hijiri: Clojure is a nice Lisp.
* wasamasa
shivers when thinking of the builder gem
<havenwood>
Hijiri: It's actually quite pleasant to use stuff like Clojure's STM from JRuby.
ki0 has joined #ruby
<havenwood>
Hijiri: I think some of the seattlerb folk enjoy Scheme.
cbetta has joined #ruby
<wasamasa>
it's my favourite example of how rubyists keep solving a very simple problem the wrong way
<havenwood>
Chicken!
<havenwood>
wasamasa: STM?
<wasamasa>
havenwood: no, building xml
<havenwood>
ahh, that makes more sense! hehe
<wasamasa>
havenwood: all these non-composable DSLs suck
<havenwood>
mm
<wasamasa>
especially with that sorry excuse for documentation
backhoe_ has quit [Ping timeout: 276 seconds]
<wasamasa>
whereas in every lisp you just pass nested data structures to a single, documented function
<Hijiri>
I've only done a little ruby, but I found the xml buildling lib very imperative
backhoe_ has joined #ruby
doobi-sham-52402 has quit [K-Lined]
<wasamasa>
inventing new syntax for it is just wrong, just see what happens when you try printing out what builder would spit out
<wasamasa>
that's right, it modifies the builder object
bthesorceror has joined #ruby
mitchellhenke has joined #ruby
<wasamasa>
I've eventually settled for a gem by a coworker that did that task in ruby by wrapping nokogiri
_1_Dauntless45 has joined #ruby
ki0 has quit [Ping timeout: 255 seconds]
mitchellhenke has quit [Client Quit]
sambao21 has quit [Ping timeout: 245 seconds]
thatslifeson has quit [Quit: Leaving]
shime has joined #ruby
thatslifeson has joined #ruby
_1_Dauntless45 has quit [Remote host closed the connection]
jenrzzz has joined #ruby
mostlybadfly_ has joined #ruby
tyfighter has quit [Quit: tyfighter]
claptor has joined #ruby
sambao21 has joined #ruby
Xeago has joined #ruby
patrick99e99 has quit [Quit: Lost terminal]
defrang has quit [Quit: defrang]
whoojemaflip has joined #ruby
bronson has joined #ruby
einarj has quit [Remote host closed the connection]
AlexRussia has quit [Ping timeout: 265 seconds]
ohaibbq has quit [Quit: Leaving...]
jenrzzz has quit [Ping timeout: 245 seconds]
bklane has joined #ruby
ta has joined #ruby
AlSquire has quit [Quit: This computer has gone to sleep]
ggherdov has joined #ruby
jerematic has quit [Ping timeout: 252 seconds]
mostlybadfly_ is now known as mostlybadfly
theotherstupidgu has quit [Quit: leaving]
Neomex has quit [Quit: Leaving]
rickruby has joined #ruby
avahey has joined #ruby
<weaksauce>
wasamasa > I try to avoid all normal method names on the MarkUp object to avoid clashes with XML tag names. Will someone have an XML tag named "to_s"? Probably not, but I'm not in fond of setting a precedent
<weaksauce>
from the guy that wrote builder
AlexRussia has joined #ruby
dmoe has joined #ruby
olleromo___ has joined #ruby
AlexRussia has quit [Excess Flood]
sent1nel_ has joined #ruby
mjc_ has joined #ruby
mostlybadfly has quit [Disconnected by services]
AlexRussia has joined #ruby
frankS2 has joined #ruby
kyote has joined #ruby
doobi-sham-33824 has joined #ruby
CJD14______ has joined #ruby
ta has quit [Ping timeout: 276 seconds]
Zai00 has quit [Quit: Zai00]
sent1nel has quit [Ping timeout: 244 seconds]
thesheff17 has joined #ruby
tiwillia has quit [Ping timeout: 255 seconds]
Vile` has quit [Ping timeout: 256 seconds]
oo_ has joined #ruby
pdoherty has joined #ruby
swgillespie has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
tiwillia has joined #ruby
tjohnson has joined #ruby
Vile` has joined #ruby
nateberkopec has quit [Quit: Leaving...]
codecop has quit [Remote host closed the connection]
adriancb has joined #ruby
sambao21 has quit [Quit: Computer has gone to sleep.]
bronson has quit [Remote host closed the connection]
bklane has quit []
nateberkopec has joined #ruby
pdoherty has quit [Ping timeout: 252 seconds]
Zai00 has joined #ruby
doobi-sham-33824 has quit [K-Lined]
russt has quit [Ping timeout: 245 seconds]
oo_ has quit [Ping timeout: 272 seconds]
TgMts has quit [Ping timeout: 245 seconds]
daxroc has joined #ruby
m8 has quit [Quit: Sto andando via]
nateberkopec has quit [Client Quit]
digitalcake has joined #ruby
ikanobori has joined #ruby
bluOxigen has quit [Ping timeout: 244 seconds]
agjacome has quit [Quit: leaving]
ta___ has quit [Remote host closed the connection]
ta has joined #ruby
cashnguns has quit [Quit: I'm just an old fashioned cowboy]
leonshalimov has joined #ruby
Kharma has joined #ruby
fgo has joined #ruby
JDiPierro has quit [Remote host closed the connection]
Zai00 has quit [Quit: Zai00]
_chs_ has joined #ruby
Rhainur1 has joined #ruby
_chs_ is now known as Guest85006
mitchellhenke has joined #ruby
leonshalimov has quit [Ping timeout: 276 seconds]
fgo has quit [Ping timeout: 252 seconds]
TgMts has joined #ruby
Rhainur has quit [Ping timeout: 264 seconds]
kl has joined #ruby
randiman has quit [Quit: (null)]
_honning_ has quit [Ping timeout: 246 seconds]
Pharaoh2 has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
athan has quit [Read error: Connection reset by peer]
coinrookie has quit [Remote host closed the connection]
zipkid has joined #ruby
c355E3B has joined #ruby
mitchellhenke has quit [Quit: Computer has gone to sleep.]
Sento has quit [Quit: Page closed]
riotjones has joined #ruby
apeiros_ has quit [Remote host closed the connection]
Aova has quit [Read error: Connection reset by peer]
antgel has quit [Ping timeout: 244 seconds]
quimrstorres has joined #ruby
apeiros_ has joined #ruby
n008f4g_ has quit [Ping timeout: 256 seconds]
riotjone_ has quit [Ping timeout: 276 seconds]
OrbitalKitten has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
neoxquick has quit [Read error: Connection reset by peer]
Channel6 has joined #ruby
bestie has joined #ruby
alekst_ has joined #ruby
strat0cat9 has joined #ruby
Aova has joined #ruby
skj3gg has quit [Quit: ZZZzzz…]
Zai00 has joined #ruby
swgillespie has joined #ruby
strat0cat9 is now known as strat0cat
nateberkopec has joined #ruby
<shevy>
hanmac, you there? have not heard from you in ages
vikram_ has joined #ruby
jxf has joined #ruby
chipotle has quit [Quit: cheerio]
kalusn has quit [Remote host closed the connection]
agjacome has joined #ruby
OrbitalKitten has joined #ruby
longfeet has joined #ruby
jgt2 has quit [Ping timeout: 245 seconds]
strat0cat has quit [Quit: ERC (IRC client for Emacs 25.0.50.1)]
tcrypt has joined #ruby
russt has joined #ruby
strat0cat9 has joined #ruby
jerematic has joined #ruby
strat0cat9 is now known as strat0cat
Spami has quit [Quit: This computer has gone to sleep]
phoo1234567 has quit [Quit: Leaving]
ta_ has joined #ruby
_Andres has quit [Quit: jazz]
n008f4g_ has joined #ruby
copy0401 has joined #ruby
jerematic has quit [Ping timeout: 255 seconds]
axilla has quit [Ping timeout: 256 seconds]
parduse has quit []
ta_ has quit [Ping timeout: 245 seconds]
Sgeo_ has joined #ruby
jerematic has joined #ruby
hiyosi has joined #ruby
Sgeo has quit [Ping timeout: 244 seconds]
DadoCe has quit [Remote host closed the connection]
skj3gg has joined #ruby
parduse has joined #ruby
x77686d has quit [Read error: Connection reset by peer]
nateberkopec has quit [Quit: Leaving...]
workmad3_ has quit [Ping timeout: 246 seconds]
jerematic has quit [Ping timeout: 256 seconds]
x77686d has joined #ruby
Zai00 has quit [Quit: Zai00]
tpilionis has quit [Ping timeout: 246 seconds]
<scottstamp>
Hey, is there a "Rails" way of checking if a parameter is set inside a controller? In my use case, I have a few routes pointing to the same controller method with an optional parameter passed to the route. I remembered reading Rails has some validation stuff, figured what I'm trying to do probably belongs there.
<scottstamp>
basically I need to do if params[:tag] is set { ...} else { ... }
skj3gg has quit [Quit: ZZZzzz…]
dc has quit [Remote host closed the connection]
skj3gg has joined #ruby
nfk has quit [Quit: yawn]
<tcrypt>
scottstamp: you can just do `if params[:tag].present?; stuff(); else; otherstuff(); end`