apeiros changed the topic of #ruby to: Rules & more: https://ruby-community.com || Ruby 2.3.1; 2.2.5; 2.1.10: https://www.ruby-lang.org || Paste >3 lines of text on https://gist.github.com || Rails questions? Ask on #RubyOnRails || logs @ https://irclog.whitequark.org/ruby/
rcvalle has quit [Quit: rcvalle]
RobertBirnie has quit [Ping timeout: 252 seconds]
<atmosx> dar123: ... I was about to paste teh same page: http://sequel.jeremyevans.net/
<atmosx> sequel is really, really good and very well documented
cdg has quit [Remote host closed the connection]
Alina-malina has joined #ruby
anuxivm has left #ruby [#ruby]
solocshaw has quit [Ping timeout: 244 seconds]
rakm has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
Alina-malina has quit [Changing host]
Alina-malina has joined #ruby
<dar123> atmosx: thanks, i will check that out
<lupine> sequel is pretty good
<lupine> overkill for really simple stuff though
Azure|dc has joined #ruby
boombox_ has quit [Remote host closed the connection]
<apeiros> -.-
Azure has quit [Ping timeout: 250 seconds]
matp has joined #ruby
<SeepingN> really REALLY simple stuff maybe
ytti has joined #ruby
<SeepingN> even sqlite can make things much easier without all the complicated database setup
infernix has joined #ruby
boombox_ has joined #ruby
tdy1 has joined #ruby
jhack has joined #ruby
harai has joined #ruby
airhorns has joined #ruby
Salve has joined #ruby
gusrub has quit [Remote host closed the connection]
willardg has joined #ruby
eelster has quit [Quit: leaving]
Ebok has quit [Quit: This computer has gone to sleep]
|prawnzy has joined #ruby
|prawnzy is now known as Prawnzy
airhorns has quit [Ping timeout: 250 seconds]
Salve has quit [Ping timeout: 256 seconds]
Ebok has joined #ruby
harai has quit [Ping timeout: 256 seconds]
bturker has joined #ruby
troys has joined #ruby
pokalyis has quit [Ping timeout: 244 seconds]
coolboy has quit [Ping timeout: 244 seconds]
Ebok has quit [Quit: This computer has gone to sleep]
conah has joined #ruby
huntr has joined #ruby
bturker has quit [Ping timeout: 256 seconds]
pokalyis has joined #ruby
hightower3 has joined #ruby
Azure has joined #ruby
Azure|dc has quit [Ping timeout: 256 seconds]
hightower2 has quit [Ping timeout: 250 seconds]
ghostlight has joined #ruby
Salve has joined #ruby
harai has joined #ruby
marr has quit [Ping timeout: 260 seconds]
KnownSyntax has quit [Quit: All Quassel clients vanished from the face of the earth...]
Salve has quit [Ping timeout: 250 seconds]
SeepingN has quit [Ping timeout: 260 seconds]
Ebok has joined #ruby
hypercube32 has quit [Read error: Connection reset by peer]
KnownSyntax has joined #ruby
Salve has joined #ruby
Salve has quit [Client Quit]
nitric has quit [Ping timeout: 265 seconds]
nettoweb1 has quit [Ping timeout: 260 seconds]
huntr has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
djbkd has quit [Quit: My people need me...]
jcao219 has joined #ruby
nettoweb has joined #ruby
yqt has joined #ruby
MrBusiness3 has quit [Quit: https://www.youtube.com/watch?v=xIIqYqtR1lY -- Suicide is Painless - Johnny Mandel]
Burgestrand has joined #ruby
elifoster has quit [Ping timeout: 260 seconds]
airhorns has joined #ruby
Burgestrand has quit [Client Quit]
boombox_ has quit [Remote host closed the connection]
hypercube32 has joined #ruby
hypercube32 has quit [Client Quit]
<lupine> well, if I was just inserting records, for instance, I might just shell out to psql
PaulCapestany has quit [Quit: .]
mtkd has quit [Ping timeout: 260 seconds]
mtkd has joined #ruby
huntr has joined #ruby
jaequery has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
jaequery has joined #ruby
PaulCapestany has joined #ruby
fullofcaffeine has quit [Remote host closed the connection]
<porfa> hello guys.. can anyone gelp me out on regex? blabla = “285/30 ZR19 (94Y)“
<porfa> how do i remove everything but whats inside the ( )’s ? i want to keep 94y
brucebag has quit [Ping timeout: 260 seconds]
cfec0b8d has joined #ruby
d^sh has quit [Ping timeout: 260 seconds]
brent__ has joined #ruby
gusrub has joined #ruby
jaequery has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
d^sh has joined #ruby
nadir has quit [Quit: Connection closed for inactivity]
willardg has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
maks25 has quit [Quit: maks25]
cfec0b8d has quit [Quit: Leaving.]
cfec0b8d has joined #ruby
<vktec> porfa: What language?
<vktec> Oh,w ait
gusrub has quit [Ping timeout: 265 seconds]
<vktec> I thought this was #regex :P
claudiuinberlin has joined #ruby
MrBusiness has joined #ruby
<vktec> porfa: You have two ways of doing this. You can either delete everything that's not in parens or match everything that is
<vktec> I recommend the latter
<lupine> /\((.*)\)/ ?
maks25 has joined #ruby
<vktec> porfa: /\(.*\)/.match(blabla)[0]
<vktec> No, wait
<vktec> lupine is right
<vktec> porfa: /\((.*)\)/.match(blabla)[1]
<lupine> /\((.*)\)/.match("285/30 ZR19 (94Y)")[1] => "94Y"
emersoni1n has quit [Remote host closed the connection]
Ebok has quit [Quit: Leaving]
<lupine> woo, I can regex in my head
<vktec> :)
<porfa> thank you guys
<vktec> np
<porfa> i made another way
<vktec> Okay
<vktec> porfa: For more complex regex things, #regex might be a better place to get help. Just for future reference :)
harai has quit [Ping timeout: 245 seconds]
arashb has joined #ruby
<porfa> i actually tried to make a funny, but i failed… when you said “: I thought this was #regex “ i wrote down /part brb, regex.
<porfa> i forgot to put in #ruby
<porfa> i need a rest :(
<porfa> thank you guys, seriously
chazu has quit [Quit: ZNC 1.6.1+deb1~ubuntu14.04.0 - http://znc.in]
Guest33 has joined #ruby
cfec0b8d has quit [Quit: Leaving.]
arashb has quit [Ping timeout: 252 seconds]
airhorns has quit [Quit: airhorns]
cfec0b8d has joined #ruby
tmtwd has quit [Ping timeout: 244 seconds]
<vktec> np :)
xall has joined #ruby
troys is now known as troys_
huntr has left #ruby [#ruby]
nettoweb has quit [Ping timeout: 252 seconds]
ace05 has joined #ruby
tvw has quit [Ping timeout: 250 seconds]
ewilliam_ has joined #ruby
troys_ is now known as troys
nettoweb has joined #ruby
cfec0b8d has quit [Quit: Leaving.]
cfec0b8d has joined #ruby
Bob8989|2 has quit [Quit: KVIrc 4.0.4 Insomnia http://www.kvirc.net/]
ace05 has quit [Ping timeout: 252 seconds]
antgel has quit [Ping timeout: 256 seconds]
nettoweb has quit [Ping timeout: 250 seconds]
tmtwd has joined #ruby
nettoweb has joined #ruby
splud_ has quit [Quit: splud_]
tmtwd has quit [Client Quit]
charliesome has joined #ruby
harai has joined #ruby
minimalism has joined #ruby
vondruch has quit [Read error: Connection reset by peer]
vondruch has joined #ruby
brendan- has joined #ruby
yaewa has joined #ruby
moei has quit [Ping timeout: 245 seconds]
PaulCapestany has quit [Quit: .]
ace05 has joined #ruby
yaewa has quit [Client Quit]
claudiuinberlin has quit []
PaulCapestany has joined #ruby
brucebag has joined #ruby
brucebag has quit [Changing host]
brucebag has joined #ruby
ace05 has quit [Ping timeout: 252 seconds]
moei has joined #ruby
vondruch has quit [Read error: Connection reset by peer]
optiz0r has quit [Ping timeout: 260 seconds]
vondruch has joined #ruby
roamingdog has quit [Remote host closed the connection]
zacts has quit [Ping timeout: 260 seconds]
nettoweb has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
ptx0 has joined #ruby
nettoweb has joined #ruby
maddmaxx has joined #ruby
vondruch has quit [Ping timeout: 256 seconds]
ramfjord has quit [Ping timeout: 260 seconds]
troys is now known as troys_
vondruch has joined #ruby
modlin has joined #ruby
jbeeze has joined #ruby
bmurt has joined #ruby
JeanCarloMachado has quit [Ping timeout: 260 seconds]
moei has quit [Quit: Leaving...]
jenrzzz has quit [Ping timeout: 260 seconds]
dviola has quit [Quit: WeeChat 1.6]
Coldblackice has joined #ruby
Madplatypus has joined #ruby
vondruch has quit [Ping timeout: 260 seconds]
moei has joined #ruby
A124 has quit [Ping timeout: 252 seconds]
modlin has quit [Quit: My laptop has gone to sleep. ZZZzzz…]
A124 has joined #ruby
jhack has quit []
nettoweb has quit [Ping timeout: 250 seconds]
Coldblackice has quit []
davix has quit [Ping timeout: 245 seconds]
Luca[m] has joined #ruby
bturker has joined #ruby
cfec0b8d has quit [Quit: Leaving.]
cfec0b8d has joined #ruby
davix has joined #ruby
iooner has joined #ruby
lupine has joined #ruby
cpfeilschifter[m has joined #ruby
BackEndCoder has joined #ruby
M-shine has joined #ruby
preyalone has joined #ruby
ptx0 has quit [Ping timeout: 265 seconds]
vondruch has joined #ruby
bturker has quit [Ping timeout: 256 seconds]
GodFather__ has quit [Ping timeout: 265 seconds]
vdl has quit [Ping timeout: 248 seconds]
jenrzzz has joined #ruby
Cohedrin has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
cfec0b8d has quit [Quit: Leaving.]
sepp2k has quit [Quit: Leaving.]
Devalo has joined #ruby
ace05 has joined #ruby
igniting has quit [Ping timeout: 256 seconds]
harai has quit [Ping timeout: 256 seconds]
bweston92 has quit [Quit: Connection closed for inactivity]
Devalo has quit [Ping timeout: 250 seconds]
ace05 has quit [Ping timeout: 260 seconds]
fullofcaffeine has joined #ruby
troys_ is now known as troys
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
modlin has joined #ruby
webguynow has quit [Ping timeout: 276 seconds]
webguynow has joined #ruby
elifoster has joined #ruby
Cohedrin has joined #ruby
fullofcaffeine has quit [Remote host closed the connection]
xall has quit [Ping timeout: 250 seconds]
fullofcaffeine has joined #ruby
harfangk has joined #ruby
Robtop__ has joined #ruby
fullofca_ has joined #ruby
lacour has quit [Quit: Leaving]
fullofcaffeine has quit [Ping timeout: 256 seconds]
roamingdog has joined #ruby
harai has joined #ruby
Dohplay has quit [Read error: Connection reset by peer]
tekacs has quit [Quit: Disappearing... *poof*]
DLSteve has quit [Quit: All rise, the honorable DLSteve has left the channel.]
tekacs has joined #ruby
harfangk_ has joined #ruby
harfangk has quit [Ping timeout: 260 seconds]
braincrash has joined #ruby
airhorns has joined #ruby
elenatanasoiu has joined #ruby
harfangk has joined #ruby
airhorns has quit [Ping timeout: 256 seconds]
elenatanasoiu has quit [Ping timeout: 244 seconds]
harfangk_ has quit [Ping timeout: 260 seconds]
zukin has joined #ruby
ace05 has joined #ruby
optiz0r has joined #ruby
roamingdog has quit [Remote host closed the connection]
roamingdog has joined #ruby
elifoster has quit [Ping timeout: 256 seconds]
vdl has joined #ruby
jackjackdripper has joined #ruby
bmurt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
tanishafied has joined #ruby
zacts has joined #ruby
gingray has joined #ruby
<tanishafied> Hi
troys is now known as troys_
charliesome has joined #ruby
roamingdog has quit [Remote host closed the connection]
<tanishafied> is there a repl in ruby ?
<elomatreb> tanishafied: Ruby ships with a REPL called "irb", but there are better ones. "Pry" is an example
tanishafied has quit [Remote host closed the connection]
tanishafied has joined #ruby
tanishafied has quit [Remote host closed the connection]
gingray has quit [Ping timeout: 252 seconds]
Guest33 has quit [Ping timeout: 245 seconds]
modlin has quit [Quit: My laptop has gone to sleep. ZZZzzz…]
roamingdog has joined #ruby
harfangk has quit [Ping timeout: 265 seconds]
hanmac has joined #ruby
JesseH has quit [Ping timeout: 250 seconds]
troys_ is now known as troys
n8o has left #ruby ["Textual IRC Client: www.textualapp.com"]
dnicole has joined #ruby
Prawnzy has quit [Remote host closed the connection]
JesseH has joined #ruby
c355e3b has quit [Quit: Connection closed for inactivity]
harfangk has joined #ruby
brent__ has quit [Quit: Connection closed for inactivity]
pokalyis has quit [Quit: Textual IRC Client: www.textualapp.com]
roamingdog has quit [Remote host closed the connection]
theshitisay has joined #ruby
roamingdog has joined #ruby
natevick has joined #ruby
harfangk has quit [Ping timeout: 245 seconds]
theshitisay has quit [Remote host closed the connection]
ichkv has joined #ruby
dnicole has quit [Remote host closed the connection]
Guest60380 has joined #ruby
natevick has quit [Client Quit]
tristanp has quit [Remote host closed the connection]
harfangk has joined #ruby
ichkv has quit [Read error: Connection reset by peer]
elifoster has joined #ruby
roamingdog has quit [Remote host closed the connection]
igniting has joined #ruby
troys is now known as troys_
snath has joined #ruby
snath has left #ruby [#ruby]
roamingdog has joined #ruby
bturker has joined #ruby
roamingdog has quit [Read error: Connection reset by peer]
quazimodo has joined #ruby
Guest60380 has left #ruby ["Leaving"]
roamingdog has joined #ruby
roamingdog has quit [Remote host closed the connection]
roamingdog has joined #ruby
Jameser has joined #ruby
harfangk has quit [Ping timeout: 260 seconds]
pmunt has joined #ruby
bturker has quit [Ping timeout: 256 seconds]
harfangk has joined #ruby
gusrub has joined #ruby
JoshS has joined #ruby
jbeeze has quit [Remote host closed the connection]
gingray has joined #ruby
ichkv has joined #ruby
sdothum has quit [Quit: ZNC - 1.6.0 - http://znc.in]
harfangk has quit [Ping timeout: 260 seconds]
gusrub has quit [Ping timeout: 256 seconds]
harfangk has joined #ruby
railssmith has joined #ruby
gingray has quit [Ping timeout: 245 seconds]
ichkv has quit [Read error: Connection reset by peer]
roamingdog has quit [Remote host closed the connection]
jenrzzz has quit [Ping timeout: 245 seconds]
jackjackdripper has quit [Quit: Leaving.]
Jameser has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Alina-malina has quit [Max SendQ exceeded]
Alina-malina has joined #ruby
djbkd has joined #ruby
djbkd2 has joined #ruby
harfangk_ has joined #ruby
harfangk has quit [Ping timeout: 244 seconds]
gingray has joined #ruby
roamingdog has joined #ruby
boombox_ has joined #ruby
harfangk has joined #ruby
zukin has quit [Ping timeout: 260 seconds]
jenrzzz has joined #ruby
nadir has joined #ruby
harfangk_ has quit [Ping timeout: 276 seconds]
harfangk_ has joined #ruby
ichkv has joined #ruby
ace05 has quit [Remote host closed the connection]
roamingdog has quit [Remote host closed the connection]
harfangk has quit [Ping timeout: 245 seconds]
ichkv has quit [Read error: Connection reset by peer]
modlin has joined #ruby
preyalone has quit [Quit: Connection closed for inactivity]
harfangk_ has quit [Remote host closed the connection]
jenrzzz has quit [Ping timeout: 276 seconds]
amclain has quit [Quit: Leaving]
gingray has quit [Ping timeout: 252 seconds]
jackjackdripper has joined #ruby
hogetaro has quit [Quit: Leaving...]
zukin has joined #ruby
zukin has quit [Client Quit]
maddmaxx has quit [Quit: Going offline, see ya! (www.adiirc.com)]
elenatanasoiu has joined #ruby
agent_white has joined #ruby
ichkv has joined #ruby
elenatanasoiu has quit [Ping timeout: 260 seconds]
JesseH has quit [Ping timeout: 256 seconds]
ichkv has quit [Read error: Connection reset by peer]
troys_ is now known as troys
boombox_ has quit [Remote host closed the connection]
ace05 has joined #ruby
aidalgol has quit [Remote host closed the connection]
harfangk has joined #ruby
porfa has quit [Quit: porfa]
JesseH has joined #ruby
ace05 has quit [Ping timeout: 276 seconds]
jshjsh has joined #ruby
JoshS has quit [Disconnected by services]
jshjsh is now known as JoshS
harfangk_ has joined #ruby
harfangk has quit [Ping timeout: 260 seconds]
igniting_ has joined #ruby
maks25 has left #ruby [#ruby]
harfangk_ has quit [Ping timeout: 256 seconds]
igniting has quit [Ping timeout: 276 seconds]
harfangk has joined #ruby
jackjackdripper has quit [Quit: Leaving.]
Rodya_ has joined #ruby
bluOxigen has quit [Ping timeout: 252 seconds]
bluOxigen has joined #ruby
Rodya_ has quit [Ping timeout: 245 seconds]
tanishafied has joined #ruby
lxsameer has joined #ruby
tanishafied has quit [Ping timeout: 276 seconds]
peteykun has joined #ruby
blackwind_123 has quit [Ping timeout: 260 seconds]
pawnbox has joined #ruby
blackwind_123 has joined #ruby
ichkv has joined #ruby
igniting_ has quit [Quit: Ex-Chat]
igniting has joined #ruby
Prawnzy has joined #ruby
Tempesta has quit [Quit: See ya!]
xall has joined #ruby
mrgrieves has quit [Ping timeout: 256 seconds]
Prawnzy has quit [Ping timeout: 252 seconds]
troys has quit [Quit: Bye]
ichkv has quit [Remote host closed the connection]
ichkv has joined #ruby
phredus has quit [Remote host closed the connection]
ichkv has quit [Read error: No route to host]
harfangk has quit [Ping timeout: 244 seconds]
tristanp has joined #ruby
phredus has joined #ruby
harfangk has joined #ruby
modin has quit [Ping timeout: 246 seconds]
modin has joined #ruby
ptx0 has joined #ruby
tristanp has quit [Ping timeout: 256 seconds]
bturker has joined #ruby
madsa has quit [Read error: Connection reset by peer]
lucas has quit [Remote host closed the connection]
xall has quit [Read error: Connection reset by peer]
bturker has quit [Ping timeout: 256 seconds]
ace05 has joined #ruby
railssmith has quit [Quit: Textual IRC Client: www.textualapp.com]
Robtop__ has quit [Read error: Connection reset by peer]
agit0 has quit [Quit: zzzZZZ….]
ace05 has quit [Ping timeout: 260 seconds]
fullofca_ has quit [Remote host closed the connection]
Robtop__ has joined #ruby
fullofcaffeine has joined #ruby
fullofcaffeine has quit [Remote host closed the connection]
lucas has joined #ruby
fullofcaffeine has joined #ruby
gusrub has joined #ruby
bruce_lee has joined #ruby
bruce_lee has joined #ruby
bruce_lee has quit [Changing host]
Dimik has quit [Ping timeout: 256 seconds]
Devalo has joined #ruby
bturker has joined #ruby
jackjackdripper has joined #ruby
gusrub has quit [Ping timeout: 260 seconds]
Devalo has quit [Ping timeout: 250 seconds]
modin has quit [Ping timeout: 246 seconds]
bturker has quit [Ping timeout: 256 seconds]
pawnbox has quit [Remote host closed the connection]
yqt has quit [Ping timeout: 244 seconds]
pawnbox has joined #ruby
xall has joined #ruby
interki has joined #ruby
tomphp has joined #ruby
djbkd has quit [Remote host closed the connection]
jackjackdripper has quit [Quit: Leaving.]
djbkd2 has quit [Ping timeout: 260 seconds]
modin has joined #ruby
ledestin has joined #ruby
Ropeney has joined #ruby
yqt has joined #ruby
harai has quit [Ping timeout: 245 seconds]
jackjackdripper has joined #ruby
fullofcaffeine has quit [Remote host closed the connection]
fullofcaffeine has joined #ruby
yardenbar has joined #ruby
djbkd has joined #ruby
jcao219 has quit [Ping timeout: 265 seconds]
interki has quit [Quit: Going offline, see ya! (www.adiirc.com)]
fullofcaffeine has quit [Ping timeout: 245 seconds]
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
Tempesta has joined #ruby
airstream66 has joined #ruby
elenatanasoiu has joined #ruby
claudiuinberlin has joined #ruby
Ropeney has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
ichkv has joined #ruby
pawnbox_ has joined #ruby
elenatanasoiu has quit [Ping timeout: 244 seconds]
pawnbox has quit [Ping timeout: 256 seconds]
Nahra has joined #ruby
agent_white has quit [Ping timeout: 260 seconds]
elenatanasoiu has joined #ruby
djbkd has quit []
quazimodo has quit [Ping timeout: 245 seconds]
arescorpio has joined #ruby
Prawnzy has joined #ruby
ichkv has quit [Read error: Connection reset by peer]
mluts has joined #ruby
agit0 has joined #ruby
ace05 has joined #ruby
peteykun has quit [Quit: Leaving]
ace05 has quit [Remote host closed the connection]
ace05 has joined #ruby
kies has quit [Ping timeout: 256 seconds]
bocaneri has joined #ruby
phredus has quit [Remote host closed the connection]
tomphp has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
phredus has joined #ruby
phredus has quit [Remote host closed the connection]
phredus has joined #ruby
tomphp has joined #ruby
phredus has quit [Remote host closed the connection]
ichkv has joined #ruby
phredus has joined #ruby
conta has joined #ruby
elastix has joined #ruby
ichkv has quit [Remote host closed the connection]
ichkv has joined #ruby
ichkv has quit [Remote host closed the connection]
elifoster has quit [Quit: sleep]
elenatanasoiu has quit [Ping timeout: 256 seconds]
xall_ has joined #ruby
aidalgol has joined #ruby
xall has quit [Ping timeout: 256 seconds]
xall__ has joined #ruby
firstdayonthejob has joined #ruby
elenatanasoiu has joined #ruby
ichkv has joined #ruby
xall_ has quit [Ping timeout: 250 seconds]
ichkv has quit [Read error: Connection reset by peer]
arescorpio has quit [Quit: Leaving.]
rajdesai has joined #ruby
marr has joined #ruby
mluts has quit [Ping timeout: 250 seconds]
pmunt has quit [Ping timeout: 244 seconds]
aidalgol has quit [Remote host closed the connection]
aidalgol has joined #ruby
aidalgol is now known as Guest32640
rippa has joined #ruby
Cohedrin has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
tristanp has joined #ruby
vuoto has joined #ruby
NTrash has joined #ruby
ichkv has joined #ruby
gusrub has joined #ruby
tristanp has quit [Ping timeout: 250 seconds]
xall__ has quit [Ping timeout: 260 seconds]
ichkv has quit [Read error: Connection reset by peer]
dionysus69 has joined #ruby
nadir has quit [Quit: Connection closed for inactivity]
gusrub has quit [Ping timeout: 260 seconds]
elastix has quit [Quit: Leaving]
Devalo has joined #ruby
tanishafied has joined #ruby
sphex has quit [Ping timeout: 260 seconds]
Devalo has quit [Ping timeout: 256 seconds]
tanishafied has quit [Ping timeout: 260 seconds]
ichkv has joined #ruby
elenatanasoiu has quit [Ping timeout: 260 seconds]
ichkv has quit [Read error: Connection reset by peer]
josuah has joined #ruby
sphex has joined #ruby
Guest32640 is now known as aidalgol
aidalgol has quit [Remote host closed the connection]
Lyubo1 has quit [Ping timeout: 268 seconds]
josuah has quit [Remote host closed the connection]
pawnbox_ has quit [Ping timeout: 265 seconds]
pawnbox has joined #ruby
last_staff has joined #ruby
bob434 has quit [Quit: This computer has gone to sleep]
jenrzzz has joined #ruby
jenrzzz has quit [Changing host]
jenrzzz has joined #ruby
Devalo has joined #ruby
vuoto has quit [Remote host closed the connection]
Lyubo1 has joined #ruby
ichkv has joined #ruby
modlin has quit [Quit: My laptop has gone to sleep. ZZZzzz…]
Burgestrand has joined #ruby
ichkv has quit [Remote host closed the connection]
agent_white has joined #ruby
ace05 has quit [Remote host closed the connection]
Gasher has joined #ruby
ichkv has joined #ruby
jackjackdripper has quit [Quit: Leaving.]
Lyubo1 has quit [Ping timeout: 250 seconds]
rajdesai has quit [Remote host closed the connection]
ichkv has quit [Read error: Connection reset by peer]
rajdesai has joined #ruby
rajdesai_ has joined #ruby
rajdesai_ has quit [Read error: Connection reset by peer]
firstdayonthejob has quit [Quit: WeeChat 1.6]
Gasher has quit [Ping timeout: 276 seconds]
rajdesai has quit [Ping timeout: 245 seconds]
firstdayonthejob has joined #ruby
galeido has quit [Changing host]
galeido has joined #ruby
jenrzzz has quit [Ping timeout: 244 seconds]
vuoto has joined #ruby
DoubleMalt has joined #ruby
G_ is now known as G
rajdesai has joined #ruby
ych has joined #ruby
Prawnzy has quit [Remote host closed the connection]
Alina-malina has quit [Changing host]
Alina-malina has joined #ruby
sphex has quit [Ping timeout: 244 seconds]
TheCubeLord has joined #ruby
ace05 has joined #ruby
sphex has joined #ruby
igniting has quit [Remote host closed the connection]
Jameser has joined #ruby
firstdayonthejob has quit [Ping timeout: 260 seconds]
ace05 has quit [Ping timeout: 252 seconds]
igniting has joined #ruby
Jameser has quit [Read error: Connection reset by peer]
rajdesai has quit [Remote host closed the connection]
rajdesai has joined #ruby
GodFather__ has joined #ruby
rajdesai has quit [Ping timeout: 245 seconds]
SCHAAP137 has joined #ruby
hogetaro has joined #ruby
modlin has joined #ruby
ych has quit [Ping timeout: 244 seconds]
mikecmpbll has joined #ruby
last_staff has quit [Read error: Connection reset by peer]
conta has quit [Ping timeout: 250 seconds]
igniting has quit [Read error: Connection reset by peer]
Burgestrand has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
Guest51599 has quit [Quit: relate to the matter as i drop the bomb]
rajdesai has joined #ruby
armin has joined #ruby
modlin has quit [Quit: My laptop has gone to sleep. ZZZzzz…]
yqt has quit [Ping timeout: 256 seconds]
last_staff has joined #ruby
miqlas-H has joined #ruby
Burgestrand has joined #ruby
sphex has quit [Ping timeout: 250 seconds]
sphex has joined #ruby
y2mq37 has quit [Ping timeout: 260 seconds]
Burgestrand has quit [Client Quit]
tristanp has joined #ruby
igniting has joined #ruby
sonOfRa has quit [Quit: Bye!]
rajdesai has quit [Remote host closed the connection]
ur5us has joined #ruby
tristanp has quit [Ping timeout: 260 seconds]
sonOfRa has joined #ruby
last_staff has quit [Quit: last_staff]
yardenbar has quit [Ping timeout: 260 seconds]
Burgestrand has joined #ruby
mluts has joined #ruby
workmad3 has joined #ruby
sphex has quit [Ping timeout: 260 seconds]
GodFather__ is now known as GodFather
yqt has joined #ruby
roamingdog has joined #ruby
gizmore has quit [Ping timeout: 256 seconds]
A124 has quit [Read error: Connection reset by peer]
A124 has joined #ruby
gizmore has joined #ruby
ace05 has joined #ruby
mluts has quit [Quit: leaving]
workmad3 has quit [Ping timeout: 250 seconds]
GodFather has quit [Quit: Ex-Chat]
GodFather has joined #ruby
QORRiE has joined #ruby
workmad3 has joined #ruby
JeanCarloMachado has joined #ruby
ace05 has quit [Ping timeout: 260 seconds]
mluts has joined #ruby
elenatanasoiu has joined #ruby
sphex has joined #ruby
anjana has joined #ruby
ledestin has quit [Read error: Connection reset by peer]
anjana_ has joined #ruby
anjana has quit [Ping timeout: 252 seconds]
mluts has quit [Quit: leaving]
mluts has joined #ruby
mluts has quit [Client Quit]
mluts has joined #ruby
rajdesai has joined #ruby
mluts has quit [Client Quit]
rajdesai_ has joined #ruby
mluts has joined #ruby
workmad3 has quit [Ping timeout: 260 seconds]
tanishafied has joined #ruby
workmad3 has joined #ruby
rajdesai has quit [Ping timeout: 250 seconds]
c355e3b has joined #ruby
cariveri has joined #ruby
tanishafied has quit [Ping timeout: 256 seconds]
NTrash has quit [Quit: Konversation terminated!]
tomphp has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<cariveri> Hi . What does "... do |name1, name2|" mean? where does the value of those variables come from?
rajdesai has joined #ruby
elenatanasoiu has quit [Ping timeout: 250 seconds]
rajdesai_ has quit [Ping timeout: 256 seconds]
sphex has quit [Ping timeout: 276 seconds]
<hanmac> cariveri: block parameters ... they are coming from inside the function you leave out with "..."
workmad3 has quit [Ping timeout: 260 seconds]
last_staff has joined #ruby
al2o3-cr has quit [Ping timeout: 250 seconds]
pawnbox has quit [Remote host closed the connection]
workmad3 has joined #ruby
Guest32995 has quit [Read error: Connection reset by peer]
al2o3-cr has joined #ruby
ur5us has quit [Remote host closed the connection]
ur5us has joined #ruby
GodFather has quit [Ping timeout: 244 seconds]
tomphp has joined #ruby
nadir has joined #ruby
pawnbox has joined #ruby
nuck has joined #ruby
nuck is now known as Guest7486
ur5us has quit [Ping timeout: 265 seconds]
pragmaticus has joined #ruby
_whitelogger has joined #ruby
Prawnzy has joined #ruby
last_staff has quit [Quit: last_staff]
JeanCarl1Machado has joined #ruby
varsha has joined #ruby
roamingdog has quit [Remote host closed the connection]
Prawnzy has quit [Ping timeout: 265 seconds]
ace05 has joined #ruby
conta has joined #ruby
nettoweb has joined #ruby
JeanCarloMachado has quit [Ping timeout: 260 seconds]
Jackneill_ has joined #ruby
ace05 has quit [Ping timeout: 250 seconds]
SCHAAP137 has quit [Quit: Leaving]
ichkv has joined #ruby
workmad3 has quit [Ping timeout: 245 seconds]
johnmilton has joined #ruby
johnmilton has quit [Read error: Connection reset by peer]
marr has quit [Ping timeout: 265 seconds]
oblique has quit [Quit: leaving]
tk__ has joined #ruby
nettoweb1 has joined #ruby
nettoweb has quit [Ping timeout: 265 seconds]
c0mrad3 has joined #ruby
anjana_ has quit [Remote host closed the connection]
gusrub has joined #ruby
bob434 has joined #ruby
Tempesta has quit [Ping timeout: 252 seconds]
aryaching has quit [Ping timeout: 244 seconds]
gusrub has quit [Ping timeout: 260 seconds]
oblique has joined #ruby
saneax-_-|AFK is now known as saneax
vuoto has quit [Remote host closed the connection]
cdg has joined #ruby
pawnbox has quit [Remote host closed the connection]
sphex has joined #ruby
ThatchAcre has joined #ruby
pawnbox has joined #ruby
sdothum has joined #ruby
sphex has quit [Ping timeout: 250 seconds]
tristanp has joined #ruby
miqlas-H has quit [Quit: Vision[0.9.7-H-20140108]: i've been blurred!]
porfa has joined #ruby
johnmilton has joined #ruby
saneax is now known as saneax-_-|AFK
tristanp has quit [Ping timeout: 276 seconds]
sphex has joined #ruby
ThatchAcre has quit [Remote host closed the connection]
ThatchAcre has joined #ruby
YaknotiS has joined #ruby
juanfra has quit [Quit: juanfra]
marr has joined #ruby
sptgugja has joined #ruby
ichkv has quit [Read error: Connection reset by peer]
TheCubeLord has quit [Changing host]
TheCubeLord has joined #ruby
devyn has quit [Read error: Connection reset by peer]
JeanCarl1Machado has quit [Ping timeout: 276 seconds]
anonV has joined #ruby
Pupeno has joined #ruby
Pupeno has quit [Changing host]
Pupeno has joined #ruby
ita_HEISLER has joined #ruby
<ita_HEISLER> OLA
sphex has quit [Ping timeout: 250 seconds]
ita_HEISLER has quit [Client Quit]
Pupeno has quit [Remote host closed the connection]
HEISLERITA has joined #ruby
ace05 has joined #ruby
rajdesai has quit [Remote host closed the connection]
rajdesai has joined #ruby
anonV has quit [Quit: Ex-Chat]
Rodya_ has joined #ruby
tomphp has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
conta has quit [Quit: conta]
ace05 has quit [Ping timeout: 250 seconds]
ThatchAcre_ has joined #ruby
rajdesai has quit [Ping timeout: 276 seconds]
porfa has quit [Ping timeout: 244 seconds]
ThatchAcre has quit [Ping timeout: 250 seconds]
bob434 has quit [Quit: This computer has gone to sleep]
bob434 has joined #ruby
JoshS has quit [Read error: Connection reset by peer]
blackwind_123 has quit [Ping timeout: 260 seconds]
JoshS has joined #ruby
sphex has joined #ruby
mluts has quit [Ping timeout: 265 seconds]
blackwind_123 has joined #ruby
tanishafied has joined #ruby
Tempesta has joined #ruby
HEISLERITA has quit [Ping timeout: 265 seconds]
Pupeno has joined #ruby
sphex has quit [Remote host closed the connection]
tanishafied has quit [Ping timeout: 250 seconds]
pawnbox_ has joined #ruby
sphex has joined #ruby
pawnbox has quit [Ping timeout: 260 seconds]
JoshS has quit [Ping timeout: 250 seconds]
SuperLag has quit [Ping timeout: 244 seconds]
SuperLag has joined #ruby
tomphp has joined #ruby
HEISLERITA has joined #ruby
charliesome has joined #ruby
ichkv has joined #ruby
lxsameer has quit [Quit: WeeChat 1.5]
anjana has joined #ruby
Mon_Ouie has quit [Ping timeout: 244 seconds]
ichkv has quit [Read error: Connection reset by peer]
Pupeno has quit [Remote host closed the connection]
skweek has quit [Ping timeout: 265 seconds]
QORRiE has quit [Ping timeout: 276 seconds]
vuoto has joined #ruby
kies has joined #ruby
Prawnzy has joined #ruby
ichkv has joined #ruby
rippa has quit [Quit: {#`%${%&`+'${`%&NO CARRIER]
Prawnzy has quit [Ping timeout: 244 seconds]
bovis has joined #ruby
HEISLERITA has quit [Ping timeout: 265 seconds]
shinnya has joined #ruby
saneax-_-|AFK is now known as saneax
yardenbar has joined #ruby
hays is now known as KnightsWhoSayVPN
QORRiE has joined #ruby
KnightsWhoSayVPN is now known as hays
Pumukel has joined #ruby
eelster has joined #ruby
Madplatypus has quit [Quit: Connection closed for inactivity]
tubuliferous has joined #ruby
mahlon has quit [Ping timeout: 250 seconds]
QORRiE has quit [Ping timeout: 265 seconds]
tomphp has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
TreyG has joined #ruby
Lyubo1 has joined #ruby
sevenine has joined #ruby
gingray has joined #ruby
nettoweb1 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
ichkv has quit [Read error: Connection reset by peer]
HEISLERITA has joined #ruby
DLSteve has joined #ruby
frankiee_ has joined #ruby
gingray has quit [Ping timeout: 250 seconds]
QORRiE has joined #ruby
tomphp has joined #ruby
Rodya_ has quit [Remote host closed the connection]
Rodya_ has joined #ruby
JeanCarloMachado has joined #ruby
sepp2k has joined #ruby
tristanp has joined #ruby
tomphp has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Robtop__ has quit [Ping timeout: 245 seconds]
mahlon has joined #ruby
kt3k has joined #ruby
SCHAAP137 has joined #ruby
tristanp has quit [Ping timeout: 265 seconds]
inteq has joined #ruby
shinnya has quit [Ping timeout: 250 seconds]
nettoweb has joined #ruby
JeanCarloMachado has quit [Ping timeout: 252 seconds]
roamingdog has joined #ruby
porfa has joined #ruby
webus has joined #ruby
pwnd_nsfw has joined #ruby
<porfa> hello guys
tubuliferous has quit [Ping timeout: 260 seconds]
<porfa> how can i check the lenght of an item inside an array? for ie ["385", "65", "R22", "5", "158K", "runderneuert", "Karkassqualit", "t", "NV"] i want to check the lenght of the fourth element, so i can perform something else acoordingly to the result
roamingdog has quit [Remote host closed the connection]
<ciawal> do you know how to check the length of a string?
eelster has quit [Ping timeout: 260 seconds]
roamingdog has joined #ruby
igniting has quit [Ping timeout: 260 seconds]
<porfa> ciawal yeah i just put .lenght in front of it..
<ciawal> after it
<ciawal> do you know how to get the fourth element from the array?
<porfa> yeahs bllblaba[3]
<porfa> wow, thank you so much :|
<porfa> haha
<porfa> i get it now, thank you… sometimes i gotta slow down a break it down better
kt3k has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
SCHAAP137 has quit [Read error: Connection reset by peer]
ichkv has joined #ruby
cdg has quit [Remote host closed the connection]
ace05 has joined #ruby
SCHAAP137 has joined #ruby
pwnd_nsfw has quit [Ping timeout: 245 seconds]
ace05 has quit [Ping timeout: 260 seconds]
igniting has joined #ruby
varsha has quit [Quit: Connection closed for inactivity]
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
ichkv has quit [Read error: Connection reset by peer]
nadir has quit [Quit: Connection closed for inactivity]
charliesome has joined #ruby
epitron has quit [Ping timeout: 268 seconds]
<hanmac> porfa: before you do array[3] you might check if the array does have four or more elements (depending on your input)
Devalo has quit [Remote host closed the connection]
elastix has joined #ruby
Rodya_ has quit [Remote host closed the connection]
Rodya_ has joined #ruby
aryaching has joined #ruby
tomphp has joined #ruby
tomphp has quit [Client Quit]
bluOxigen has quit [Ping timeout: 260 seconds]
firstdayonthejob has joined #ruby
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
_sfiguser has quit [Remote host closed the connection]
roamingdog has quit [Remote host closed the connection]
AndChat51401 has joined #ruby
AndChat51401 has quit [Max SendQ exceeded]
tk__ has quit [Quit: ばいばい]
AndChat51401 has joined #ruby
AndChat51401 has quit [Max SendQ exceeded]
AndChat51401 has joined #ruby
AndChat51401 has quit [Max SendQ exceeded]
sevenine has quit [Ping timeout: 244 seconds]
ichkv has joined #ruby
maloik has quit [Remote host closed the connection]
maloik has joined #ruby
rattatmatt has joined #ruby
ledestin has joined #ruby
mvxlr has joined #ruby
mvxlr has quit [Client Quit]
TreyG_ has joined #ruby
vasilakisfil has quit [Remote host closed the connection]
modlin has joined #ruby
epitron has joined #ruby
ichkv has quit [Read error: Connection reset by peer]
trampi has joined #ruby
TreyG has quit [Ping timeout: 265 seconds]
pwnd_nsfw has joined #ruby
solocshaw has joined #ruby
TreyG has joined #ruby
TreyG_ has quit [Ping timeout: 250 seconds]
Rodya_ has quit [Remote host closed the connection]
Rodya_ has joined #ruby
Rodya_ has quit [Ping timeout: 250 seconds]
Bloomer has joined #ruby
<bovis> In what cases do you prefer to use modules as mixins? In what cases do you want them as just namespaces for constants or methods?
tanishafied has joined #ruby
inteq has quit []
<bovis> I keep running into the problem where something like instantiation.send(method_name) is cluttered because I mix in like three modules to a class.
Prawnzy has joined #ruby
ichkv has joined #ruby
kegster has quit [Quit: Shiner, TX makes good beer.]
Burgestrand has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
skweek has joined #ruby
kegster has joined #ruby
tanishafied has quit [Ping timeout: 244 seconds]
roamingdog has joined #ruby
Prawnzy has quit [Ping timeout: 256 seconds]
ledestin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
ichkv has quit [Read error: Connection reset by peer]
ThatchAcre_ has quit [Remote host closed the connection]
Xentil has joined #ruby
saneax is now known as saneax-_-|AFK
willian has joined #ruby
redpants has joined #ruby
<Papierkorb> bovis: What does #send have to do with mixins?
elastix has quit [Ping timeout: 265 seconds]
yardenbar has quit [Ping timeout: 244 seconds]
<Papierkorb> bovis: Mixins are really useful if you want to further describe an object rather than defining what it is - if that makes sense.
<Papierkorb> bovis: So, multiple includes are in themself not bad
<bovis> Say I have a User class that has print, add, and delete methods. If I instantiate a User class and allow the user to chooses "print" as the action they want. instantiation.send(string). The string then has open access to any method that matches the string.
ledestin has joined #ruby
<bovis> The mixins then muddy the waters, because the user could choose a method name that isn't print, add, or delete.
<bovis> To me, it screams, Make Smaller Classes. Or just dump the mixins if possible.
charliesome has joined #ruby
roamingdog has quit [Remote host closed the connection]
<Papierkorb> bovis: making smaller classes is still a good idea. However, mixins isn't your issue
<hanmac> allowing the user to input method names is always some bad idea ... (if you want security)
<bovis> In the above case, "print" is fine, because it's what I want the user to do. But I have a color mixin, for instance, and the user calling "color" wouldn't be destructive necessarily, it just wouldn't do any good.
<Papierkorb> bovis: your issue is that you don't whitelist the allowed methods to call
<bovis> Right now, I just check user input against an array of allowed phrases ("print", "delete" etc.)
<bovis> It seems overkill or just bad design
<Papierkorb> bovis: Whitelists are neither overkill nor bad design
<Papierkorb> bovis: That's what you usually do when you, for whatever reason, want to let the user choose a method to call
<bovis> So I'm doing the right thing with the array? Somehow, I figured it would be better to continue working with .send and just shortlist the Class in question, maybe bringing in mixin utilities to the User class by just calling the outside methods explicitly.
roamingdog has joined #ruby
modlin has quit [Quit: My laptop has gone to sleep. ZZZzzz…]
elastix has joined #ruby
elenatanasoiu has joined #ruby
<bovis> *outside module explicitly
yardenbar has joined #ruby
<Papierkorb> bovis: In this case, always whitelist
<bovis> ok
<Papierkorb> bovis: Keeping classes reasonably sized is always a good idea too. Third, use #public_send over #send
ptx0 has quit [Ping timeout: 276 seconds]
<Papierkorb> bovis: Use #public_send over #send whenever possible generally
elastix has quit [Client Quit]
SCHAAP137 has quit [Read error: Connection reset by peer]
elastix has joined #ruby
Guest3230 is now known as IceDragon
roamingdog has quit [Ping timeout: 250 seconds]
<bovis> I wasn't aware of #public_send. In what cases would you use #send? Other than just: when I need a private method... When would you want a private method?
roamingdog has joined #ruby
elenatanasoiu has quit [Ping timeout: 276 seconds]
<elomatreb> The main benefit of #send is bypassing access controls. You generally avoid that, although it's sometimes done in tests (Another example is instance_variable_get/set)
vuoto has quit [Remote host closed the connection]
Bloomer has quit [Remote host closed the connection]
<bovis> ok
<porfa> “ n�” instead of “nã” < do theese look the same to you? my irb displays the first instead of the second, how do fix this?
<bovis> different to me, an unrecognized character after "n" in the first example
<porfa> but it’s just ã
<elomatreb> Welcome to the magical world of encoding problems
<porfa> nokogiri is giving me that instead of ã and i don’t understand why
<porfa> hahaha
conta has joined #ruby
<apeiros> � means that there's an illegal sequence
<apeiros> and that in turn means that you (most likely) told ruby/nokogiri that your string was utf-8, while it really wasn't.
<apeiros> and "told" can be implicitly, by relying on defaults.
<elomatreb> (Or it assumed it was UTF-8, which is generally a good thing)
<apeiros> na, I prefer "you told". programmers have to be aware of defaults.
<porfa> i did
<porfa> Nokogiri::HTML(open(url_pneucity).read, nil, 'utf-8') if i didn’t have that, some urls with special characters did no open at all
cariveri has quit [Remote host closed the connection]
nfk has joined #ruby
bihi has quit [Quit: Bye!]
<apeiros> porfa: websites tell you in two ways which encoding they're using. the http headers and the meta tags
<apeiros> (not that they're necessarily telling the truth, though)
frankiee_ has quit [Quit: leaving]
bihi has joined #ruby
JeanCarloMachado has joined #ruby
salut has quit [Quit: salut]
modlin has joined #ruby
HEISLERITA has quit [Quit: Leaving]
quazimodo has joined #ruby
QORRiE has quit [Ping timeout: 250 seconds]
mhib has joined #ruby
banisterfiend has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
ptx0 has joined #ruby
elastix has quit [Ping timeout: 260 seconds]
imightbestupid12 has joined #ruby
tanishafied has joined #ruby
solocshaw has quit [Ping timeout: 245 seconds]
ichkv has joined #ruby
tanishafied has quit [Ping timeout: 260 seconds]
tanishafied has joined #ruby
tanishafied has quit [Client Quit]
SteenJobs has joined #ruby
QORRiE has joined #ruby
ichkv has quit [Read error: Connection reset by peer]
Pupeno has joined #ruby
charliesome has joined #ruby
TreyG_ has joined #ruby
QORRiE has quit [Quit: Leaving]
ace05 has joined #ruby
harai has joined #ruby
elastix has joined #ruby
konsolebox has joined #ruby
TreyG has quit [Ping timeout: 265 seconds]
BTRE has quit [Quit: Leaving]
gnufied has joined #ruby
ace05 has quit [Ping timeout: 250 seconds]
BTRE has joined #ruby
<bovis> Is either `ls` or %x{ls} preferred to run a unix command? Example here ls.
<elomatreb> I generally avoid the % literals (except for string arrays) unless they are useful to avoid having to backslash-escape
<bovis> elomatreb: What are the downsides of the literals?
redpants has quit [Ping timeout: 250 seconds]
Pupeno has quit [Quit: Leaving...]
<elomatreb> bovis: None, they are just very ruby-specific and can be confusing for programmers from other languages. You have to remember what "x" does as opposed to other modes
gnufied has quit [Ping timeout: 256 seconds]
<elomatreb> backticks being "execute command, return standard output" is very common in many scripting languages
<bovis> good reasoning
dnicole has joined #ruby
charliesome_ has joined #ruby
ichkv has joined #ruby
<konsolebox> bovis: there's difference when it comes to having multiple lines: https://stackoverflow.com/questions/9998518/ruby-backticks-break-command-into-multiple-lines
charliesome has quit [Ping timeout: 260 seconds]
yardenbar has quit [Ping timeout: 250 seconds]
ichkv has quit [Read error: Connection reset by peer]
SCHAAP137 has joined #ruby
modlin has quit [Quit: My laptop has gone to sleep. ZZZzzz…]
webus has quit [Ping timeout: 260 seconds]
vuoto has joined #ruby
ace05 has joined #ruby
<bovis> konsolebox: looks like either method has the ability to take multiple carraige returns
<konsolebox> bovis: yes i noticed it
<konsolebox> bovis: but i'm not sure why the other answer had to say that it needs \. maybe ruby's behavior has changed
<bovis> konsolebox: yes, the answers look contradictory...
minimalism has quit [Quit: minimalism]
ricochet has joined #ruby
<bovis> konsolebox: irb seems to accept \, but not without
<bovis> ^^ using ` `
<bovis> with %x, the multiple lines don't give irb trouble when omitting the \
charliesome has joined #ruby
charliesome_ has quit [Ping timeout: 250 seconds]
ricochet has left #ruby [#ruby]
djbkd has joined #ruby
anjana has quit [Remote host closed the connection]
wjimenez5271 has joined #ruby
anjana has joined #ruby
Rodya_ has joined #ruby
<konsolebox> in shell, when writing command-substitution commands, i use $(), and i'm not a fan of the deprecated backticks, so i prefer %x(), which aligns with it
anjana has quit [Ping timeout: 265 seconds]
mluts has joined #ruby
ichkv has joined #ruby
<bovis> konsolebox: why are the backticks deprecated if, like elomatreb said, they are common in other languages?
<elomatreb> bovis: I think konsolebox meant deprecated in shell syntax, right?
Rodya_ has quit [Remote host closed the connection]
danmcguire has left #ruby ["WeeChat 1.4"]
UUHR4HUR has joined #ruby
Rodya_ has joined #ruby
vuoto has quit [Remote host closed the connection]
skweek has quit [Ping timeout: 244 seconds]
DLSteve has quit [Quit: All rise, the honorable DLSteve has left the channel.]
Rodya_ has quit [Remote host closed the connection]
<konsolebox> yes, i meant the shell syntax.
<bovis> oh ok
willian has quit [Quit: Leaving]
tomphp has joined #ruby
nadir has joined #ruby
lenwood has quit [Quit: Konversation terminated!]
lenwood has joined #ruby
Rodya_ has joined #ruby
dviola has joined #ruby
wjimenez5271 has quit [Ping timeout: 244 seconds]
ledestin has quit [Ping timeout: 244 seconds]
ichkv has quit [Read error: Connection reset by peer]
dionysus69 has quit [Ping timeout: 256 seconds]
jphase has joined #ruby
Snowy has joined #ruby
ace05 has quit [Remote host closed the connection]
harfangk has quit [Quit: Textual IRC Client: www.textualapp.com]
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
Snowy has quit [Client Quit]
Rodya_ has quit [Remote host closed the connection]
ace05 has joined #ruby
wjimenez5271 has joined #ruby
roamingdog has quit [Remote host closed the connection]
roamingdog has joined #ruby
lenwood has quit [Ping timeout: 265 seconds]
UUHR4HUR has quit [Remote host closed the connection]
rippa has joined #ruby
Rodya_ has joined #ruby
ichkv has joined #ruby
Prawnzy has joined #ruby
konsolebox has quit [Quit: Leaving]
tomphp has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
rattatmatt has quit [Remote host closed the connection]
djbkd has quit [Remote host closed the connection]
imightbestupid12 has quit [Quit: Page closed]
ichkv has quit [Read error: Connection reset by peer]
f4 has joined #ruby
elenatanasoiu has joined #ruby
axisys has quit [Read error: Connection reset by peer]
Devalo has joined #ruby
Devalo has quit [Remote host closed the connection]
Prawnzy has quit [Remote host closed the connection]
anjana has joined #ruby
jphase has quit [Remote host closed the connection]
jphase has joined #ruby
Guest7486 has quit [Changing host]
Guest7486 has joined #ruby
Guest7486 is now known as nuck
pawnbox_ has quit [Remote host closed the connection]
redpants has joined #ruby
pawnbox has joined #ruby
Alka has joined #ruby
JoshS has joined #ruby
SCHAAP137 has quit [Quit: Leaving]
xall__ has joined #ruby
JeanCarloMachado has quit [Ping timeout: 265 seconds]
ichkv has joined #ruby
JeanCarloMachado has joined #ruby
ichkv has quit [Read error: Connection reset by peer]
JoshS has quit [Quit: Leaving]
SCHAAP137 has joined #ruby
djbkd has joined #ruby
JoshS has joined #ruby
igniting has quit [Ping timeout: 244 seconds]
fullofcaffeine has joined #ruby
fullofcaffeine has quit [Remote host closed the connection]
fullofcaffeine has joined #ruby
fullofcaffeine has quit [Remote host closed the connection]
djbkd_ has joined #ruby
tomphp has joined #ruby
jgnagy has joined #ruby
Devalo has joined #ruby
djbkd_ has quit [Ping timeout: 256 seconds]
yqt has quit [Ping timeout: 265 seconds]
webus has joined #ruby
chazu has joined #ruby
elifoster has joined #ruby
SCHAAP137 has quit [Ping timeout: 265 seconds]
TreyG has joined #ruby
Arney has joined #ruby
dionysus69 has joined #ruby
ichkv has joined #ruby
TreyG_ has quit [Ping timeout: 265 seconds]
pragmaticus has quit [Remote host closed the connection]
eelster has joined #ruby
ramfjord has joined #ruby
TreyG_ has joined #ruby
Cohedrin has joined #ruby
cevett has joined #ruby
banisterfiend has joined #ruby
cevett has quit [Read error: Connection reset by peer]
cevett has joined #ruby
dnicole has quit [Remote host closed the connection]
SCHAAP137 has joined #ruby
TreyG has quit [Ping timeout: 250 seconds]
cevett has quit [Client Quit]
cevett has joined #ruby
<cevett> pardon my being green, im running into an issue with rake where it can't find a gem when it kicks off rake rspec, but when i run rspec outside of rake it sees it just fine
<cevett> so rake fails because it can't 'require' a certain gem
davidt has joined #ruby
<cevett> the require statement is in my spec_helper.rb
banisterfiend has quit [Ping timeout: 260 seconds]
davidt has quit [Client Quit]
dnicole has joined #ruby
<cevett> thats the spec_helper.rb
<cevett> here's the Rakefile
<cevett> and the error
Rodya_ has quit [Remote host closed the connection]
webus has quit [Ping timeout: 265 seconds]
igniting has joined #ruby
Contigi has quit [Ping timeout: 260 seconds]
webus has joined #ruby
dnicole has quit [Ping timeout: 245 seconds]
anjana has quit [Remote host closed the connection]
Rodya_ has joined #ruby
roamingdog has quit [Remote host closed the connection]
dnicole has joined #ruby
Alka has quit [Ping timeout: 260 seconds]
modlin has joined #ruby
modlin has quit [Remote host closed the connection]
KnownSyntax has quit [Read error: Connection reset by peer]
dnicole has quit [Ping timeout: 256 seconds]
KnownSyntax has joined #ruby
modlin has joined #ruby
malcolmva has quit [Ping timeout: 260 seconds]
skweek has joined #ruby
Prawnzy has joined #ruby
roamingdog has joined #ruby
gingray has joined #ruby
fullofca_ has joined #ruby
Rodya_ has quit [Remote host closed the connection]
f4 has quit [Quit: Konversation terminated!]
agit0 has quit [Quit: zzzZZZ….]
xall__ has quit [Ping timeout: 252 seconds]
ichkv has quit [Read error: Connection reset by peer]
davidt has joined #ruby
malcolmva has joined #ruby
xall__ has joined #ruby
fullofca_ has quit [Remote host closed the connection]
fullofcaffeine has joined #ruby
roamingdog has quit [Remote host closed the connection]
roamingdog has joined #ruby
braincrash has quit [Ping timeout: 245 seconds]
fullofcaffeine has quit [Ping timeout: 250 seconds]
ace05 has quit [Remote host closed the connection]
djbkd_ has joined #ruby
vuoto has joined #ruby
gingray has quit [Ping timeout: 245 seconds]
braincrash has joined #ruby
ace05 has joined #ruby
krasimir has joined #ruby
KnownSyntax has quit [Quit: No Ping reply in 180 seconds.]
dnicole has joined #ruby
mistermocha has joined #ruby
mistermocha has quit [Remote host closed the connection]
mistermocha has joined #ruby
KnownSyntax has joined #ruby
Rodya_ has joined #ruby
jphase has quit [Remote host closed the connection]
jphase has joined #ruby
Devalo has quit [Remote host closed the connection]
Prawnzy has quit [Remote host closed the connection]
dnicole has quit [Ping timeout: 260 seconds]
qwertyco has joined #ruby
agit0 has joined #ruby
webus has quit [Quit: goodbye]
mistermo_ has joined #ruby
Rodya_ has quit [Ping timeout: 260 seconds]
elifoster has quit [Quit: out]
fullofca_ has joined #ruby
qwertyco has quit [Client Quit]
jphase has quit [Ping timeout: 245 seconds]
ramfjord has quit [Ping timeout: 245 seconds]
AndChat51401 has joined #ruby
AndChat51401 has quit [Max SendQ exceeded]
AndChat51401 has joined #ruby
AndChat51401 has quit [Max SendQ exceeded]
AndChat51401 has joined #ruby
mistermocha has quit [Ping timeout: 252 seconds]
dnicole has joined #ruby
solocshaw has joined #ruby
davidt has quit []
last_staff has joined #ruby
elastix has quit [Quit: Leaving]
djbkd_ has quit [Ping timeout: 256 seconds]
solocshaw has quit [Ping timeout: 245 seconds]
<cevett> ^ if i invoke rspec using the cli in the rake tasks the tests execute fine. I'm going to settle for that solution for now
conta has quit [Ping timeout: 250 seconds]
dnicole has quit [Ping timeout: 250 seconds]
dnicole has joined #ruby
ur5us has joined #ruby
chopin has joined #ruby
Bellthoven has joined #ruby
elenatanasoiu has quit [Ping timeout: 252 seconds]
mistermo_ has quit [Remote host closed the connection]
DLSteve has joined #ruby
Madplatypus has joined #ruby
<Batholith> If you have an array of strings, how do you make it so that it's just one big string? So in other words, concatenating them all.
DoubleMalt has quit [Ping timeout: 252 seconds]
<Batholith> Join, found it!
eelster has quit [Quit: leaving]
K7 has joined #ruby
tristanp has joined #ruby
pragmaticus has joined #ruby
gizmore has quit [Ping timeout: 250 seconds]
Azure has quit [Ping timeout: 256 seconds]
gizmore has joined #ruby
tristanp has quit [Remote host closed the connection]
AndChat|51401 has joined #ruby
AndChat|51401 has quit [Max SendQ exceeded]
AndChat|51401 has joined #ruby
AndChat|51401 has quit [Max SendQ exceeded]
AndChat|51401 has joined #ruby
AndChat51401 has quit [Read error: Connection reset by peer]
AndChat|51401 has quit [Max SendQ exceeded]
elenatanasoiu has joined #ruby
modlin has quit [Quit: Textual IRC Client: www.textualapp.com]
Xeago has quit [Ping timeout: 276 seconds]
Jackneill_ has quit [Remote host closed the connection]
vuoto has quit [Remote host closed the connection]
Xeago has joined #ruby
mvxlr has joined #ruby
hiyosi has quit [Remote host closed the connection]
AlexRussia has quit [Ping timeout: 250 seconds]
nettoweb has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
dnicole has quit [Ping timeout: 276 seconds]
Azure has joined #ruby
rippa has quit [Quit: {#`%${%&`+'${`%&NO CARRIER]
nfk has quit [Quit: Try memory.free_dirty_pages=true in about:config]
nettoweb has joined #ruby
TreyG has joined #ruby
benlieb has joined #ruby
TreyG_ has quit [Ping timeout: 245 seconds]
fullofca_ has quit [Remote host closed the connection]
fullofcaffeine has joined #ruby
ur5us_ has joined #ruby
AlexRussia has joined #ruby
jeffaustin81 has joined #ruby
ur5us has quit [Read error: Connection reset by peer]
dmtd has joined #ruby
fullofcaffeine has quit [Ping timeout: 250 seconds]
banisterfiend has joined #ruby
Devalo has joined #ruby
^mtkd has joined #ruby
xall__ has quit [Ping timeout: 245 seconds]
bob434 has quit [Quit: This computer has gone to sleep]
mtkd has quit [Ping timeout: 260 seconds]
bob434 has joined #ruby
_djbkd has joined #ruby
djbkd_ has joined #ruby
fullofca_ has joined #ruby
pragmaticus has quit [Remote host closed the connection]
Contigi has joined #ruby
bob434 has quit [Quit: This computer has gone to sleep]
solocshaw has joined #ruby
bob434 has joined #ruby
Devalo has quit [Remote host closed the connection]
nikivi has joined #ruby
nettoweb has quit [Ping timeout: 260 seconds]
nettoweb has joined #ruby
mistermocha has joined #ruby
tristanp has joined #ruby
bob434 has quit [Quit: This computer has gone to sleep]
dnicole has joined #ruby
bob434 has joined #ruby
nikivi has quit [Quit: irc]
mistermocha has quit [Ping timeout: 256 seconds]
ramfjord has joined #ruby
bkxd has quit [Ping timeout: 244 seconds]
djbkd_ has quit [Ping timeout: 250 seconds]
ramfjord has quit [Ping timeout: 260 seconds]
dnicole has quit [Ping timeout: 256 seconds]
xall__ has joined #ruby
bkxd has joined #ruby
nettoweb has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
nikivi has joined #ruby
Prawnzy has joined #ruby
bob434 has quit [Quit: This computer has gone to sleep]
bkxd has quit [Ping timeout: 244 seconds]
c0mrad3 has quit [Quit: Connection closed for inactivity]
fullofca_ has quit [Remote host closed the connection]
Tharbakim has quit [Read error: Connection reset by peer]
fullofcaffeine has joined #ruby
dionysus69 has quit [Ping timeout: 245 seconds]
Tharbakim has joined #ruby
redpants has quit [Ping timeout: 256 seconds]
tristanp has quit [Remote host closed the connection]
K7 has quit [Quit: Updating details, brb]
Rr4sT has joined #ruby
electrostat has quit [Ping timeout: 256 seconds]
fullofcaffeine has quit [Ping timeout: 260 seconds]
Prawnzy has quit [Remote host closed the connection]
TreyG_ has joined #ruby
roamingdog has quit [Read error: Connection reset by peer]
roamingdog has joined #ruby
TreyG has quit [Ping timeout: 260 seconds]
claudiuinberlin has quit [Remote host closed the connection]
claudiuinberlin has joined #ruby
solocshaw has quit [Ping timeout: 245 seconds]
lel has joined #ruby
solocshaw has joined #ruby
Bellthoven has quit []
cyphase has quit [Ping timeout: 256 seconds]
Prawnzy has joined #ruby
marr has quit [Ping timeout: 252 seconds]
cyphase has joined #ruby
lel has quit [Quit: leaving]
dnicole has joined #ruby
claudiuinberlin has quit []
Guest7479 has quit [Excess Flood]
Pumukel has quit [Write error: Broken pipe]
cyphase has quit [Max SendQ exceeded]
loechel has joined #ruby
Bellthoven has joined #ruby
dtscode has joined #ruby
matp has quit [Excess Flood]
DLSteve has quit [Excess Flood]
benlieb has quit [Quit: benlieb]
CubeLord has joined #ruby
y2mq37 has joined #ruby
cyphase has joined #ruby
tomphp has quit [Excess Flood]
solocshaw has quit [Ping timeout: 242 seconds]
tdy1 has quit [Ping timeout: 242 seconds]
nettoweb has joined #ruby
Dohplay has joined #ruby
DLSteve has joined #ruby
<dtscode> if anyone would mind taking a look at this, I would really appreciate it. thank you! http://stackoverflow.com/questions/40197417/irb-fails-to-run-ruby-gem-function-while-ruby-is-successful?noredirect=1#comment67660742_40197417
last_staff has quit [Quit: ZZzzz....]
TheCubeLord has quit [Ping timeout: 254 seconds]
matp has joined #ruby
loechel has quit [Ping timeout: 260 seconds]
devster31 has quit [Excess Flood]
cyphase has quit [Max SendQ exceeded]
Dohplay has quit [Max SendQ exceeded]
dnicole has quit [Ping timeout: 265 seconds]
marr has joined #ruby
devster31 has joined #ruby
_djbkd has quit [Remote host closed the connection]
cyphase has joined #ruby
nettoweb has quit [Client Quit]
Dohplay has joined #ruby
_djbkd has joined #ruby
nettoweb has joined #ruby
Dohplay has quit [Max SendQ exceeded]
Dohplay has joined #ruby
Guest46738 has joined #ruby
dnicole has joined #ruby
_djbkd has quit [Ping timeout: 245 seconds]
TomyLobo has quit [Ping timeout: 250 seconds]
benlieb has joined #ruby
KramerC has quit [Quit: Leaving]
jcao219 has joined #ruby
KramerC has joined #ruby
Bellthoven has quit []
tristanp has joined #ruby
TreyG has joined #ruby
aryaching_ has joined #ruby
pawnbox has quit [Remote host closed the connection]
mistermocha has joined #ruby
tristanp has quit [Remote host closed the connection]
TreyG_ has quit [Ping timeout: 250 seconds]
redpants has joined #ruby
aryaching has quit [Ping timeout: 250 seconds]
roamingdog has quit [Remote host closed the connection]
roamingdog has joined #ruby
djbkd_ has joined #ruby
jphase has joined #ruby
aryaching_ has quit [Read error: Connection reset by peer]
dnicole has quit [Ping timeout: 252 seconds]
aryaching has joined #ruby
mistermocha has quit [Ping timeout: 245 seconds]
s2013 has joined #ruby
nikivi has quit [Quit: irc]
s2013 has quit [Max SendQ exceeded]
antgel has joined #ruby
dnicole has joined #ruby
JeanCarloMachado has quit [Ping timeout: 250 seconds]
firstdayonthejob has quit [Ping timeout: 276 seconds]
Mon_Ouie has joined #ruby
JeanCarloMachado has joined #ruby
elenatanasoiu has quit [Ping timeout: 250 seconds]
postmodern has joined #ruby
ResidentBiscuit has joined #ruby
ResidentBiscuit has quit [Client Quit]
mluts has quit [Ping timeout: 276 seconds]
Arney has quit [Ping timeout: 252 seconds]
tristanp has joined #ruby
mhib has quit [Remote host closed the connection]
roamingdog has quit [Remote host closed the connection]
roamingdog has joined #ruby
dtscode has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
arashb has joined #ruby
dtscode has joined #ruby
nettoweb has quit [Ping timeout: 260 seconds]
djbkd_ has quit [Ping timeout: 276 seconds]
nettoweb has joined #ruby
dtscode is now known as god
Xeago has quit [Ping timeout: 252 seconds]
Immune has joined #ruby
Immune has quit [Max SendQ exceeded]
dnicole has quit [Ping timeout: 260 seconds]
Immune has joined #ruby
chopin has quit [Remote host closed the connection]
Xeago has joined #ruby
chopin has joined #ruby
arashb has quit [Ping timeout: 260 seconds]
ace05 has quit [Remote host closed the connection]
dnicole has joined #ruby
rakm has joined #ruby
postmodern has quit [Ping timeout: 260 seconds]
SCHAAP137 has quit [Ping timeout: 260 seconds]
postmodern has joined #ruby
tristanp has quit [Remote host closed the connection]
rakm has quit [Client Quit]
nettoweb has quit [Ping timeout: 245 seconds]
nettoweb has joined #ruby
ramfjord has joined #ruby
dnicole has quit [Ping timeout: 260 seconds]
tristanp has joined #ruby
tristanp has quit [Remote host closed the connection]
dnicole has joined #ruby
Xentil has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
SCHAAP137 has joined #ruby
god has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
inoperable has joined #ruby
sptgugja has quit [Quit: WeeChat 1.4]
ramfjord has quit [Ping timeout: 245 seconds]
dnicole has quit [Ping timeout: 250 seconds]
JeanCarloMachado has quit [Ping timeout: 256 seconds]
redpants has quit [Ping timeout: 256 seconds]
fullofcaffeine has joined #ruby
inoperable has left #ruby ["WeeChat 1.5"]
dnicole has joined #ruby
redlegion has quit [Remote host closed the connection]
redlegion has joined #ruby
bovis has quit [Quit: Lost terminal]
fullofcaffeine has quit [Ping timeout: 252 seconds]
JoshS has quit [Ping timeout: 260 seconds]
modlin has joined #ruby
morgoth has joined #ruby
krasimir has quit [Remote host closed the connection]
nettoweb has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
marr has quit [Ping timeout: 265 seconds]
morgoth has quit [Client Quit]
dnicole has quit [Ping timeout: 250 seconds]
bob434 has joined #ruby
dnicole has joined #ruby
Qommand0r has quit [Quit: WeeChat 1.6]
fullofca_ has joined #ruby
Qommand0r has joined #ruby
jeffaustin81 has quit [Quit: Textual IRC Client: www.textualapp.com]
SteenJobs has quit [Quit: SteenJobs]
mikecmpbll has quit [Quit: inabit. zz.]
matp has quit [Excess Flood]
SteenJobs has joined #ruby
Qommand0r has quit [Excess Flood]
zukin has joined #ruby
roamingdog has quit [Remote host closed the connection]
dnicole has quit [Ping timeout: 250 seconds]
fullofca_ has quit [Remote host closed the connection]
akari has joined #ruby
tristanp has joined #ruby
fullofcaffeine has joined #ruby
akari is now known as Guest72488
lxsameer has joined #ruby
ace05 has joined #ruby
bruce_lee has quit [Read error: Connection reset by peer]
tristanp has quit [Remote host closed the connection]
fullofcaffeine has quit [Ping timeout: 265 seconds]
ace05 has quit [Ping timeout: 250 seconds]
harai has quit [Ping timeout: 256 seconds]
jphase has quit [Remote host closed the connection]
jphase has joined #ruby
xall__ has quit [Ping timeout: 276 seconds]