apeiros changed the topic of #ruby-lang to: Ruby 2.2.1; 2.1.5; 2.0.0-p643: https://ruby-lang.org || Paste code on https://gist.github.com
AlexAltea has quit [Ping timeout: 255 seconds]
roamingdog has joined #ruby-lang
[H]unt3r has joined #ruby-lang
charliesome has joined #ruby-lang
mberk has joined #ruby-lang
deol is now known as michaeldeol
bruno- has quit [Ping timeout: 256 seconds]
marr has quit []
Jeffrey_ has quit [Quit: Leaving]
ghostpl_ has quit [Remote host closed the connection]
lytol has joined #ruby-lang
Lewix has quit [Remote host closed the connection]
lytol has quit [Read error: Connection reset by peer]
lytol_ has joined #ruby-lang
roamingdog has quit [Remote host closed the connection]
mberk has quit []
iliketurtles has quit [Ping timeout: 245 seconds]
roamingdog has joined #ruby-lang
riotjones has joined #ruby-lang
riotjones has quit [Ping timeout: 256 seconds]
sankaber has joined #ruby-lang
rbowlby has quit [Remote host closed the connection]
tkuchiki has quit [Read error: Connection reset by peer]
Voker57 has quit [Ping timeout: 264 seconds]
tkuchiki has joined #ruby-lang
brushbox has joined #ruby-lang
sarahdashdashp has quit [Quit: sarahdashdashp]
RobertBirnie has joined #ruby-lang
fujimura has joined #ruby-lang
fujimura has quit [Ping timeout: 272 seconds]
ascarter has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
sankaber has quit [Ping timeout: 244 seconds]
bruno- has joined #ruby-lang
iliketurtles has joined #ruby-lang
b_hoffman has joined #ruby-lang
baweaver has quit [Remote host closed the connection]
davispuh has quit [Remote host closed the connection]
tkuchiki has quit [Read error: Connection reset by peer]
tkuchiki has joined #ruby-lang
bruno- has quit [Ping timeout: 264 seconds]
ascarter has joined #ruby-lang
baweaver has joined #ruby-lang
amclain has joined #ruby-lang
michaeldeol has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
b_hoffman has quit [Quit: b_hoffman]
lytol_ has quit [Remote host closed the connection]
cornerma1 has joined #ruby-lang
lytol has joined #ruby-lang
cornerman has quit [Ping timeout: 264 seconds]
cornerma1 is now known as cornerman
lytol has quit [Ping timeout: 250 seconds]
iamninja has quit [Read error: Connection reset by peer]
[H]unt3r has quit [Quit: Leaving]
ascarter has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
iamninja has joined #ruby-lang
roamingdog has quit [Remote host closed the connection]
roamingdog has joined #ruby-lang
roamingdog has quit [Ping timeout: 256 seconds]
hahuang65 has quit [Ping timeout: 272 seconds]
roamingdog has joined #ruby-lang
roamingdog has quit [Remote host closed the connection]
dik_dak has quit [Quit: Textual IRC Client: www.textualapp.com]
megmart has joined #ruby-lang
sankaber has joined #ruby-lang
baweaver has quit [Remote host closed the connection]
<megmart> is it frowned upon to ask really basic questions in this room? is it more for experienced ruby devs?
<pipework> Not at all.
<pipework> Please, ask away, though we'll do our best to refer you to the best resource for answering your questions if one exists.
<pipework> Often you'll find that google is your best starting point.
sankaber has quit [Max SendQ exceeded]
<megmart> thanks pipework! i'm having some trouble understanding variable scope-- any pointers?
<pipework> megmart: Like for the different kinds of variables?
sankaber has joined #ruby-lang
<megmart> pipework: yeah, is it different for different types of variable? or is there a standard rule?
fujimura has joined #ruby-lang
shinnya has quit [Ping timeout: 252 seconds]
<pipework> megmart: Someone here will chime in as soon as someone says something like a statement, so here goes. If I remember correctly, variables are lexically scoped. They might also be dynamically scoped too though.
<pipework> Local variables are only lexically scoped.
lytol has joined #ruby-lang
roamingdog has joined #ruby-lang
sankaber has quit [Max SendQ exceeded]
sankaber has joined #ruby-lang
<megmart> Pipework: thanks! the guide i am working through was not clear on that. So far, no one seems to be objecting to that statement, haha.
riotjones has joined #ruby-lang
lytol has quit [Ping timeout: 264 seconds]
slawrence00 has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
LMity has joined #ruby-lang
sankaber has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
riotjones has quit [Ping timeout: 246 seconds]
roamingdog has quit [Remote host closed the connection]
amystephen has quit [Quit: amystephen]
malconis has joined #ruby-lang
malconis has quit [Remote host closed the connection]
malconis has joined #ruby-lang
hahuang65 has joined #ruby-lang
indiekate has joined #ruby-lang
SuMo_D_ has joined #ruby-lang
indiekate has left #ruby-lang [#ruby-lang]
bruno- has joined #ruby-lang
RickHull has joined #ruby-lang
caseydriscoll has quit [Remote host closed the connection]
kfpratt has quit [Remote host closed the connection]
postmodern has joined #ruby-lang
caseydriscoll has joined #ruby-lang
<RickHull> postmodern: hey there, long time no see :)
<RickHull> i won't be offended if you don't remember me. been using chruby and ruby-install lately :)
<postmodern> RickHull, your name sounds familiar... but I can't place it
<pipework> mmm
<pipework> RickHull: Do you have a brother whose name is normal?
<RickHull> I used to be much more active here under a different nick
<postmodern> RickHull, sorry for any delay with new features, been swamped at work
<pipework> norman*
<RickHull> pipework: nope :(
<pipework> postmodern: If I felt like the way I'd write the code would be acceptable to you, I'd pull request a script to automatically add newly installed rubies to $RUBIES
bruno- has quit [Ping timeout: 255 seconds]
<pipework> I'd try to follow your patterns, but I feel like it's hard to contribute to a good amount of projects because of that.
<postmodern> pipework, unfortunately we're kind of locked into $RUBIES being an explicit array
<RickHull> can anyone recommend a clean, high perf http client? i am planning to use threads for concurrent requests. the host would be constant but the paths/queries would change
<pipework> postmodern: You can't append to it?
<postmodern> pipework, you can, but spaces in the paths screw things up
<postmodern> pipework, plus there's a perf hit with searching the directories
<postmodern> pipework, and havenwood has a PR for natural version sorting
<postmodern> pipework, i mean the way i see it, is new terminals are cheap, ctrl+shift+t
rgb-one has joined #ruby-lang
<pipework> postmodern: Wait, why search? I mean if I do ruby-install ruby 2.1.2, can't I just take that after the installation is finished but before ruby-install returns and add the path it was installed to and add that to the array?
RobertBirnie has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<RickHull> pipework: interesting, but I don't want to hit the same URL n times. instead I am chewing through a queue of URLs, with a concurrency factor mapped to a number of threads
<pipework> I want to be able to install a ruby and then chruby to it without getting a new shell.
hendranata_ has joined #ruby-lang
<RickHull> you don't need a new shell so much as source your shell startup
<RickHull> i believe
<RickHull> or source the chruby bit anyway
<pipework> RickHull: Uh, what makes you think typhoeus can only request the same url in parallel.
<postmodern> pipework, because ruby-install runs in a separate sub-shell, since it's a script
<RickHull> just a glance at the README
<postmodern> pipework, where as chruby is in the shell
<pipework> RickHull: Glance better. :p
<postmodern> pipework, so either chruby has to re-scan the rubies directories everytime it searches for a ruby, or we couple the two tools together
<postmodern> RickHull, ah good point
charliesome has quit [Quit: zzz]
<postmodern> RickHull, yeah some people do `exec $TERM`
<postmodern> RickHull, there was some talk of adding an option to reload RUBIES
<RickHull> it seems like a fairly infrequent use case from here
<postmodern> RickHull, my thoughts exactly, you rarely install a new ruby
<postmodern> RickHull, maybe once a month at most
<postmodern> RickHull, and I often install them as root into /opt/rubies in my root terminal
charliesome has joined #ruby-lang
<postmodern> RickHull, and spawn new user terminals. I literally am spawning/closing new terminals all the time
<pipework> postmodern: Hm, why does it have to be in a subshell?
<postmodern> pipework, because ruby-install is a script with a #!/usr/bin/env bash
cartothemax has joined #ruby-lang
<postmodern> pipework, also it's a large code base, which probably shouldn't be sourced into the shell
<pipework> postmodern: Any reason it can't be a shell function that calls a script that returns the path and whatever else to the function and let the function manipulate env?
<pipework> You can do both.
<postmodern> pipework, oh hmm, possibly
AugustoCesar has quit [Remote host closed the connection]
<postmodern> pipework, i guess the only problem would be guessing the path to the new ruby
AugustoCesar has joined #ruby-lang
<pipework> postmodern: I don't know enough to know whether one could extract that from the prefix.
<RickHull> pipework: Typhoeus looks good, I remember it from a while back, but I haven't kept up. thanks!
<pipework> As in the configure prefix variable thing.
5EXAAWDAF has joined #ruby-lang
AugustoCesar has quit [Remote host closed the connection]
kfpratt has joined #ruby-lang
<postmodern> pipework, the install dir can be overrode by the --install-dir and --rubies-dir options
<pipework> postmodern: Can't those options then set $install_dir as well?
mattyohe has quit [Quit: Connection closed for inactivity]
<pipework> I'm not trying to be a dick, I'm trying to find what prevents me from being happy.
5EXAAWDAF has quit [Remote host closed the connection]
<RickHull> pipework: here's what I have framed out. having trouble seeing how to make this work with Hydra https://gist.github.com/rickhull/26c0a0523d87cf0b62df
<postmodern> pipework, yes they set that variable (in the sub-shell)
<pipework> RickHull: You don't need to thread with typhoeus.
<postmodern> pipework, problem is communicating back to the parent shell
<RickHull> I know. but I've got a solid handle on that model :/
cartothemax has quit [Remote host closed the connection]
<pipework> postmodern: What if instead it was passed to the script always and the script returned the install_dir as the result?
<RickHull> can you pass a result from a subshell?
<postmodern> pipework, the script has to print all the output
<RickHull> i was thinking at most you could output
<pipework> So the function would be called, maybe you call a script or whatever for opts parsing to a named pipe?
<postmodern> RickHull, subshells can only return output and an exit code
<RickHull> echo "copy/paste this: source ~/foo"
<RickHull> or w/e xD
<RickHull> fucking (s)hell
AugustoCesar has joined #ruby-lang
<pipework> RickHull: naw
<RickHull> you output the command, and exec it from the parent?
<pipework> Why would you exec it?
<RickHull> i'm grasping at straws, don't mind me
rbowlby has joined #ruby-lang
<pipework> postmodern: Anyways, I think that if you were to have a function that you call, and that'd call your script maybe after setting up a named pipe per call that you can destroy afterwards if you don't want to use stdout, and then pass that named pipe as an optional arg to the script, that when it gets it, it emits the install_dir to, you'd be home free.
<pipework> IPC and all.
<RickHull> username checks out
<postmodern> pipework, i also wanted to do the same thing for rbenv, make a plugin that calls ruby-install
<postmodern> pipework, maybe if we had a --dry-run option that only printed the install dir?
ghostpl_ has joined #ruby-lang
<pipework> postmodern: I'm open to anything that you feel comfortable with.
lytol has joined #ruby-lang
<pipework> I think this is a totally doable thing!
<pipework> Just depends on what pieces of unixy/posix goodness you feel comfortable with using.
<RickHull> submit a PR, massage it in the comments :)
<pipework> RickHull: I'd rather confer with postmodern beforehand to see what's acceptable.
<pipework> I'll gladly do the leg work if we find something we can agree on that provides the functionality I crave.
<postmodern> i usually open an issue first for discussion, then make a PR based on the outcome
<postmodern> unless you have a fool proof solution
ghostpl_ has quit [Ping timeout: 264 seconds]
lytol has quit [Ping timeout: 264 seconds]
<RickHull> i'm a big fan of working prototypes. put it in my hands and i'll tell you if it's foolproof ;)
gix has quit [Ping timeout: 252 seconds]
sideshowcoder has quit [Ping timeout: 256 seconds]
djbkd has quit [Remote host closed the connection]
symm- has joined #ruby-lang
<pipework> postmodern: I'm bad at long form exposition, but I'll gladly open an issue and see what others have to say.
gix has joined #ruby-lang
<pipework> That's usually why, if I'm open to making the PR at all, I try to talk with someone so that I can quickly work over the idea instead of doing it over a long period of time, possibly getting burned out on it.
<RickHull> good call
postmodern has quit [Ping timeout: 265 seconds]
mcclurmc has joined #ruby-lang
postmodern has joined #ruby-lang
LMity has quit [Ping timeout: 264 seconds]
caseydriscoll has quit [Remote host closed the connection]
SuMo_D_ has quit [Ping timeout: 256 seconds]
djbkd has joined #ruby-lang
yfeldblum has quit [Read error: Connection reset by peer]
yfeldblum has joined #ruby-lang
roamingdog has joined #ruby-lang
djbkd has quit [Ping timeout: 245 seconds]
iliketurtles has quit [Quit: zzzzz…..]
dellavg_ has joined #ruby-lang
RobertBirnie has joined #ruby-lang
kfpratt has quit [Remote host closed the connection]
riotjones has joined #ruby-lang
riotjones has quit [Ping timeout: 256 seconds]
RobertBirnie has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
duderonomy has quit [Ping timeout: 250 seconds]
havenwood has quit []
iliketurtles has joined #ruby-lang
joaomdmoura has joined #ruby-lang
hahuang65 has quit [Quit: WeeChat 1.1.1]
postmodern has quit [Quit: Leaving]
djbkd has joined #ruby-lang
dellavg_ has quit [Ping timeout: 264 seconds]
hahuang65 has joined #ruby-lang
RickHull has left #ruby-lang [#ruby-lang]
megmart has quit [Ping timeout: 246 seconds]
skade has joined #ruby-lang
mattyohe has joined #ruby-lang
iliketurtles has quit [Read error: Connection reset by peer]
tkuchiki_ has joined #ruby-lang
tkuchiki has quit [Ping timeout: 250 seconds]
lytol has joined #ruby-lang
skade has quit [Quit: Computer has gone to sleep.]
stevechiagozie has quit [Quit: Computer has gone to sleep.]
lytol has quit [Ping timeout: 245 seconds]
sandelius has joined #ruby-lang
Mon_Ouie has quit [Quit: WeeChat 1.1.1]
tkuchiki_ has quit [Remote host closed the connection]
tkuchiki has joined #ruby-lang
duderonomy has joined #ruby-lang
ur5us has quit [Remote host closed the connection]
hahuang65 has quit [Ping timeout: 256 seconds]
skade has joined #ruby-lang
mcclurmc has quit [Remote host closed the connection]
malconis has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
yfeldblum has quit [Remote host closed the connection]
roamingdog has quit [Remote host closed the connection]
micmus has joined #ruby-lang
roamingdog has joined #ruby-lang
Technodrome has quit [Ping timeout: 264 seconds]
charliesome has quit [Quit: zzz]
skade has quit [Quit: Computer has gone to sleep.]
Technodrome has joined #ruby-lang
roamingdog has quit [Remote host closed the connection]
riotjones has joined #ruby-lang
rbowlby has quit [Remote host closed the connection]
xcesariox has joined #ruby-lang
charliesome has joined #ruby-lang
tsujp has joined #ruby-lang
lytol has joined #ruby-lang
riotjones has quit [Ping timeout: 244 seconds]
houhoulis has quit [Remote host closed the connection]
lytol has quit [Ping timeout: 252 seconds]
cloudhand has joined #ruby-lang
Cloudzy has joined #ruby-lang
<Cloudzy> woot
AlexAltea has joined #ruby-lang
robbyoconnor has quit [Quit: Konversation terminated!]
aeze has joined #ruby-lang
cloudhand has quit [Ping timeout: 246 seconds]
cloudhand has joined #ruby-lang
Cloudzy has quit [Quit: Leaving]
bruno- has joined #ruby-lang
rgb-one has quit [Remote host closed the connection]
bruno- has quit [Ping timeout: 250 seconds]
lianj has quit [Ping timeout: 250 seconds]
sandelius has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
sandelius has joined #ruby-lang
sandelius has quit [Client Quit]
micmus has quit [Ping timeout: 250 seconds]
mcclurmc has joined #ruby-lang
chinmay_dd has joined #ruby-lang
arBmind has joined #ruby-lang
caseydriscoll has joined #ruby-lang
brushbox has quit [Quit: Leaving.]
caseydriscoll has quit [Ping timeout: 256 seconds]
iamninja has quit [Read error: Connection reset by peer]
iamninja has joined #ruby-lang
yfeldblum has joined #ruby-lang
relix has joined #ruby-lang
shank_ has quit [Read error: Connection reset by peer]
charliesome has quit [Quit: zzz]
shank_ has joined #ruby-lang
solars has joined #ruby-lang
roamingdog has joined #ruby-lang
cloudhand has quit [Ping timeout: 252 seconds]
cloudhand has joined #ruby-lang
roamingdog has quit [Ping timeout: 256 seconds]
Newbie0086 has joined #ruby-lang
lytol has joined #ruby-lang
mark06 has joined #ruby-lang
lytol has quit [Ping timeout: 244 seconds]
Newbie0086 has quit [Ping timeout: 248 seconds]
Newbie0086 has joined #ruby-lang
|jemc| has quit [Ping timeout: 248 seconds]
tomaz_b has joined #ruby-lang
amclain has quit [Quit: Leaving]
micmus has joined #ruby-lang
leat has joined #ruby-lang
nosymptote has quit [Ping timeout: 264 seconds]
SylarRuby has joined #ruby-lang
arBmind has quit [Quit: Leaving.]
julweber has joined #ruby-lang
Newbie0086 has quit [Ping timeout: 256 seconds]
Forgetful_Lion has joined #ruby-lang
x44x45x41x4E has joined #ruby-lang
charliesome has joined #ruby-lang
x44x45x41x4E has quit [Quit: Textual IRC Client: www.textualapp.com]
mattyohe has quit [Quit: Connection closed for inactivity]
mark06 has left #ruby-lang ["http://pidgin.renatosilva.me - Pidgin++"]
Newbie0086 has joined #ruby-lang
shank__ has joined #ruby-lang
shank_ has quit [Ping timeout: 255 seconds]
sandelius has joined #ruby-lang
skade has joined #ruby-lang
shank_ has joined #ruby-lang
shank__ has quit [Ping timeout: 252 seconds]
rbowlby has joined #ruby-lang
skade has quit [Remote host closed the connection]
skade has joined #ruby-lang
joaomdmoura has quit []
JoshuaPaling has joined #ruby-lang
julweber has quit [Remote host closed the connection]
wicope has joined #ruby-lang
marr has joined #ruby-lang
Mon_Ouie has joined #ruby-lang
Mon_Ouie has quit [Changing host]
Mon_Ouie has joined #ruby-lang
iamninja has quit [Read error: Connection reset by peer]
iamninja has joined #ruby-lang
rbowlby has quit [Remote host closed the connection]
gwendall has joined #ruby-lang
<yorickpeterse> morning
JoshuaPaling has quit [Quit: Textual IRC Client: www.textualapp.com]
djbkd has quit [Remote host closed the connection]
skade has quit [Remote host closed the connection]
cloudhand has quit [Ping timeout: 244 seconds]
arBmind has joined #ruby-lang
Mon_Ouie has quit [Ping timeout: 246 seconds]
stef204 has joined #ruby-lang
chinmay_dd has quit [Ping timeout: 245 seconds]
leat has quit [Quit: leat]
brushbox has joined #ruby-lang
symm- has quit [Ping timeout: 250 seconds]
leat has joined #ruby-lang
skade has joined #ruby-lang
roamingdog has joined #ruby-lang
Newbie0086 has quit [Quit: 离开]
djbkd has joined #ruby-lang
roamingdog has quit [Ping timeout: 248 seconds]
shank_ has quit [Quit: ChatZilla 0.9.91.1 [Firefox 36.0.4/20150320202338]]
djbkd has quit [Ping timeout: 246 seconds]
julweber has joined #ruby-lang
stef204 has quit [Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/]
chinmay_dd has joined #ruby-lang
symm- has joined #ruby-lang
workmad3 has joined #ruby-lang
lytol has joined #ruby-lang
symm- has quit [Read error: Connection reset by peer]
symm- has joined #ruby-lang
lytol has quit [Ping timeout: 255 seconds]
stef204 has joined #ruby-lang
Voker57 has joined #ruby-lang
sgambino has joined #ruby-lang
ur5us has joined #ruby-lang
ur5us has quit [Ping timeout: 252 seconds]
LMity has joined #ruby-lang
ghostpl_ has joined #ruby-lang
xcesariox has quit [Remote host closed the connection]
stamina has joined #ruby-lang
riotjones has joined #ruby-lang
riotjones has quit [Ping timeout: 256 seconds]
LMity has quit [Ping timeout: 264 seconds]
mikecmpbll has joined #ruby-lang
Technodrome has quit [Quit: Technodrome]
dhjondoh has joined #ruby-lang
tockitj has quit [Ping timeout: 252 seconds]
dhjondoh has quit [Client Quit]
julweber has quit [Remote host closed the connection]
roamingdog has joined #ruby-lang
bruno- has joined #ruby-lang
loincloth has quit [Read error: Connection reset by peer]
roamingdog has quit [Ping timeout: 256 seconds]
piotrj has joined #ruby-lang
ledestin has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
loincloth has joined #ruby-lang
Xzyx987X has quit [Read error: Connection reset by peer]
Xzyx987X has joined #ruby-lang
lytol has joined #ruby-lang
wicope has quit [Read error: Connection reset by peer]
gwendall has quit [Ping timeout: 252 seconds]
bruno- has quit [Ping timeout: 252 seconds]
tomaz_b has quit [Ping timeout: 256 seconds]
hendranata_ has quit [Ping timeout: 264 seconds]
lytol has quit [Ping timeout: 252 seconds]
sandelius has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
wicope has joined #ruby-lang
AlexAltea has quit [Read error: Connection timed out]
gwendall has joined #ruby-lang
AlexAltea has joined #ruby-lang
arBmind1 has joined #ruby-lang
arBmind has quit [Ping timeout: 246 seconds]
symm- has quit [Ping timeout: 245 seconds]
sandelius has joined #ruby-lang
aeze has quit [Quit: aeze]
tkuchiki has quit [Ping timeout: 255 seconds]
symm- has joined #ruby-lang
tkuchiki has joined #ruby-lang
tockitj has joined #ruby-lang
tockitj has quit [Changing host]
tockitj has joined #ruby-lang
toertore has joined #ruby-lang
brushbox has quit [Quit: Leaving.]
skade has quit [Quit: Computer has gone to sleep.]
djbkd has joined #ruby-lang
riotjones has joined #ruby-lang
djbkd has quit [Ping timeout: 264 seconds]
sgambino has quit [Ping timeout: 245 seconds]
julweber has joined #ruby-lang
riotjones has quit [Ping timeout: 248 seconds]
symm- has quit [Ping timeout: 272 seconds]
jefus__ has joined #ruby-lang
gwendall has quit [Remote host closed the connection]
roamingdog has joined #ruby-lang
bruno- has joined #ruby-lang
ur5us has joined #ruby-lang
jefus_ has quit [Ping timeout: 255 seconds]
mikecmpbll has quit [Ping timeout: 245 seconds]
yfeldblum has quit [Ping timeout: 256 seconds]
Mon_Ouie has joined #ruby-lang
Mon_Ouie has quit [Client Quit]
lytol has joined #ruby-lang
roamingdog has quit [Ping timeout: 264 seconds]
bruno- has quit [Ping timeout: 252 seconds]
ur5us has quit [Ping timeout: 246 seconds]
Mon_Ouie has joined #ruby-lang
lytol has quit [Ping timeout: 255 seconds]
tkuchiki has quit [Ping timeout: 246 seconds]
sandelius has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
mikecmpbll has joined #ruby-lang
tsujp has quit [Quit: tsujp is snoozing]
piotrj has quit [Read error: Connection reset by peer]
piotrj has joined #ruby-lang
jgpawletko has joined #ruby-lang
banisterfiend has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
brushbox has joined #ruby-lang
bruno- has joined #ruby-lang
piotrj has quit [Remote host closed the connection]
ldnunes has joined #ruby-lang
mcclurmc has quit [Ping timeout: 255 seconds]
banister has joined #ruby-lang
fusillicode1 has quit [Ping timeout: 256 seconds]
gwendall has joined #ruby-lang
fusillicode has joined #ruby-lang
b_hoffman has joined #ruby-lang
roamingdog has joined #ruby-lang
Mon_Ouie has quit [Ping timeout: 250 seconds]
fusillicode1 has joined #ruby-lang
cpt_yossarian has quit [Ping timeout: 264 seconds]
fusillicode has quit [Ping timeout: 244 seconds]
DEac- has quit [Quit: leaving]
caseydriscoll has joined #ruby-lang
DEac- has joined #ruby-lang
piotrj has joined #ruby-lang
skade has joined #ruby-lang
workmad3 is now known as wm3|away
stamina has quit [Quit: WeeChat 1.1.1]
b_hoffman has quit [Quit: b_hoffman]
kfpratt has joined #ruby-lang
Lewix has joined #ruby-lang
roamingdog has quit [Remote host closed the connection]
caseydriscoll has quit [Remote host closed the connection]
lytol has joined #ruby-lang
lytol has quit [Ping timeout: 255 seconds]
caseydriscoll has joined #ruby-lang
fusillicode1 has quit [Ping timeout: 252 seconds]
djellemah_ has joined #ruby-lang
fusillicode has joined #ruby-lang
sandelius has joined #ruby-lang
banister has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
SylarRuby has quit []
sgambino has joined #ruby-lang
djellemah has quit [Ping timeout: 246 seconds]
fujimura has quit [Remote host closed the connection]
ascarter has joined #ruby-lang
whippythellama has joined #ruby-lang
indiekate has joined #ruby-lang
roamingdog has joined #ruby-lang
<indiekate> Need some help setting environment variables in a ruby app from a Drupal module, any takers?
Vivex has quit [Read error: Connection reset by peer]
<darix> indiekate: huh?
<yorickpeterse> wat
<jhass> indiekate: detail your setup a lot more
<darix> what he said
<darix> you should talk to you sinatra app via http
<darix> so the drupal module wouldnt need to set any ENV vars
<yorickpeterse> where does sinatra come into play?
<yorickpeterse> They might just be shelling out to some Ruby script
<darix> yorickpeterse: she wrote a little mail app
<indiekate> Hay Darix! :) yes - wrote a little email app
<indiekate> It runs on an external server
<darix> yorickpeterse: i would really hope that the part is done via HTTP POST
tockitj has quit [Ping timeout: 264 seconds]
<indiekate> Ya; we pass some configuration variables to the app - want it to be usable in multiple environments.
<indiekate> User can choose which form fields are required, which fields get checked for email format etc.
<darix> indiekate: but the app should be started outside drupal
julweber has quit [Remote host closed the connection]
<indiekate> So we pass that as an array to environment variables
<yorickpeterse> right, I didn't see that anywhere
<indiekate> Darix - it is; I want to know if there's any way to config the drupal module to change them when it calls to the app
<yorickpeterse> In that case it's probably best to submit it over HTTP somehow, yes
<darix> indiekate: you are thinking wrong here
<indiekate> (forgive my poor jargon usage; I'm new at a lot of this, hopefully I'm making it clear"
<yorickpeterse> as in, something like sending a POST request to /send-email?to-email=foo&subject=bar etc
<darix> indiekate: do you want to have one instance of the sinatra app per customer
<indiekate> Yes
<indiekate> exactly
<darix> or one app for all customers and then pass parameters per mail
<darix> ok
<indiekate> but I only want to config in one place if possible
<indiekate> Because if we make changes to the app, i don't want to have to go through every instance and correct
<darix> then pass your config for the per app base with the init scripts
fusillicode1 has joined #ruby-lang
<darix> the other option is
<darix> you can also pass options with your http request
<darix> then people can even choose it from drupal
<indiekate> OK. I will look into those two options, thanks yorick and darix - I've got a meeting in a few minutes but will look into those options.
<yorickpeterse> np
julweber has joined #ruby-lang
fusillicode has quit [Ping timeout: 245 seconds]
brushbox has quit [Quit: Leaving.]
ascarter has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
aeze has joined #ruby-lang
caseydriscoll has quit [Remote host closed the connection]
sankaber has joined #ruby-lang
davispuh has joined #ruby-lang
cartothemax has joined #ruby-lang
tockitj has joined #ruby-lang
riotjones has joined #ruby-lang
ldnunes has quit [Quit: Leaving]
symm- has joined #ruby-lang
riotjones has quit [Ping timeout: 256 seconds]
stevechiagozie has joined #ruby-lang
aeze has quit [Quit: aeze]
banister has joined #ruby-lang
banister has quit [Max SendQ exceeded]
b_hoffman has joined #ruby-lang
sandelius has quit [Ping timeout: 250 seconds]
ldnunes has joined #ruby-lang
banister has joined #ruby-lang
agarie has joined #ruby-lang
lytol has joined #ruby-lang
Forgetful_Lion has quit [Remote host closed the connection]
wm3|away is now known as workmad3
dorei has joined #ruby-lang
leat has quit [Remote host closed the connection]
lytol has quit [Ping timeout: 250 seconds]
leat has joined #ruby-lang
ascarter has joined #ruby-lang
ArchRogem has joined #ruby-lang
cartothemax2 has joined #ruby-lang
amystephen has joined #ruby-lang
Iskarlar has joined #ruby-lang
gwendall has quit []
cartothemax has quit [Ping timeout: 252 seconds]
aeze has joined #ruby-lang
malconis has joined #ruby-lang
fusillicode has joined #ruby-lang
intinig has joined #ruby-lang
fusillicode1 has quit [Ping timeout: 256 seconds]
mcclurmc has joined #ruby-lang
cornerma1 has joined #ruby-lang
ascarter has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
ldnunes has quit [Ping timeout: 264 seconds]
cornerman has quit [Ping timeout: 244 seconds]
cornerma1 is now known as cornerman
charliesome has quit [Quit: zzz]
roamingdog has quit [Remote host closed the connection]
roamingdog has joined #ruby-lang
tkuchiki has joined #ruby-lang
agarie has quit [Remote host closed the connection]
skade has quit [Remote host closed the connection]
rgb-one has joined #ruby-lang
ascarter has joined #ruby-lang
mcclurmc has quit [Remote host closed the connection]
ascarter has quit [Client Quit]
mcclurmc has joined #ruby-lang
sarahdashdashp has joined #ruby-lang
setanta_ has joined #ruby-lang
caseydriscoll has joined #ruby-lang
piotrj has quit [Remote host closed the connection]
piotrj has joined #ruby-lang
julweber has quit [Remote host closed the connection]
bruno- has quit [Ping timeout: 245 seconds]
skade has joined #ruby-lang
fujimura has joined #ruby-lang
lytol has joined #ruby-lang
Miphix has joined #ruby-lang
Asher has quit [Quit: Leaving.]
fujimura has quit [Ping timeout: 255 seconds]
lytol has quit [Ping timeout: 244 seconds]
julweber has joined #ruby-lang
Missphoenix has joined #ruby-lang
Miphix has quit [Read error: Connection reset by peer]
tockitj has quit [Ping timeout: 256 seconds]
havenwood has joined #ruby-lang
agarie has joined #ruby-lang
chinmay_dd has quit [Ping timeout: 250 seconds]
banister has quit [Ping timeout: 255 seconds]
tockitj has joined #ruby-lang
dangerou_ has joined #ruby-lang
dangerou_ has quit [Client Quit]
bruno- has joined #ruby-lang
dangerou_ has joined #ruby-lang
dangerou_ has quit [Client Quit]
ldnunes has joined #ruby-lang
enebo has joined #ruby-lang
jefus__ is now known as jefus
ArchRogem has quit [Quit: Textual IRC Client: www.textualapp.com]
Technodrome has joined #ruby-lang
cpt_yossarian has joined #ruby-lang
momomomomo has joined #ruby-lang
AugustoCesar has quit [Quit: Leaving.]
Lewix has quit []
piotrj has quit [Remote host closed the connection]
piotrj has joined #ruby-lang
banister has joined #ruby-lang
cloudhand has joined #ruby-lang
momomomomo has quit [Ping timeout: 272 seconds]
alfemmm has joined #ruby-lang
agarie has quit [Remote host closed the connection]
solars has quit [Ping timeout: 244 seconds]
piotrj has quit [Remote host closed the connection]
lytol has joined #ruby-lang
rcvalle has joined #ruby-lang
piotrj has joined #ruby-lang
piotrj has quit [Remote host closed the connection]
lytol has quit [Ping timeout: 264 seconds]
|jemc| has joined #ruby-lang
Iskarlar has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
zekriad has joined #ruby-lang
alfemmm has quit [Quit: Page closed]
lytol has joined #ruby-lang
linc01n has quit [Ping timeout: 256 seconds]
linc01n has joined #ruby-lang
centrx has joined #ruby-lang
piotrj has joined #ruby-lang
roamingdog has quit [Remote host closed the connection]
fusillicode1 has joined #ruby-lang
piotrj has quit [Remote host closed the connection]
indiekate has quit [Quit: indiekate]
cloudhand has quit [Quit: Leaving]
piotrj has joined #ruby-lang
fusillicode has quit [Ping timeout: 264 seconds]
thelastinuit has joined #ruby-lang
vondruch has quit [Quit: Ex-Chat]
stef204 has quit [Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/]
alakra has quit [Quit: WeeChat 0.4.2]
stef204 has joined #ruby-lang
x44x45x41x4E has joined #ruby-lang
sankaber has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
__butch__ has joined #ruby-lang
LMity has joined #ruby-lang
rippa has joined #ruby-lang
workmad3 is now known as botdude
botdude is now known as workmad3
workmad3 is now known as dudebot
dudebot is now known as workmad3
julweber has quit [Remote host closed the connection]
alakra has joined #ruby-lang
banister has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
__butch__ has quit [Remote host closed the connection]
spuk has quit [Quit: Human beings were created by water to transport it uphill.]
__butch__ has joined #ruby-lang
luckyowl has joined #ruby-lang
mattyohe has joined #ruby-lang
fujimura has joined #ruby-lang
luckyowl has quit [Remote host closed the connection]
LMity has quit [Ping timeout: 264 seconds]
fujimura has quit [Ping timeout: 246 seconds]
jwaldrip has joined #ruby-lang
agarie has joined #ruby-lang
agarie has quit [Ping timeout: 264 seconds]
ldnunes has quit [Quit: Leaving]
sarkyniin has joined #ruby-lang
sankaber has joined #ruby-lang
lytol has quit [Remote host closed the connection]
momomomomo has joined #ruby-lang
michaeldeol has joined #ruby-lang
symm- has quit [Ping timeout: 264 seconds]
ghostpl_ has quit [Remote host closed the connection]
ghostpl_ has joined #ruby-lang
riotjones has joined #ruby-lang
b_hoffman has quit [Quit: b_hoffman]
fusillicode1 has quit [Ping timeout: 245 seconds]
skade has quit [Quit: Computer has gone to sleep.]
rgb-one has quit [Remote host closed the connection]
riotjones has quit [Ping timeout: 245 seconds]
julweber has joined #ruby-lang
piotrj has quit [Remote host closed the connection]
b_hoffman has joined #ruby-lang
rbowlby has joined #ruby-lang
tkuchiki has quit [Remote host closed the connection]
dpatel has joined #ruby-lang
sarahdashdashp has quit [Quit: sarahdashdashp]
shinnya has joined #ruby-lang
stef204 has quit [Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/]
roamingdog has joined #ruby-lang
sarahdashdashp has joined #ruby-lang
roamingdog has quit [Ping timeout: 264 seconds]
Mon_Ouie has joined #ruby-lang
mcclurmc has quit [Remote host closed the connection]
sankaber has quit [Read error: Connection reset by peer]
sankaber has joined #ruby-lang
x44x45x41x4E has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
x44x45x41x4E has joined #ruby-lang
symm- has joined #ruby-lang
bruno- has quit [Ping timeout: 252 seconds]
Guest35208 has joined #ruby-lang
dpatel has quit [Quit: dpatel]
momomomomo has quit [Quit: momomomomo]
Guest35208 has quit [Quit: Textual IRC Client: www.textualapp.com]
Mark-6ma has joined #ruby-lang
mcclurmc has joined #ruby-lang
shinnya has quit [Ping timeout: 246 seconds]
Mark-6ma has quit [Client Quit]
Mark-6ma has joined #ruby-lang
workmad3 has quit [Quit: Lost terminal]
__butch__ has quit [Read error: Connection reset by peer]
djbkd has joined #ruby-lang
x44x45x41x4E has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
__butch__ has joined #ruby-lang
djbkd has quit [Remote host closed the connection]
__butch__ has quit [Read error: Connection reset by peer]
djbkd has joined #ruby-lang
arBmind1 has quit [Ping timeout: 256 seconds]
RobertBirnie has joined #ruby-lang
wprice has quit [Quit: wprice]
wallerdev has joined #ruby-lang
arBmind has joined #ruby-lang
julweber has quit [Remote host closed the connection]
agarie has joined #ruby-lang
hahuang65 has joined #ruby-lang
dellavg_ has joined #ruby-lang
symm- has quit [Ping timeout: 256 seconds]
symm- has joined #ruby-lang
stef204 has joined #ruby-lang
err3 has joined #ruby-lang
hahuang65 has quit [Ping timeout: 250 seconds]
stef204 has quit [Client Quit]
stan has quit [Ping timeout: 265 seconds]
ldnunes has joined #ruby-lang
lytol has joined #ruby-lang
err3 has quit [Remote host closed the connection]
lytol has quit [Ping timeout: 244 seconds]
chinmay_dd has joined #ruby-lang
sankaber has quit [Ping timeout: 256 seconds]
sankaber has joined #ruby-lang
intinig has quit [Remote host closed the connection]
intinig has joined #ruby-lang
b_hoffman has quit [Quit: b_hoffman]
agarie has quit [Read error: Connection reset by peer]
agarie has joined #ruby-lang
intinig has quit [Ping timeout: 265 seconds]
Mark-6ma has quit [Quit: -]
__butch__ has joined #ruby-lang
micmus has quit [Ping timeout: 272 seconds]
mcclurmc has quit [Remote host closed the connection]
fujimura has joined #ruby-lang
ghostpl_ has quit [Remote host closed the connection]
mcclurmc has joined #ruby-lang
marr has quit [Ping timeout: 256 seconds]
musl has quit [Quit: WeeChat 1.1.1]
fujimura has quit [Ping timeout: 264 seconds]
hahuang65 has joined #ruby-lang
julweber has joined #ruby-lang
julweber has quit [Remote host closed the connection]
lytol has joined #ruby-lang
micmus has joined #ruby-lang
djbkd has quit [Remote host closed the connection]
lytol has quit [Ping timeout: 250 seconds]
lytol has joined #ruby-lang
chinmay_dd has quit [Quit: Leaving]
Vivex has joined #ruby-lang
davispuh has quit [Read error: Connection reset by peer]
djbkd has joined #ruby-lang
skade has joined #ruby-lang
lytol has quit [Ping timeout: 250 seconds]
davispuh has joined #ruby-lang
baweaver has joined #ruby-lang
agarie has quit [Remote host closed the connection]
skade has quit [Client Quit]
Missphoenix has quit [Quit: Leaving]
momomomomo has joined #ruby-lang
GBrawl has joined #ruby-lang
wallerdev has quit [Quit: wallerdev]
kadoppe has quit [Ping timeout: 250 seconds]
kadoppe has joined #ruby-lang
skade has joined #ruby-lang
skade has quit [Client Quit]
iamninja has quit [Read error: Connection reset by peer]
iamninja has joined #ruby-lang
GBrawl has quit [Ping timeout: 252 seconds]
yfeldblum has joined #ruby-lang
agarie has joined #ruby-lang
Volsus has joined #ruby-lang
Volsus has quit [Client Quit]
micmus has quit [Ping timeout: 264 seconds]
Volsus has joined #ruby-lang
Soviet_jesus has joined #ruby-lang
lytol has joined #ruby-lang
robbyoconnor has joined #ruby-lang
symm- has quit [Ping timeout: 245 seconds]
<Soviet_jesus> Hello all, I have a question: I am writing something to remove lawyers from a list and am trying to go line by line to check each record. While working in my test directory it seemed to work, but now that I am trying to use it in a "real" setting it appears as though the program isn't reading the file line by line, but all at once. I can print the whole file, but when I try to see how many lines are being read it only shows
solars has joined #ruby-lang
<jhass> soviet_jesus: I think that got cut of at "only shows"
djbkd has quit [Remote host closed the connection]
<Soviet_jesus> erm, probably bad grammar on my part. I mean to say, it only shows that a single line has been read
<Soviet_jesus> I'm looking at the data in notapad++ and it looks like the test data has "cr" and "lf" characters at the end of each line, while the "real" data only has "cr"
djbkd has joined #ruby-lang
<Soviet_jesus> Assuming that's carriage return and line feed, would that make a difference?
<jhass> shouldn't
<jhass> oh, the real data has only cr?
<jhass> that is the issue then
<jhass> and it's not valid to separate lines, even on windows
<jhass> unix line endings are \n, windows line endings are \r\n
baweaver has quit [Remote host closed the connection]
relix has quit [Quit: Textual IRC Client: www.textualapp.com]
<Soviet_jesus> hum, can i like, delimit on it then to get around that?
relix has joined #ruby-lang
<jhass> you can set $/ = "\r"
micmus has joined #ruby-lang
<jhass> or each_line also takes an argument iirc
<Soviet_jesus> Idk where this guy is getting his data tbh..what would even cause that. Oh and i love you jhass, you've been crazy helpful
ArchRogem has joined #ruby-lang
musl has joined #ruby-lang
<Soviet_jesus> hrrm, this is taking me longer to brain than i though. Which class doc should I smack my face into? File, right?
Respek has joined #ruby-lang
micmus has quit [Ping timeout: 250 seconds]
<jhass> soviet_jesus: go to http://ruby-doc.org/core-2.2.1/, scroll down, right side has a heading Methods
<jhass> and a handy filter input
dagda1 has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
stef204 has joined #ruby-lang
<Soviet_jesus> that just blew my mind out the back of my head. I've been going class by class this whole time
<Soviet_jesus> thank you jhass
apt-get_ has joined #ruby-lang
sarkyniin has quit [Ping timeout: 248 seconds]
marr has joined #ruby-lang
dagda1 has joined #ruby-lang
cartothemax2 has quit [Remote host closed the connection]
nofxx has joined #ruby-lang
mcclurmc has quit [Remote host closed the connection]
mcclurmc has joined #ruby-lang
b_hoffman has joined #ruby-lang
roamingdog has joined #ruby-lang
skade has joined #ruby-lang
sandelius has joined #ruby-lang
shinnya has joined #ruby-lang
cartothemax has joined #ruby-lang
Musashi007 has joined #ruby-lang
ghostpl_ has joined #ruby-lang
wallerdev has joined #ruby-lang
mcclurmc has quit [Remote host closed the connection]
fusillicode has joined #ruby-lang
mcclurmc has joined #ruby-lang
arooni-mobile has joined #ruby-lang
micmus has joined #ruby-lang
mcclurmc has quit [Remote host closed the connection]
b_hoffman has quit [Quit: b_hoffman]
dangerousdave has joined #ruby-lang
sgambino has quit [Remote host closed the connection]
mcclurmc has joined #ruby-lang
b_hoffman has joined #ruby-lang
sgambino has joined #ruby-lang
dangerousdave has quit [Client Quit]
cloudhand has joined #ruby-lang
Cloudzy has joined #ruby-lang
Cloudzy has quit [Client Quit]
makepkgnotwar has joined #ruby-lang
agarie has quit [Remote host closed the connection]
arBmind has quit [Quit: Leaving.]
sgambino has quit [Ping timeout: 252 seconds]
roamingdog has quit [Remote host closed the connection]
Musashi007 has quit [Quit: Musashi007]
roamingdog has joined #ruby-lang
wallerdev has quit [Ping timeout: 245 seconds]
apt-get__ has joined #ruby-lang
agarie has joined #ruby-lang
<cloudhand> Lots of quietude
<jhass> well, better ask a question then
apt-get_ has quit [Ping timeout: 255 seconds]
<apeiros> shhhhhh
<jhass> or come over to #ruby and we play a round of ruby inspired hangman
skade has quit [Quit: Computer has gone to sleep.]
michaeldeol has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
skade has joined #ruby-lang
fujimura has joined #ruby-lang
momomomomo has quit [Quit: momomomomo]
hahuang65 has quit [Read error: No route to host]
skade has quit [Ping timeout: 252 seconds]
dangerousdave has joined #ruby-lang
arooni-mobile has quit [Remote host closed the connection]
hahuang65 has joined #ruby-lang
bruno- has joined #ruby-lang
mark06 has joined #ruby-lang
fujimura has quit [Ping timeout: 252 seconds]
skade has joined #ruby-lang
skade has quit [Client Quit]
Mellett68 has quit [Remote host closed the connection]
Mellett68 has joined #ruby-lang
sandelius has quit [Quit: Textual IRC Client: www.textualapp.com]
ArchRogem has quit [Quit: Textual IRC Client: www.textualapp.com]
baweaver has joined #ruby-lang
Cloudzy has joined #ruby-lang
jds has quit [Quit: Connection closed for inactivity]
yalue has quit [Quit: return 0;]
dangerousdave has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
skade has joined #ruby-lang
centrx has quit [Quit: Shutting down, Please wait...]
l0oky has joined #ruby-lang
<l0oky> Hello. :D
mcclurmc_ has joined #ruby-lang
mcclurmc has quit [Read error: Connection reset by peer]
<jhass> hey
lytol has quit [Remote host closed the connection]
<l0oky> Learning ruby.. :D
<jhass> great!
<l0oky> In a practical way.. doing a project! I thought why not share my thoughts about ruby with others :D
<Soviet_jesus> ruby is easily the the thing that increases my blood pressure that I regret the least
<Soviet_jesus> and i mean that in the best possible way
momomomomo has joined #ruby-lang
skade has quit [Quit: Computer has gone to sleep.]
<Soviet_jesus> Also, kinda yoda'd that sentence....what's your project l0oky? I'm new to the language and like to see what people do with it and how
wprice has joined #ruby-lang
baweaver has quit [Remote host closed the connection]
apt-get_ has joined #ruby-lang
Mon_Ouie has quit [Quit: WeeChat 1.1.1]
ghostpl_ has quit [Remote host closed the connection]
<l0oky> Well I am making a ruby on rails website
riotjones has joined #ruby-lang
apt-get__ has quit [Ping timeout: 250 seconds]
<l0oky> any good irc client? this one is silent lol
<Volsus> your client is fine
melter has quit [Ping timeout: 265 seconds]
<l0oky> It would be great If my client could emit a sound or a notification when someone says something..
riotjones has quit [Ping timeout: 264 seconds]
jwaldrip has quit [Quit: Be back later ...]
<jhass> pidgin then... :P
baweaver has joined #ruby-lang
Respek has quit [Quit: gone to sleep. ZZZzzz…]
michaeldeol has joined #ruby-lang
Respek has joined #ruby-lang
solars has quit [Ping timeout: 244 seconds]
melter has joined #ruby-lang
roamingdog has quit [Remote host closed the connection]
leat has quit [Ping timeout: 265 seconds]
roamingdog has joined #ruby-lang
leat has joined #ruby-lang
Respek has quit [Quit: gone to sleep. ZZZzzz…]
roamingdog has quit [Remote host closed the connection]
roamingdog has joined #ruby-lang
jwaldrip has joined #ruby-lang
<Soviet_jesus> Is it weird that I'm happy that my biggest issue now is my regex is iffy?
sp4rrow has joined #ruby-lang
apt-get_ has quit [Ping timeout: 264 seconds]
rippa has quit [Quit: {#`%${%&`+'${`%&NO CARRIER]
apt-get_ has joined #ruby-lang
dangerousdave has joined #ruby-lang
<jhass> nope, completely normal
dangerousdave has quit [Client Quit]
GBrawl has joined #ruby-lang
duderonomy has quit [Ping timeout: 246 seconds]
dagda1 has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
agarie has quit [Remote host closed the connection]
agarie has joined #ruby-lang
aeze has quit [Ping timeout: 250 seconds]
Volsus has quit [Quit: Leaving]
dagda1 has joined #ruby-lang
sankaber has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
caseydriscoll has quit [Remote host closed the connection]
sp4rrow has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
caseydriscoll has joined #ruby-lang
__butch__ has quit [Quit: Leaving.]
caseydriscoll has quit [Remote host closed the connection]
Cloudzy has quit [Ping timeout: 272 seconds]
cloudhand has quit [Ping timeout: 272 seconds]
lytol has joined #ruby-lang
sarahdashdashp has quit [Quit: sarahdashdashp]
lytol has quit [Ping timeout: 264 seconds]
agarie has quit []
wallerdev has joined #ruby-lang
roamingdog has quit [Remote host closed the connection]
__butch__ has joined #ruby-lang
roamingdog has joined #ruby-lang
ldnunes has quit [Quit: Leaving]
GBrawl has quit [Ping timeout: 252 seconds]
makepkgnotwar has quit [Quit: Textual IRC Client: www.textualapp.com]
djbkd has quit [Quit: My people need me...]
<mark06> pidgin++
roamingdog has quit [Remote host closed the connection]
roamingdog has joined #ruby-lang
fujimura has joined #ruby-lang
b_hoffman has quit [Quit: b_hoffman]
momomomomo has quit [Quit: momomomomo]
benlakey has quit [Ping timeout: 256 seconds]
ksoderstrom has quit [Ping timeout: 256 seconds]
fujimura has quit [Ping timeout: 256 seconds]
th2389_____ has quit [Ping timeout: 256 seconds]
benlakey has joined #ruby-lang
waxjar has quit [Ping timeout: 256 seconds]
nomadicoder has quit [Ping timeout: 256 seconds]
mistym has quit [Ping timeout: 256 seconds]
drewdavis has quit [Ping timeout: 256 seconds]
_kfpratt has joined #ruby-lang
drewdavis has joined #ruby-lang
jgpawletko has quit [Quit: jgpawletko]
Raycaster has joined #ruby-lang
seank_ has joined #ruby-lang
wprice_ has joined #ruby-lang
wmoxam_ has joined #ruby-lang
roamingd_ has joined #ruby-lang
yfeldblum has quit [Ping timeout: 256 seconds]
callumacrae has quit [Ping timeout: 256 seconds]
xsdg_ has joined #ruby-lang
Iskarlar has joined #ruby-lang
apt-get_ has quit [Remote host closed the connection]
womble` has joined #ruby-lang
nomadicoder has joined #ruby-lang
twe4ked has quit [Ping timeout: 265 seconds]
melter has quit [Ping timeout: 265 seconds]
rflot has quit [Ping timeout: 265 seconds]
drbrain has quit [Ping timeout: 265 seconds]
womble has quit [Ping timeout: 265 seconds]
crdpink2 has joined #ruby-lang
wmoxam has quit [Ping timeout: 265 seconds]
DLSteve has quit [Ping timeout: 265 seconds]
Raycaster1 has quit [Ping timeout: 265 seconds]
lguardiola has quit [Ping timeout: 265 seconds]
xsdg has quit [Ping timeout: 265 seconds]
wprice has quit [Ping timeout: 265 seconds]
roamingdog has quit [Ping timeout: 265 seconds]
kfpratt has quit [Ping timeout: 265 seconds]
seank___ has quit [Ping timeout: 265 seconds]
ReinH has quit [Ping timeout: 265 seconds]
stevednd has quit [Ping timeout: 265 seconds]
bradland has quit [Ping timeout: 265 seconds]
crdpink has quit [Ping timeout: 265 seconds]
wprice_ is now known as wprice
stevednd has joined #ruby-lang
ksoderstrom has joined #ruby-lang
bradland has joined #ruby-lang
drbrain has joined #ruby-lang
rflot has joined #ruby-lang
waxjar has joined #ruby-lang
mistym has joined #ruby-lang
th2389_____ has joined #ruby-lang
yfeldblum has joined #ruby-lang
lguardiola has joined #ruby-lang
ReinH has joined #ruby-lang
twe4ked has joined #ruby-lang
callumacrae has joined #ruby-lang
melter has joined #ruby-lang
Respek has joined #ruby-lang
bantic has joined #ruby-lang
dellavg_ has quit [Ping timeout: 264 seconds]
stef204 has quit [Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/]
malconis has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
__butch__ has quit [Quit: Leaving.]
whippythellama has quit [Quit: whippythellama]
stef204 has joined #ruby-lang
Cloudzy has joined #ruby-lang
cloudhand has joined #ruby-lang
skade has joined #ruby-lang
roamingd_ has quit [Remote host closed the connection]
relix has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
wicope has quit [Read error: Connection reset by peer]
roamingdog has joined #ruby-lang
postmodern has joined #ruby-lang
wallerdev has quit [Quit: wallerdev]
riotjones has joined #ruby-lang
stef204 has quit [Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/]
jgpawletko has joined #ruby-lang
jgpawletko has quit [Client Quit]
stef204 has joined #ruby-lang
LMity has joined #ruby-lang
riotjones has quit [Ping timeout: 272 seconds]
webhat_ has quit [Ping timeout: 246 seconds]
LMity has quit [Ping timeout: 264 seconds]
lytol has joined #ruby-lang
wallerdev has joined #ruby-lang
caseydriscoll has joined #ruby-lang
toertore has quit [Quit: This computer has gone to sleep]
roamingdog has quit [Remote host closed the connection]
lytol has quit [Ping timeout: 256 seconds]
roamingdog has joined #ruby-lang
djbkd has joined #ruby-lang
skade has quit [Read error: Connection reset by peer]
skade has joined #ruby-lang
vozcelik has joined #ruby-lang
roamingdog has quit [Ping timeout: 265 seconds]
Soviet_jesus has quit [Ping timeout: 246 seconds]
baweaver has quit [Remote host closed the connection]
l0oky has quit [Ping timeout: 246 seconds]
pabloh has joined #ruby-lang
workmad3 has joined #ruby-lang
cartothemax has quit [Remote host closed the connection]
baweaver has joined #ruby-lang
Cloudzy has quit [Ping timeout: 272 seconds]
cloudhand has quit [Ping timeout: 272 seconds]
jgpawletko has joined #ruby-lang
Asher has joined #ruby-lang
setanta_ has quit [Quit: Leaving]
jgpawletko has quit [Client Quit]
enebo has quit [Quit: enebo]
sgambino has joined #ruby-lang
skade has quit [Quit: Computer has gone to sleep.]
chouhoulis has quit [Remote host closed the connection]
micmus has quit [Ping timeout: 250 seconds]
stevechiagozie has quit [Quit: Computer has gone to sleep.]
havenwood has quit []
jefus_ has joined #ruby-lang
Respek has quit [Quit: gone to sleep. ZZZzzz…]
thelastinuit has quit [Quit: Textual IRC Client: www.textualapp.com]
jefus has quit [Ping timeout: 250 seconds]
sp4rrow has joined #ruby-lang
vozcelik has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
vozcelik has joined #ruby-lang
fujimura has joined #ruby-lang
jgpawletko has joined #ruby-lang
mikecmpbll has quit [Quit: ciao.]
fujimura has quit [Ping timeout: 246 seconds]
stef204 has quit [Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/]
djellemah__ has joined #ruby-lang
centrx has joined #ruby-lang
roamingdog has joined #ruby-lang
marr has quit []
djellemah_ has quit [Ping timeout: 272 seconds]
sankaber has joined #ruby-lang
Technodrome has quit [Quit: Technodrome]
centrx has quit [Client Quit]
roamingdog has quit [Ping timeout: 252 seconds]
bantic has quit [Quit: bantic]
ascarter has joined #ruby-lang
ascarter has quit [Client Quit]
ascarter has joined #ruby-lang
baweaver has quit [Remote host closed the connection]
julweber has joined #ruby-lang
workmad3 has quit [Ping timeout: 250 seconds]
ascarter has quit [Client Quit]
baweaver has joined #ruby-lang
riotjones has joined #ruby-lang
FatBack has joined #ruby-lang
FatBack has left #ruby-lang [#ruby-lang]
riotjones has quit [Ping timeout: 250 seconds]
vozcelik has quit [Read error: Connection reset by peer]
Sirupsen has joined #ruby-lang