ljarvis changed the topic of #ruby-lang to: Ruby 2.1.2; 2.0.0-p481; 1.9.3-p547: http://ruby-lang.org || Paste code on http://gist.github.com
haraoka has quit [Ping timeout: 260 seconds]
yatish27 has joined #ruby-lang
yatish27_ has quit [Ping timeout: 272 seconds]
emmesswhy has quit [Quit: Leaving]
Astrologos_ has quit []
<markcl> Hi everyone!
<markcl> I have data that won't fit on a text ActiveRecord field
<markcl> Is there a field type I can use that's bigger than the text field?
tkuchiki has joined #ruby-lang
jxpx777_ has joined #ruby-lang
jxpx777_ has quit [Read error: Connection reset by peer]
jxpx777 has quit [Ping timeout: 245 seconds]
tkuchiki has quit [Ping timeout: 260 seconds]
<mark06> |jemc|: hi, you there
stardiviner has joined #ruby-lang
haraoka has joined #ruby-lang
sepp2k1 has joined #ruby-lang
sepp2k has quit [Ping timeout: 258 seconds]
<womble> markcl: You're storing more than 4 GB of data in a database field?
stardiviner has quit [Client Quit]
RobertBirnie has quit [Ping timeout: 272 seconds]
<wallerdev> lol
<wallerdev> i think TEXT defaults to like 64kb
fragamus has quit [Quit: Computer has gone to sleep.]
TheToad has quit [Read error: Connection reset by peer]
<wallerdev> maybe you want MEDIUMTEXT or LONGTEXT
elico has quit [Quit: Leaving.]
<wallerdev> or use the file system
michaeldeol has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
banister has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
bantic has joined #ruby-lang
|jemc| has joined #ruby-lang
igaiga has joined #ruby-lang
yfeldblu_ has joined #ruby-lang
yfeldbl__ has joined #ruby-lang
skammer3 has joined #ruby-lang
hahuang65 has quit [Ping timeout: 244 seconds]
cirenyc has joined #ruby-lang
imkmf has quit [Ping timeout: 240 seconds]
imkmf_ has quit [Ping timeout: 272 seconds]
yfeldblum has quit [Ping timeout: 272 seconds]
sush24 has joined #ruby-lang
fragamus has joined #ruby-lang
yfeldblu_ has quit [Ping timeout: 272 seconds]
yfeldbl__ has quit [Remote host closed the connection]
skammer3 has quit [Ping timeout: 244 seconds]
yfeldblum has joined #ruby-lang
j4cknewt has quit [Remote host closed the connection]
yfeldblum has quit [Remote host closed the connection]
yatish27_ has joined #ruby-lang
yfeldblum has joined #ruby-lang
yatish27 has quit [Ping timeout: 245 seconds]
yatish27_ has quit [Remote host closed the connection]
banister has joined #ruby-lang
yatish27 has joined #ruby-lang
sush24 has quit [Quit: This computer has gone to sleep]
yatish27_ has joined #ruby-lang
<markcl> wallerdev: i have no idea why it would be <64Kb
<markcl> it doesnt look > 64Kb at all
<wallerdev> did you miss a word there?
<wallerdev> because you just said something then refuted it
TheToad has joined #ruby-lang
<markcl> *<64Kb => >64kb
<markcl> sorry
<markcl> lol
<markcl> multitasking
<markcl> abstract_mysql_adapter.rb:285:in `query': Mysql2::Error: Data too long for column 'credits' at row 1
yatish27 has quit [Ping timeout: 255 seconds]
igaiga has quit [Ping timeout: 255 seconds]
<womble> markcl: So what's the definition of 'credits', and what are you putting in there?
<womble> (Also, when did MySQL start *reporting* problems with data, rather than silently truncating/mangling it to fit?)
paul_k has joined #ruby-lang
<markcl> Im putting a json of credits
<markcl> like directors and producers and camera men and stuff
<markcl> I don't know
<markcl> I'm using Ruby ActiveRecord library
<markcl> with the MySql2 adapter
paul_k has left #ruby-lang [#ruby-lang]
<markcl> credits
<markcl> is defined as
<markcl> t.text :credits,
mistym has quit [Remote host closed the connection]
rcvalle has quit [Quit: rcvalle]
<markcl> It is just so weird
<markcl> Yesterday
<markcl> I had to change from InnoDB to MyISAM because my queries become greater than 8KB
<markcl> which InnoDB couldn't handle
<markcl> for some reason
rcvalle has joined #ruby-lang
<markcl> Never encountered something like that yet before, granted I never needed to put a huge credit list on a MySQL db
yugui_zzz is now known as yugui
Miphix has quit [Ping timeout: 272 seconds]
<womble> markcl: What does the *DB* say the column is defined as?
tkuchiki has joined #ruby-lang
mannyt has quit [Quit: Connection closed for inactivity]
<soahccc> markcl: that sounds weird, have you tuned the mysql innodb settings? We had to increase text to largetext for some data and we had no problems with query sizes
* womble is betting it's index sizes, not query sizes
<markcl> womble: TEXT
<markcl> I made it into LARGETEXT now
<markcl> Im crossing my fingers as I begin the sync
<markcl> The sync takes data from txt files the movie makers created
<markcl> which includes credits where everyone involved in the movie is listed
<womble> Ah, no, this will be it: "Although InnoDB supports row sizes larger than 65,535 bytes internally, MySQL itself imposes a row-size limit of 65,535 for the combined size of all columns"
<markcl> my ruby script converts this credits to a json format, that categorizes people by their tasks, i.e. lighting, photography, actors, etc
<markcl> That's really unfortunate
<womble> Oh, and this: "Every table (regardless of storage engine) has a maximum row size of 65,535 bytes. Storage engines may place additional constraints on this limit, reducing the effective maximum row size."
stardiviner has joined #ruby-lang
* womble adds that to the list of reasons why he's happy he uses PgSQL
JoshuaPaling has joined #ruby-lang
* soahccc had gigabytes as BLOB in one row... don't know what you are talking about
<markcl> womble wow
<womble> soahccc: I'm reading the documentation. Reality is irrelevant.
<womble> Perhaps some column types get moved out
<womble> The docs specifically talk about big VARCHAR columns causing table creation to fail
* womble doesn't care enough to test this out
j4cknewt has joined #ruby-lang
mistym has joined #ruby-lang
TheToad has quit [Read error: Connection reset by peer]
karamazov has quit []
JoshuaPaling has quit [Quit: Textual IRC Client: www.textualapp.com]
sush24 has joined #ruby-lang
Iskarlar has joined #ruby-lang
yatish27_ has quit [Remote host closed the connection]
yatish27 has joined #ruby-lang
stevenkuhn has joined #ruby-lang
shinnya has quit [Ping timeout: 272 seconds]
yatish27 has quit [Ping timeout: 245 seconds]
j4cknewt has quit [Remote host closed the connection]
TheToad has joined #ruby-lang
jbardin has quit [Quit: jbardin]
skammer3 has joined #ruby-lang
yugui is now known as yugui_zzz
yugui_zzz is now known as yugui
igaiga has joined #ruby-lang
rcvalle has quit [Quit: rcvalle]
wallerdev has quit [Quit: wallerdev]
charliesome has joined #ruby-lang
skammer3 has quit [Ping timeout: 245 seconds]
thomasxie has joined #ruby-lang
igaiga has quit [Quit: Leaving...]
cirenyc has quit [Quit: Textual IRC Client: www.textualapp.com]
spastorino has quit [Quit: Connection closed for inactivity]
j4cknewt has joined #ruby-lang
yugui is now known as yugui_zzz
jbardin has joined #ruby-lang
yugui_zzz is now known as yugui
TheToad has quit [Read error: Connection reset by peer]
omosoj has quit [Quit: Leaving]
fragamus has quit [Quit: Computer has gone to sleep.]
Iskarlar has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
yugui is now known as yugui_zzz
yugui_zzz is now known as yugui
charliesome has quit [Quit: zzz]
igaiga has joined #ruby-lang
wallerdev has joined #ruby-lang
bantic has quit [Quit: bantic]
TheToad has joined #ruby-lang
spuk has quit [Read error: Connection reset by peer]
slawrence00 has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
havenwood has quit []
sush24 has quit [Quit: This computer has gone to sleep]
charliesome has joined #ruby-lang
spuk has joined #ruby-lang
Iskarlar has joined #ruby-lang
bruno-_ has joined #ruby-lang
sent-hil has quit [Quit: Connection closed for inactivity]
markcl has left #ruby-lang [#ruby-lang]
bruno- has quit [Ping timeout: 260 seconds]
jkyle has quit [Remote host closed the connection]
skammer3 has joined #ruby-lang
lsegal has joined #ruby-lang
kgrz has joined #ruby-lang
skammer3 has quit [Ping timeout: 272 seconds]
kgrz has quit [Ping timeout: 245 seconds]
igaiga has quit [Remote host closed the connection]
lsegal has quit [Read error: Connection reset by peer]
lsegal has joined #ruby-lang
yfeldblum has quit [Remote host closed the connection]
jbardin has quit [Quit: jbardin]
TheToad has quit [Read error: Connection reset by peer]
igaiga has joined #ruby-lang
hagabaka has quit [Ping timeout: 272 seconds]
bsvineet_ has joined #ruby-lang
hagabaka has joined #ruby-lang
mistym has quit [Remote host closed the connection]
igaiga_ has joined #ruby-lang
igaiga has quit [Read error: Connection reset by peer]
Lewix has quit [Read error: Connection reset by peer]
Lewix has joined #ruby-lang
j4cknewt has quit [Remote host closed the connection]
bsvineeth has joined #ruby-lang
igaiga_ has quit [Remote host closed the connection]
bsvineet_ has quit [Ping timeout: 272 seconds]
bsvineeth has quit [Ping timeout: 246 seconds]
bsvineeth has joined #ruby-lang
TheToad has joined #ruby-lang
gix has quit [Ping timeout: 246 seconds]
gix has joined #ruby-lang
rkowalick has joined #ruby-lang
stardiviner has quit [Read error: Connection reset by peer]
Kabaka has quit [Ping timeout: 250 seconds]
mistym has joined #ruby-lang
torrieri has joined #ruby-lang
Iskarlar has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
haraoka has quit [Ping timeout: 244 seconds]
sepp2k1 has quit [Read error: Connection reset by peer]
Kabaka has joined #ruby-lang
|jemc| has quit [Quit: WeeChat 0.4.3]
snsei has quit [Remote host closed the connection]
snsei has joined #ruby-lang
TheToad has quit [Read error: Connection reset by peer]
|jemc| has joined #ruby-lang
tectonic has joined #ruby-lang
skammer3 has joined #ruby-lang
<mark06> why people like to chitchat instead of providing real code? meh https://github.com/renatosilva/easyoptions/issues/5
skammer3 has quit [Ping timeout: 245 seconds]
<womble> Coding is hard. Let's chat!
<mark06> yeah, converting two lines of code to what you want is hard
<womble> He's too busy lecturing you on idiomatic Ruby.
kgrz has joined #ruby-lang
TheToad has joined #ruby-lang
<rkowalick> wtf
<rkowalick> at that issue
<rkowalick> The whole point of Ruby is that you don't have to write idiomatic Ruby
<rkowalick> Well
<rkowalick> I guess
<rkowalick> that is not _the_ point
symm- has quit [Ping timeout: 272 seconds]
<rkowalick> Using $0 in a library designed to write command line program is pretty damn reasonable
michd has quit [Ping timeout: 250 seconds]
RobertBirnie has joined #ruby-lang
michd has joined #ruby-lang
Lewix has quit [Read error: Connection reset by peer]
Lewix has joined #ruby-lang
imkmf has joined #ruby-lang
JoshuaPaling has joined #ruby-lang
<|jemc|> mark06: honestly, the use of $options and $arguments is enough to keep me from wanting to use your library
<|jemc|> but I respect your right to implement your own library however you choose
<|jemc|> although, if you're interested, the easiest way to have them remain effectively global without being $globals is to make them class methods of a constant
<|jemc|> like EasyOptions.arguments and EasyOptions.options
haraoka has joined #ruby-lang
<mark06> idiomatic?
<rkowalick> "A style which will prevent people from judging you harshly in this channel"
<|jemc|> mark06: well I would say it's more idiomatic for ruby to do it that way, but because you have a sister library in bash it is certainly more _consistent_ to use $globals
<|jemc|> again, don't let me stop you from doing something your way
<mark06> |jemc|: hi, I'm open to improve code, I just don't understand why could he do what you did now, provide concrete alternative to two simple lines of code... I guess I know why
<mark06> *couldn't
womble has quit [Excess Flood]
<mark06> |jemc|: about your suggestion, can't it be class variables?
womble has joined #ruby-lang
Lewix has quit [Remote host closed the connection]
<rkowalick> Class variables are somewhat confusing in Ruby
<|jemc|> if they were @@cvars within EasyOptions, they would only be accessible in EasyOptions or in other classes in the same inheritance chain
<rkowalick> If you are aware of their oddities and decide they are the right tool, go for it
<mark06> but there's no convention for ruby other than that non-official, ugly one
RobertBirnie has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<|jemc|> >> module EasyOptions; @foo = 88; class << self; attr_reader :foo; end; end; EasyOptions.foo
<eval-in> |jemc| => 88 (https://eval.in/195336)
<mark06> but how about the attribute accessors to make the class vars public?
<|jemc|> >> module EasyOptions; class << self; attr_accessor :foo; end; end; EasyOptions.foo=88; EasyOptions.foo
<eval-in> |jemc| => 88 (https://eval.in/195337)
<rkowalick> For someone new to Ruby, there is a lot going on there
<|jemc|> mark06: why do you want it to be a @@class_variable ?
<|jemc|> mark06: often what you really want is an @instance_variable of the class
<mark06> |jemc|: because it's data generated in the require, not in the method call, so it's more why make them into methods if these methods don't do anything but return an existing data
<rkowalick> mark06: You've hit upon a fundamental concept in OO programing
<mark06> rkowalick: develop please
<|jemc|> mark06: typically, a well-behaved gem will only have global effects that are nested within its own namespace, a constant corresponding to the name of the gem
<|jemc|> there are gems that break this rule, but developers like me avoid them
<|jemc|> so if I have a gem 'my_gem', all of my stuff should get namespaced into the constant MyGem, to the extent that this is practical
TheToad has quit [Read error: Connection reset by peer]
<rkowalick> mark06: hiding data in methods allows you to change the way the data is gathered without affecting how to the data is obtained
<mark06> |jemc|: ok but how about my last line to you
<|jemc|> it reduces the chances of namespace collisions when someone is combining gems whose authors didn't necessarily plan to for them to be used together
<|jemc|> mark06: I myself hate prescriptivism and imposed rules, but voluntarily following a kind of social contract will help your code play well with others' code
<mark06> rkowalick: but can a method be used in exactly all the same syntaxes that a variable can? for example, we could do EasyOptions.arguments[0] but is there something we can't?
<|jemc|> if you choose to opt out of the social contract, that's absolutely okay, but others may avoid your code because of it
<rkowalick> mark06: If EasyOptions.arguments return an array, you certainly can do that
<mark06> |jemc|: ok but I don't understand why methods rather than variables, considering what I said about the methods not really executing any code
<mark06> |jemc|: ok I realize attr accessors are methods
<|jemc|> mark06: well, using a method is the only way for one object to access another object's variables
<mark06> |jemc|: you mean just attr accessors like in your example, right?
<mark06> rkowalick: array was merely an example
<|jemc|> well, attr_accessor :foo is a 'shortcut' for defining two methods: 'foo' and 'foo='
<rkowalick> mark06: I guess I would be interested in more examples you have about ways you would want to use the code
<|jemc|> with 'foo' getting the '@foo' variable internally anf 'foo=' setting the '@foo' variable internally
<mark06> rkowalick: I don't understand you
<mark06> rkowalick: suppose we could not do method_that_returns_an_array[index]
<rkowalick> mark06: You said you wanted to know ways in which the method would be inferior to using variables
<mark06> rkowalick: then that would be a difference between implementing $options and $arguments as arrays or module/class variables
<rkowalick> mark06: I'm just curious what you are thinking of
<rkowalick> Basically everything |jemc| said
<rkowalick> But there are other non-social-contract reasons
<mark06> rkowalick: suppose that code could not exist please
<rkowalick> mark06: Okay
<mark06> rkowalick: then that would require you to first x = method
<mark06> and only then access x[1]
<mark06> rkowalick: thus, that would be a reason I would not like to implement it as a method
<rkowalick> I honestly have no idea
<rkowalick> what do you want to do with a variable that you can't do with a method call
<|jemc|> mark06: methods can be chained freely in ruby without assigning them to a local first
<mark06> rkowalick: I'm asking if there are *any* *other* syntax that we can't do with methods, only with variables (supposing we couldn't do the array access, which is just one example I could think of)
<rkowalick> I have trouble thinking of anything
<mark06> rkowalick: ok, sounds reasonable
yfeldblum has joined #ruby-lang
<mark06> rkowalick: I wrote easyoptions because I was sick with all the stupid option parsing code, so I want to avoid making it anything different than a one-liner
<mark06> so I want to keep:
<mark06> 1. how can I parse the options? just require the script
<mark06> 2. how do I access the option? just do <this> (one single statement)
<mark06> 3. (the same as above for regular arguments)
igaiga has joined #ruby-lang
diegovio1 has joined #ruby-lang
diegoviola is now known as Guest29481
<mark06> so no stuff like EasyOptions::IsThisEasy==>{:parse => 'non/sense'}; please::LET:me>please << please.read (:a, :***king |command| line.option? )
diegovio1 is now known as diegoviola
skammer3 has joined #ruby-lang
kgrz has quit []
Guest29481 has quit [Ping timeout: 260 seconds]
TheToad has joined #ruby-lang
<womble> That'd probably be valid syntax in Perl...
Lewix has joined #ruby-lang
<mark06> hahaha
skammer3 has quit [Ping timeout: 245 seconds]
<rkowalick> EasyOptions.arguments[2] is not okay?
kgrz has joined #ruby-lang
<rkowalick> or EasyOptions.options[:help]
<mark06> rkowalick: sounds reasonable now, but I'm still tempted to try removing the "EasyOptions." part somehow :)
haraoka_ has joined #ruby-lang
<rkowalick> Easy.arguments[2]
<rkowalick> Easy.options[:help]
haraoka has quit [Ping timeout: 255 seconds]
<mark06> how about Options[:name] and Arguments[0]?
<rkowalick> Well
<rkowalick> This goes back into what |jemc| was saying
<rkowalick> Options and Argument are common domain objects in programming
<rkowalick> using classes with such a generic name could cause a name collision
<mark06> domain objects?
<mark06> ah ok
<rkowalick> 'terms that a programmer would use'
<rkowalick> Making a class like RollerCoasterAwarenessMonitor is better than Monitor
<mark06> I don't understand your -2nd line
<mark06> well, Easy is too common too
<rkowalick> I was just saying what I meant by common domain objects in programming could be rephrased as common terms in programming
<rkowalick> The relavent question is: does RubyGems.org have an Easy gem
stevenkuhn has quit [Quit: stevenkuhn]
<|jemc|> geez, just use your damn $globals and be done with it
<mark06> does it have an Option gem
stevenkuhn has joined #ruby-lang
<rkowalick> I think the Standard Library might use that name
<rkowalick> lol
<mark06> how about EasyOptions[:name] and EasyOptions.arguments[1]
<rkowalick> haha
<rkowalick> EasyOptions[:name] is definitely something that is tricky to do
<|jemc|> no, it's not
<rkowalick> oh
<rkowalick> I guess
<rkowalick> self.[](arg)
<rkowalick> in the class would do it
<rkowalick> of course
<rkowalick> you are right
<|jemc|> >> module EasyOptions; def self.[](key); @options[key]; end; end
<eval-in> |jemc| => :[] (https://eval.in/195340)
<|jemc|> yeah
<rkowalick> exactly
<rkowalick> I forgot [] is .[]
<rkowalick> which is odd
<rkowalick> I guess it is odd to see that on a class
<rkowalick> I dont think I've ever seen ClassName[:thing]
<rkowalick> mark06: you must create a new ruby trend
<mark06> haha
<rkowalick> Using tap to futs with return values is strange to me
<mark06> |jemc|: about your bash comment, I don't get it but no, the global vars have nothing to do with bash, it was just for having the accessible
<mark06> *them
kgrz has quit [Remote host closed the connection]
<rkowalick> >> def crazy; 'fart'.tap { 'stink' }; end; crazy
<eval-in> rkowalick => "fart" (https://eval.in/195341)
skade has joined #ruby-lang
tectonic has quit []
tectonic has joined #ruby-lang
yatish27 has joined #ruby-lang
igaiga has quit [Remote host closed the connection]
torrieri has quit [Quit: Leaving...]
yfeldblum has quit [Ping timeout: 260 seconds]
tectonic has quit []
igaiga has joined #ruby-lang
havenwood has joined #ruby-lang
acalewin has quit [Ping timeout: 272 seconds]
TheToad has quit [Read error: Connection reset by peer]
acalewin has joined #ruby-lang
j4cknewt has joined #ruby-lang
Paradox has quit [Ping timeout: 260 seconds]
igaiga has quit [Ping timeout: 246 seconds]
acalewin has quit [Ping timeout: 272 seconds]
jhass is now known as jhass|off
rkowalick has quit [Quit: leaving]
acalewin has joined #ruby-lang
Paradox has joined #ruby-lang
oleo__ has quit [Quit: Verlassend]
nifoc has quit [Ping timeout: 272 seconds]
igaiga has joined #ruby-lang
diegoviola has quit [Remote host closed the connection]
diegoviola has joined #ruby-lang
kgrz has joined #ruby-lang
TheToad has joined #ruby-lang
gjaldon has joined #ruby-lang
TheToad has quit [Ping timeout: 272 seconds]
igaiga has quit [Ping timeout: 245 seconds]
skade has quit [Quit: Computer has gone to sleep.]
yatish27 has quit [Remote host closed the connection]
yatish27 has joined #ruby-lang
skammer3 has joined #ruby-lang
acalewin has quit [Ping timeout: 272 seconds]
kgrz has quit [Remote host closed the connection]
kgrz has joined #ruby-lang
michaeldeol has joined #ruby-lang
kyb3r_ has joined #ruby-lang
imkmf has quit [Ping timeout: 260 seconds]
igaiga has joined #ruby-lang
yatish27 has quit [Ping timeout: 245 seconds]
JoshuaPaling has quit [Quit: Textual IRC Client: www.textualapp.com]
nifoc has joined #ruby-lang
skade has joined #ruby-lang
skammer3 has quit [Ping timeout: 260 seconds]
x0f has quit [Ping timeout: 245 seconds]
TheToad has joined #ruby-lang
imkmf has joined #ruby-lang
AKASkip has joined #ruby-lang
kimegede has joined #ruby-lang
x0f has joined #ruby-lang
michaeldeol has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
michaeldeol has joined #ruby-lang
imkmf has quit [Ping timeout: 258 seconds]
acalewin has joined #ruby-lang
kgrz has quit [Remote host closed the connection]
apeiros has quit [Remote host closed the connection]
igaiga has quit [Remote host closed the connection]
igaiga has joined #ruby-lang
[spoiler] has joined #ruby-lang
igaiga_ has joined #ruby-lang
igaiga has quit [Read error: Connection reset by peer]
igaiga_ has quit [Remote host closed the connection]
mark06 has left #ruby-lang ["http://pidgin.renatosilva.me - Pidgin++"]
riffraff has joined #ruby-lang
snsei has quit [Remote host closed the connection]
_ht has joined #ruby-lang
relix has joined #ruby-lang
igaiga has joined #ruby-lang
TheToad has quit [Read error: Connection reset by peer]
igaiga has quit [Remote host closed the connection]
clauswitt has joined #ruby-lang
yfeldblum has joined #ruby-lang
yfeldblum has quit [Remote host closed the connection]
nofxx has joined #ruby-lang
nofxx has joined #ruby-lang
kgrz has joined #ruby-lang
yfeldblum has joined #ruby-lang
igaiga has joined #ruby-lang
clauswit_ has joined #ruby-lang
kith_ has joined #ruby-lang
emmesswhy has joined #ruby-lang
skade has quit [Quit: Computer has gone to sleep.]
mark06 has joined #ruby-lang
clauswitt has quit [Ping timeout: 272 seconds]
igaiga has quit [Remote host closed the connection]
kith has quit [Ping timeout: 272 seconds]
igaiga has joined #ruby-lang
gjaldon has quit []
igaiga has quit [Ping timeout: 255 seconds]
TheToad has joined #ruby-lang
michaeldeol has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
lele|w has quit [Ping timeout: 260 seconds]
Steve_Jobs has quit [Quit: WeeChat 0.4.2]
lele|w has joined #ruby-lang
skammer3 has joined #ruby-lang
solars has joined #ruby-lang
havenwood has quit [Remote host closed the connection]
havenwood has joined #ruby-lang
skammer3 has quit [Ping timeout: 240 seconds]
chussenot has joined #ruby-lang
havenwood has quit [Ping timeout: 264 seconds]
riffraff has quit [Quit: Leaving]
wallerdev has quit [Quit: wallerdev]
mistym has quit [Remote host closed the connection]
j4cknewt has quit [Remote host closed the connection]
j4cknewt has joined #ruby-lang
igaiga has joined #ruby-lang
mistym has joined #ruby-lang
elia has joined #ruby-lang
mistym has quit [Remote host closed the connection]
AKASkip has quit [Ping timeout: 245 seconds]
j4cknewt has quit [Ping timeout: 240 seconds]
igaiga has quit [Read error: Connection reset by peer]
SuMo_D has quit [Remote host closed the connection]
tylersmith has quit [Remote host closed the connection]
igaiga has joined #ruby-lang
tylersmith has joined #ruby-lang
Paul_McFreely has quit [Quit: Computer has gone to sleep.]
TheToad has quit [Read error: Connection reset by peer]
Paul_McFreely has joined #ruby-lang
tylersmith has quit [Ping timeout: 260 seconds]
solars has quit [Ping timeout: 260 seconds]
_elia has joined #ruby-lang
tbuehlmann has joined #ruby-lang
apeiros has joined #ruby-lang
Ghis has joined #ruby-lang
elia has quit [Ping timeout: 258 seconds]
solars has joined #ruby-lang
workmad3 has joined #ruby-lang
AKASkip has joined #ruby-lang
Miphix has joined #ruby-lang
stevenkuhn has quit [Quit: stevenkuhn]
Miphix has quit [Client Quit]
emmesswhy has quit [Quit: This computer has gone to sleep]
j4cknewt has joined #ruby-lang
TheToad has joined #ruby-lang
greenarrow has joined #ruby-lang
skade has joined #ruby-lang
AKASkip has quit [Quit: Leaving.]
havenwood has joined #ruby-lang
igaiga has quit [Remote host closed the connection]
Forgetful_Lion has joined #ruby-lang
igaiga has joined #ruby-lang
havenwood has quit [Ping timeout: 264 seconds]
chussenot has quit [Quit: chussenot]
_elia has quit [Read error: Connection reset by peer]
elia has joined #ruby-lang
thomasxie has quit [Read error: Connection reset by peer]
stevenkuhn has joined #ruby-lang
kyb3r_ has quit [Read error: Connection reset by peer]
michd is now known as MichD
skammer3 has joined #ruby-lang
dagda1 has quit [Quit: Textual IRC Client: www.textualapp.com]
chussenot has joined #ruby-lang
bsvineet_ has joined #ruby-lang
duderonomy has quit [Quit: Textual IRC Client: www.textualapp.com]
workmad3 has quit [Ping timeout: 260 seconds]
haraoka_ has quit [Ping timeout: 272 seconds]
skammer3 has quit [Ping timeout: 260 seconds]
bsvineeth has quit [Ping timeout: 272 seconds]
ikrima has joined #ruby-lang
|jemc| has quit [Quit: WeeChat 0.4.3]
emmesswhy has joined #ruby-lang
dangerousdave has joined #ruby-lang
dangerousdave has joined #ruby-lang
Miphix has joined #ruby-lang
TheToad has quit [Read error: Connection reset by peer]
skade has quit [Quit: Computer has gone to sleep.]
AKASkip has joined #ruby-lang
chussenot has quit [Quit: chussenot]
robbyoconnor has joined #ruby-lang
adam3 has joined #ruby-lang
igaiga has quit [Remote host closed the connection]
adam3 is now known as Steve_Jobs
relix has quit [Ping timeout: 244 seconds]
igaiga has joined #ruby-lang
TheToad has joined #ruby-lang
relix has joined #ruby-lang
robbyoconnor has quit [Excess Flood]
lsegal has quit [Quit: Quit: Quit: Quit: Stack Overflow.]
robbyoconnor has joined #ruby-lang
kek has joined #ruby-lang
ht_ has joined #ruby-lang
_ht has quit [Ping timeout: 250 seconds]
havenwood has joined #ruby-lang
haraoka has joined #ruby-lang
Forgetful_Lion has quit [Remote host closed the connection]
havenwood has quit [Remote host closed the connection]
TheToad has quit [Read error: Connection reset by peer]
yugui is now known as yugui_zzz
_lexjm has quit [Quit: Textual IRC Client: www.textualapp.com]
skammer3 has joined #ruby-lang
duderonomy has joined #ruby-lang
skammer3 has quit [Ping timeout: 245 seconds]
chussenot has joined #ruby-lang
robbyoconnor has quit [Read error: Connection reset by peer]
robbyoconnor has joined #ruby-lang
benlovell has joined #ruby-lang
emmesswhy has quit [Quit: This computer has gone to sleep]
TheToad has joined #ruby-lang
hellangel7 has joined #ruby-lang
sush24 has joined #ruby-lang
robbyoconnor has quit [Excess Flood]
hellangel7 has quit [Max SendQ exceeded]
hellangel7 has joined #ruby-lang
marr has joined #ruby-lang
robbyoconnor has joined #ruby-lang
diegoviola has quit [Remote host closed the connection]
yugui_zzz is now known as yugui
robbyoconnor has quit [Excess Flood]
robbyoconnor has joined #ruby-lang
robbyoconnor has joined #ruby-lang
robbyoconnor has quit [Changing host]
skammer3 has joined #ruby-lang
kith_ is now known as kith
igaiga has quit [Remote host closed the connection]
yugui is now known as yugui_zzz
TheToad has quit [Read error: Connection reset by peer]
tkuchiki_ has joined #ruby-lang
tkuchiki has quit [Ping timeout: 245 seconds]
robbyoconnor has quit [Quit: Konversation terminated!]
havenwood has joined #ruby-lang
chussenot has quit [Quit: chussenot]
chussenot has joined #ruby-lang
TheToad has joined #ruby-lang
havenwood has quit [Ping timeout: 264 seconds]
sush24 has quit [Quit: This computer has gone to sleep]
ta__ is now known as ta
hellangel7 has quit [Max SendQ exceeded]
yfeldblum has quit [Remote host closed the connection]
j4cknewt has quit [Remote host closed the connection]
chussenot has quit [Quit: chussenot]
j4cknewt has joined #ruby-lang
relix has quit [Ping timeout: 272 seconds]
relix has joined #ruby-lang
j4cknewt has quit [Ping timeout: 272 seconds]
TheToad has quit [Read error: Connection reset by peer]
chussenot has joined #ruby-lang
Paul_McFreely has quit [Quit: Lingo - http://lingoirc.com]
relix has quit [Ping timeout: 246 seconds]
tkuchiki_ has quit [Remote host closed the connection]
jxie_ has quit [Ping timeout: 245 seconds]
tkuchiki has joined #ruby-lang
jxie has joined #ruby-lang
relix has joined #ruby-lang
yfeldblum has joined #ruby-lang
jhass|off is now known as jhass
stamina has joined #ruby-lang
yfeldblum has quit [Ping timeout: 244 seconds]
clauswit_ has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
clauswitt has joined #ruby-lang
TheToad has joined #ruby-lang
clauswitt has quit [Max SendQ exceeded]
clauswitt has joined #ruby-lang
kimegede has quit [Read error: Connection reset by peer]
kimegede has joined #ruby-lang
banister has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Lewix has quit [Read error: Connection reset by peer]
Lewix has joined #ruby-lang
banister has joined #ruby-lang
banister has quit [Max SendQ exceeded]
skade has joined #ruby-lang
postmodern has quit [Quit: Leaving]
skade has quit [Client Quit]
TheToad has quit [Read error: Connection reset by peer]
haraoka has quit [Remote host closed the connection]
skade has joined #ruby-lang
skade has quit [Client Quit]
chussenot has quit [Quit: chussenot]
skade has joined #ruby-lang
skade has quit [Client Quit]
apeiros changed the topic of #ruby-lang to: Ruby 2.1.3; 2.0.0-p576; 1.9.3-p547: http://ruby-lang.org || Paste code on http://gist.github.com
yugui_zzz is now known as yugui
skammer3 has quit [Read error: Connection reset by peer]
TheToad has joined #ruby-lang
skammer has joined #ruby-lang
sush24 has joined #ruby-lang
tenderlove has joined #ruby-lang
chills42 has joined #ruby-lang
gjaldon has joined #ruby-lang
yugui is now known as yugui_zzz
chills42 has quit [Remote host closed the connection]
gjaldon has quit [Remote host closed the connection]
tenderlove has quit [Ping timeout: 255 seconds]
chills42 has joined #ruby-lang
ikrima has quit [Ping timeout: 272 seconds]
nofxx has quit [Ping timeout: 246 seconds]
mikecmpbll has joined #ruby-lang
nofxx has joined #ruby-lang
skammer has quit [Ping timeout: 240 seconds]
TheToad has quit [Read error: Connection reset by peer]
banister has joined #ruby-lang
banister has quit [Max SendQ exceeded]
ldnunes has joined #ruby-lang
benlovell has quit [Ping timeout: 260 seconds]
banister has joined #ruby-lang
sharma_ has joined #ruby-lang
sush24 has quit [Ping timeout: 272 seconds]
bruno-_ has quit [Ping timeout: 255 seconds]
TheToad has joined #ruby-lang
jhass is now known as jhass|off
yalue has joined #ruby-lang
benlovell has joined #ruby-lang
benlovell has quit [Ping timeout: 260 seconds]
stevenkuhn has quit [Quit: stevenkuhn]
elico has joined #ruby-lang
banister has quit [Ping timeout: 245 seconds]
banister has joined #ruby-lang
tenderlove has joined #ruby-lang
dwknoxy has joined #ruby-lang
Sirupsen has joined #ruby-lang
benlovell has joined #ruby-lang
yfeldblum has joined #ruby-lang
TheToad has quit [Read error: Connection reset by peer]
tenderlove has quit [Ping timeout: 246 seconds]
gjaldon has joined #ruby-lang
yfeldblum has quit [Ping timeout: 260 seconds]
Sirupsen has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
oleo has joined #ruby-lang
jxie has quit [Ping timeout: 244 seconds]
jxie has joined #ruby-lang
zarubin has quit [Read error: No route to host]
zarubin has joined #ruby-lang
gjaldon has quit []
chussenot has joined #ruby-lang
tbuehlmann has quit [Quit: Leaving]
ntsako has joined #ruby-lang
nofxx has quit [Ping timeout: 245 seconds]
TheToad has joined #ruby-lang
skammer has joined #ruby-lang
sharma_ has quit [Quit: This computer has gone to sleep]
Sirupsen has joined #ruby-lang
benlovell has quit [Quit: Lost terminal]
igaiga has joined #ruby-lang
igaiga has quit [Remote host closed the connection]
jds has quit [Quit: Connection closed for inactivity]
mnngfltg has joined #ruby-lang
thomasxie has joined #ruby-lang
kek has quit []
kek has joined #ruby-lang
jgpawletko has joined #ruby-lang
whippythellama has joined #ruby-lang
RobertBirnie has joined #ruby-lang
kwd_ has joined #ruby-lang
sepp2k has joined #ruby-lang
Ghis has quit [Ping timeout: 272 seconds]
chills42 has quit [Remote host closed the connection]
chills42 has joined #ruby-lang
kwd has quit [Ping timeout: 260 seconds]
kwd_ has quit [Client Quit]
RobertBirnie has quit [Ping timeout: 260 seconds]
sush24 has joined #ruby-lang
RobertBirnie has joined #ruby-lang
TheToad has quit [Read error: Connection reset by peer]
hellangel7 has joined #ruby-lang
yfeldblum has joined #ruby-lang
momomomomo has joined #ruby-lang
fusillicode has quit [Read error: Connection reset by peer]
fusillicode1 has joined #ruby-lang
tenderlove has joined #ruby-lang
yfeldblum has quit [Ping timeout: 255 seconds]
pdoherty has joined #ruby-lang
tenderlove has quit [Ping timeout: 272 seconds]
[spoiler] has quit [Quit: Leaving]
TheToad has joined #ruby-lang
tkuchiki_ has joined #ruby-lang
pdoherty has quit [Remote host closed the connection]
tkuchiki_ has quit [Remote host closed the connection]
tkuchiki has quit [Ping timeout: 246 seconds]
bantic has joined #ruby-lang
banister has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
bsvineet_ has quit [Remote host closed the connection]
dorei has joined #ruby-lang
bsvineeth has joined #ruby-lang
RobertBirnie has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
banister has joined #ruby-lang
clauswitt has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
momomomomo_ has joined #ruby-lang
bsvineeth has quit [Read error: Connection reset by peer]
bsvineeth has joined #ruby-lang
momomomomo has quit [Ping timeout: 260 seconds]
momomomomo_ is now known as momomomomo
spastorino has joined #ruby-lang
shinnya has joined #ruby-lang
kgrz has quit [Remote host closed the connection]
kimegede has quit [Quit: Linkinus - http://linkinus.com]
skammer1 has joined #ruby-lang
skammer has quit [Ping timeout: 272 seconds]
Missphoenix has joined #ruby-lang
Lewix has quit [Remote host closed the connection]
wnd has quit [Ping timeout: 258 seconds]
btiefert2 has joined #ruby-lang
wnd has joined #ruby-lang
banister_ has joined #ruby-lang
ged_ has joined #ruby-lang
ledestin_ has joined #ruby-lang
Shoffner____ has joined #ruby-lang
miqui_ has joined #ruby-lang
amerine_ has joined #ruby-lang
loincloth has joined #ruby-lang
Squarepy has joined #ruby-lang
miqui_ has quit [Remote host closed the connection]
miqui_ has joined #ruby-lang
tsou_grr has joined #ruby-lang
torrieri has joined #ruby-lang
banister has quit [*.net *.split]
mnngfltg has quit [*.net *.split]
thomasxie has quit [*.net *.split]
Miphix has quit [*.net *.split]
btiefert has quit [*.net *.split]
dabradley has quit [*.net *.split]
ledestin has quit [*.net *.split]
miqui has quit [*.net *.split]
amerine has quit [*.net *.split]
Shoffner___ has quit [*.net *.split]
yxhuvud has quit [*.net *.split]
ged has quit [*.net *.split]
tsou has quit [*.net *.split]
FiXato has quit [*.net *.split]
ledestin_ is now known as ledestin
miqui_ is now known as miqui
TheToad has quit [Read error: Connection reset by peer]
Shoffner____ is now known as Shoffner___
centrx has joined #ruby-lang
karamazov has joined #ruby-lang
Mon_Ouie has joined #ruby-lang
Mon_Ouie has joined #ruby-lang
yxhuvud has joined #ruby-lang
dabradley has joined #ruby-lang
dangerousdave has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
mnngfltg has joined #ruby-lang
FiXato has joined #ruby-lang
bruno- has joined #ruby-lang
skammer1 has quit [Quit: WeeChat 1.0]
skammer has joined #ruby-lang
skade has joined #ruby-lang
yfeldblum has joined #ruby-lang
elia has quit [Ping timeout: 260 seconds]
ecnalyr has joined #ruby-lang
yfeldblum has quit [Ping timeout: 240 seconds]
TheToad has joined #ruby-lang
elico has quit [Quit: Leaving.]
ikrima has joined #ruby-lang
j4cknewt has joined #ruby-lang
ryotarai has quit [Ping timeout: 250 seconds]
benlovell has joined #ruby-lang
ryotarai has joined #ruby-lang
tenderlove has joined #ruby-lang
btiefert2 has quit [Read error: Connection reset by peer]
elia has joined #ruby-lang
dangerousdave has joined #ruby-lang
tenderlove has quit [Ping timeout: 240 seconds]
marr123 has joined #ruby-lang
ramblinpeck___ has joined #ruby-lang
bcardarella_____ has joined #ruby-lang
Corrosive_ has joined #ruby-lang
mistym has joined #ruby-lang
matled- has joined #ruby-lang
nomadicoder_ has joined #ruby-lang
bsvineet_ has joined #ruby-lang
gjaldon has joined #ruby-lang
toertore has joined #ruby-lang
kramsee_ has joined #ruby-lang
avdi_ has joined #ruby-lang
badeball_ has joined #ruby-lang
solars has quit [Ping timeout: 245 seconds]
ramblinpeck__ has quit [Ping timeout: 272 seconds]
bcardarella____ has quit [Ping timeout: 272 seconds]
dorei has quit [Ping timeout: 272 seconds]
marr has quit [Ping timeout: 272 seconds]
matled has quit [Remote host closed the connection]
bryanl has quit [Ping timeout: 272 seconds]
cryptoca has quit [Ping timeout: 272 seconds]
bsvineeth has quit [Ping timeout: 272 seconds]
nomadicoder has quit [Ping timeout: 272 seconds]
CorrosiveOne has quit [Ping timeout: 272 seconds]
avdi has quit [Ping timeout: 272 seconds]
chancancode has quit [Ping timeout: 272 seconds]
kramsee has quit [Ping timeout: 272 seconds]
Paradox has quit [Ping timeout: 272 seconds]
badeball has quit [Ping timeout: 272 seconds]
lele|w has quit [Ping timeout: 272 seconds]
joast has quit [Ping timeout: 272 seconds]
matled- is now known as matled
mistym has quit [Remote host closed the connection]
ramblinpeck___ is now known as ramblinpeck__
tylersmith has joined #ruby-lang
bcardarella_____ is now known as bcardarella____
tris has quit [Excess Flood]
jhass|off is now known as jhass
toretore has quit [Ping timeout: 272 seconds]
chancancode has joined #ruby-lang
nomadicoder_ is now known as nomadicoder
tris has joined #ruby-lang
Paradox has joined #ruby-lang
eval-in_ has joined #ruby-lang
chouhoul_ has joined #ruby-lang
eval-in has quit [Ping timeout: 272 seconds]
badeball_ is now known as badeball
larshaugseth is now known as lhz
dorei has joined #ruby-lang
chouhoulis has quit [Ping timeout: 272 seconds]
danijoo_ has quit [Quit: Leaving...]
avdi_ is now known as avdi
lele|w has joined #ruby-lang
bryanl has joined #ruby-lang
cryptoca has joined #ruby-lang
tkuchiki has joined #ruby-lang
momomomomo_ has joined #ruby-lang
symm- has joined #ruby-lang
momomomomo has quit [Ping timeout: 258 seconds]
momomomomo_ is now known as momomomomo
momomomomo has quit [Client Quit]
imkmf has joined #ruby-lang
TheToad has quit [Read error: Connection reset by peer]
elia has quit [Quit: Computer has gone to sleep.]
webhat_ has quit [Remote host closed the connection]
apeiros_ has joined #ruby-lang
ecnalyr has quit [Ping timeout: 244 seconds]
mistym has joined #ruby-lang
ged__ has joined #ruby-lang
justinmcp_ has joined #ruby-lang
shinnya_ has joined #ruby-lang
DEac- has joined #ruby-lang
AKASkip has quit [Ping timeout: 244 seconds]
bryanl_ has joined #ruby-lang
cmhobbs has joined #ruby-lang
cmhobbs has joined #ruby-lang
cmhobbs has quit [Changing host]
elia has joined #ruby-lang
dangerousdave has quit [Ping timeout: 260 seconds]
shinnya has quit [Ping timeout: 260 seconds]
apeiros has quit [Ping timeout: 260 seconds]
DEac-_ has quit [Ping timeout: 260 seconds]
bryanl has quit [Ping timeout: 260 seconds]
ged_ has quit [Ping timeout: 260 seconds]
justinmcp has quit [Ping timeout: 260 seconds]
fusillicode1 has quit [Ping timeout: 260 seconds]
Caius has quit [Ping timeout: 260 seconds]
chussenot has quit [Quit: chussenot]
momomomomo has joined #ruby-lang
Caius has joined #ruby-lang
sush24 has quit [Quit: This computer has gone to sleep]
fusillicode has joined #ruby-lang
chussenot has joined #ruby-lang
ntsako has quit [Ping timeout: 245 seconds]
fusillicode has quit [Read error: Connection reset by peer]
fusillicode1 has joined #ruby-lang
SuMo_D has joined #ruby-lang
SuMo_D has quit [Remote host closed the connection]
hellangel7 has quit [Remote host closed the connection]
Sirupsen has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
yatish27 has joined #ruby-lang
TheToad has joined #ruby-lang
SuMo_D has joined #ruby-lang
yfeldblum has joined #ruby-lang
banister_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
sarkyniin has joined #ruby-lang
|jemc| has joined #ruby-lang
yfeldblum has quit [Ping timeout: 245 seconds]
apeiros_ is now known as apeiros
stamina has quit [Ping timeout: 245 seconds]
momomomomo has quit [Quit: momomomomo]
joast has joined #ruby-lang
kgrz has joined #ruby-lang
kgrz has quit [Remote host closed the connection]
SuMo_D has quit [Remote host closed the connection]
kgrz has joined #ruby-lang
kgrz has quit [Remote host closed the connection]
kgrz has joined #ruby-lang
saltsa has joined #ruby-lang
bnagy_ has joined #ruby-lang
bougytoo has joined #ruby-lang
pipecloud has joined #ruby-lang
pipecloud has joined #ruby-lang
pipecloud has quit [Changing host]
headius_ has joined #ruby-lang
neurodamage has joined #ruby-lang
tpope_ has joined #ruby-lang
hackeron_ has joined #ruby-lang
pabs_ has joined #ruby-lang
dhruvasagar has quit [Ping timeout: 250 seconds]
imajes has quit [Ping timeout: 250 seconds]
nopc0de has quit [Ping timeout: 250 seconds]
waxjar has quit [Ping timeout: 250 seconds]
ddfreyne has quit [Ping timeout: 250 seconds]
pabs has quit [Ping timeout: 250 seconds]
ggherdov__ has quit [Ping timeout: 250 seconds]
bougyman has quit [Ping timeout: 250 seconds]
saltsa_ has quit [Ping timeout: 250 seconds]
floyd2 has quit [Ping timeout: 250 seconds]
neurodam1ge has quit [Ping timeout: 250 seconds]
Bwild has quit [Ping timeout: 250 seconds]
segy has quit [Ping timeout: 250 seconds]
KillerFox has quit [Ping timeout: 250 seconds]
FastJack has quit [Ping timeout: 250 seconds]
felipe has quit [Ping timeout: 250 seconds]
eristic has quit [Ping timeout: 252 seconds]
pipework has quit [Ping timeout: 252 seconds]
rh1n0- has quit [Ping timeout: 252 seconds]
mnilsson has quit [Ping timeout: 252 seconds]
bnagy has quit [Ping timeout: 252 seconds]
aledovsky has quit [Ping timeout: 252 seconds]
masterkorp has quit [Ping timeout: 252 seconds]
headius has quit [Ping timeout: 252 seconds]
darix has quit [Ping timeout: 252 seconds]
coffeejunk has quit [Ping timeout: 252 seconds]
ht_ has quit [Ping timeout: 250 seconds]
vladgh_ has quit [Ping timeout: 250 seconds]
hplar_ has quit [Ping timeout: 250 seconds]
ddfreyne has joined #ruby-lang
FastJack has joined #ruby-lang
mame0 has quit [Ping timeout: 250 seconds]
tpope has quit [Ping timeout: 250 seconds]
jeaye has quit [Ping timeout: 250 seconds]
shaman42_ has quit [Ping timeout: 250 seconds]
hackeron has quit [Ping timeout: 250 seconds]
mark06 has quit [Ping timeout: 250 seconds]
KillerFox has joined #ruby-lang
pipecloud is now known as pipework
floyd2_ has joined #ruby-lang
coffeejunk has joined #ruby-lang
mnilsson has joined #ruby-lang
Bwild has joined #ruby-lang
vladgh has joined #ruby-lang
maloik has quit [Ping timeout: 250 seconds]
ericwood has quit [Ping timeout: 250 seconds]
Gaelane has quit [Ping timeout: 278 seconds]
erichmenge has quit [Ping timeout: 278 seconds]
thang has quit [Ping timeout: 278 seconds]
serhart has quit [Ping timeout: 250 seconds]
jeaye has joined #ruby-lang
mame0 has joined #ruby-lang
maloik has joined #ruby-lang
thang has joined #ruby-lang
darix has joined #ruby-lang
rh1n0 has joined #ruby-lang
ericwood has joined #ruby-lang
segy has joined #ruby-lang
shaman42 has joined #ruby-lang
imkmf has quit [Ping timeout: 272 seconds]
serhart has joined #ruby-lang
dhruvasagar has joined #ruby-lang
nopc0de has joined #ruby-lang
imajes has joined #ruby-lang
GaelanAintAround has joined #ruby-lang
eristic has joined #ruby-lang
_ht has joined #ruby-lang
hplar_ has joined #ruby-lang
waxjar has joined #ruby-lang
erichmenge has joined #ruby-lang
masterkorp has joined #ruby-lang
bougytoo has quit [Changing host]
bougytoo has joined #ruby-lang
bougytoo is now known as bougyman
sush24 has joined #ruby-lang
tenderlove has joined #ruby-lang
momomomomo has joined #ruby-lang
ggherdov___ has joined #ruby-lang
gjaldon has quit [Read error: Connection reset by peer]
gjaldon has joined #ruby-lang
mark06 has joined #ruby-lang
tenderlove has quit [Ping timeout: 244 seconds]
aledovsky has joined #ruby-lang
__butch__ has joined #ruby-lang
symm- has quit [Ping timeout: 245 seconds]
Xney2 has joined #ruby-lang
lianj_ has joined #ruby-lang
lianj_ has quit [Changing host]
lianj_ has joined #ruby-lang
matti_ has joined #ruby-lang
chills42 has quit [Remote host closed the connection]
Kero_ has joined #ruby-lang
Gate has joined #ruby-lang
Gate has quit [Changing host]
Gate has joined #ruby-lang
TheToad has quit [Read error: Connection reset by peer]
xybr_ has joined #ruby-lang
darix has quit [Ping timeout: 250 seconds]
ddfreyne has quit [Ping timeout: 250 seconds]
dbck has quit [Ping timeout: 250 seconds]
Xney has quit [Ping timeout: 250 seconds]
xybre has quit [Ping timeout: 250 seconds]
_ht has quit [Ping timeout: 250 seconds]
mame0 has quit [Ping timeout: 250 seconds]
KillerFox has quit [Ping timeout: 250 seconds]
FastJack has quit [Ping timeout: 250 seconds]
matti has quit [Ping timeout: 250 seconds]
Kero has quit [Ping timeout: 250 seconds]
Gate_ has quit [Ping timeout: 250 seconds]
lianj has quit [Ping timeout: 250 seconds]
epitron has quit [Ping timeout: 250 seconds]
FastJack has joined #ruby-lang
darix has joined #ruby-lang
mame0 has joined #ruby-lang
epitron has joined #ruby-lang
epitron has quit [Changing host]
epitron has joined #ruby-lang
matti_ is now known as matti
KillerFox has joined #ruby-lang
dbck has joined #ruby-lang
bantic has quit [Quit: bantic]
relix has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
_ht has joined #ruby-lang
Squarepy has quit [Remote host closed the connection]
bantic has joined #ruby-lang
loinclot_ has joined #ruby-lang
ddfreyne has joined #ruby-lang
loincloth has quit [Ping timeout: 244 seconds]
Paul_McFreely has joined #ruby-lang
tylersmith has quit [Remote host closed the connection]
serhart has quit [Quit: Bye!]
serhart has joined #ruby-lang
yugui_zzz is now known as yugui
banister has joined #ruby-lang
mistym has quit [Remote host closed the connection]
wallerdev has joined #ruby-lang
Phrogz_ has joined #ruby-lang
Phrogz_ has joined #ruby-lang
Phrogz_ is now known as Phrogz
chills42 has joined #ruby-lang
TheToad has joined #ruby-lang
marr123 has quit [Ping timeout: 272 seconds]
yatish27 has quit [Remote host closed the connection]
mikecmpbll has quit [Ping timeout: 272 seconds]
charliesome has quit [Quit: zzz]
acalewin has quit [Ping timeout: 272 seconds]
loinclot_ has quit [Remote host closed the connection]
rippa has joined #ruby-lang
elia has quit [Ping timeout: 258 seconds]
Paradox has quit [Ping timeout: 272 seconds]
sarkyniin has quit [Quit: Quitte]
loincloth has joined #ruby-lang
emmesswhy has joined #ruby-lang
emmesswhy has quit [Client Quit]
yfeldblum has joined #ruby-lang
klmlfl has joined #ruby-lang
moepp has joined #ruby-lang
klmlfl has quit [Read error: Connection reset by peer]
klmlfl has joined #ruby-lang
greenarrow has quit [Quit: 500]
ikrima has quit [Ping timeout: 240 seconds]
skammer1 has joined #ruby-lang
yfeldblum has quit [Ping timeout: 246 seconds]
skammer has quit [Ping timeout: 260 seconds]
hahuang65 has joined #ruby-lang
bantic has quit [Quit: bantic]
tkuchiki has quit [Remote host closed the connection]
sush24 has quit [Quit: This computer has gone to sleep]
michaeldeol has joined #ruby-lang
benlovell has quit [Remote host closed the connection]
RobertBirnie has joined #ruby-lang
dagda1 has joined #ruby-lang
apeiros has quit [Remote host closed the connection]
bantic has joined #ruby-lang
bantic has quit [Client Quit]
apeiros has joined #ruby-lang
TheToad has quit [Read error: Connection reset by peer]
wallerdev has quit [Quit: wallerdev]
skammer1 has quit [Ping timeout: 260 seconds]
acalewin has joined #ruby-lang
Paradox has joined #ruby-lang
tenderlove has joined #ruby-lang
apeiros has quit [Ping timeout: 260 seconds]
<banister> any dutchies here? ping yorickpeterse
<surrounder> yup
<banister> surrounder yo, do u know anything about the 30% rule?
<surrounder> no
<banister> np
yugui is now known as yugui_zzz
imkmf has joined #ruby-lang
tenderlove has quit [Ping timeout: 272 seconds]
yfeldblum has joined #ruby-lang
imkmf_ has joined #ruby-lang
AKASkip has joined #ruby-lang
TheToad has joined #ruby-lang
chills42 has quit [Remote host closed the connection]
shinnya_ has quit [Ping timeout: 246 seconds]
mistym has joined #ruby-lang
melter has quit [Quit: Client exiting]
Xney2 is now known as Xney
fragamus has joined #ruby-lang
kek has quit [Ping timeout: 246 seconds]
chills42 has joined #ruby-lang
chussenot has quit [Ping timeout: 260 seconds]
omosoj has joined #ruby-lang
loincloth has quit [Remote host closed the connection]
headius_ is now known as headius
snoopybbt has joined #ruby-lang
kek has joined #ruby-lang
kek has quit [Remote host closed the connection]
Paul_McFreely has quit [Quit: Lingo - http://lingoirc.com]
sharpmachine has joined #ruby-lang
omosoj has quit [Ping timeout: 246 seconds]
GarethAdams has quit [Ping timeout: 260 seconds]
wallerdev has joined #ruby-lang
relix has joined #ruby-lang
tectonic has joined #ruby-lang
GarethAdams has joined #ruby-lang
moepp has left #ruby-lang [#ruby-lang]
mnngfltg has quit [Remote host closed the connection]
GrantK has joined #ruby-lang
snsei has joined #ruby-lang
tectonic has quit [Quit: Textual IRC Client: www.textualapp.com]
bruno- has quit [Quit: Lost terminal]
omosoj has joined #ruby-lang
TheToad has quit [Read error: Connection reset by peer]
bantic has joined #ruby-lang
fragamus has quit [Quit: Computer has gone to sleep.]
fragamus has joined #ruby-lang
tylersmith has joined #ruby-lang
snsei has quit [Remote host closed the connection]
bruno- has joined #ruby-lang
bruno- has quit [Client Quit]
snsei has joined #ruby-lang
RobertBirnie has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
snsei has quit [Read error: Connection reset by peer]
snsei has joined #ruby-lang
bruno- has joined #ruby-lang
jxie has quit [Ping timeout: 240 seconds]
banister has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Lewix has joined #ruby-lang
snsei has quit [Remote host closed the connection]
RobertBirnie has joined #ruby-lang
snsei_ has joined #ruby-lang
TheToad has joined #ruby-lang
tenderlove has joined #ruby-lang
ruby-lang066 has joined #ruby-lang
j4cknewt has quit [Remote host closed the connection]
ruby-lang054 has joined #ruby-lang
snsei_ has quit [Ping timeout: 272 seconds]
mikecmpbll has joined #ruby-lang
Sirupsen has joined #ruby-lang
tenderlove has quit [Ping timeout: 260 seconds]
bruno- has quit [Ping timeout: 260 seconds]
<ruby-lang054> I am deploying my rails app with capistrano 3.2.1 on a vps, i could sucessfully run "cap production deploy:setup_config" but when i run "cap production deploy" i get "LoadError: cannot load such file -- nokogiri" after assets:precompile.
<ruby-lang054> I am using rvm for managing ruby versions
<wallerdev> maybe try installing nokogiri
<ruby-lang054> i am getting the error in shared/bundle/1.9.1
<ruby-lang054> but i am using ruby 1.9.3
<ruby-lang054> gem install nokogiri does no get installed in shred/bundle/1.9.1/gems
<jhass> ruby-lang054: the 1.9.1 is the ABI version of the 1.9 series, so of the interpreter version 1.9.3 too
yxhuvud has quit [Remote host closed the connection]
yxhuvud has joined #ruby-lang
<ruby-lang054> .rvm/bin/rvm 1.9.3@gemset do bundle exec rake assets:precompile this is giving me the error
<jhass> try ... do bundle install first
yfeldblum has quit [Ping timeout: 260 seconds]
loincloth has joined #ruby-lang
<ruby-lang054> bundle install works fine
ikrima has joined #ruby-lang
ruby-lang054 has quit [Ping timeout: 246 seconds]
yatish27 has joined #ruby-lang
ecnalyr has joined #ruby-lang
j4cknewt has joined #ruby-lang
ruby-lang066 has quit [Ping timeout: 246 seconds]
havenwood has joined #ruby-lang
ecnalyr has quit [Ping timeout: 244 seconds]
michaeldeol has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
michaeldeol has joined #ruby-lang
TheToad has quit [Read error: Connection reset by peer]
Sirupsen has quit [Quit: Textual IRC Client: www.textualapp.com]
Phrogz has quit [Remote host closed the connection]
torrieri has quit [Quit: Linkinus - http://linkinus.com]
stamina has joined #ruby-lang
torrieri has joined #ruby-lang
TheToad has joined #ruby-lang
_ht has quit [Remote host closed the connection]
stevenkuhn has joined #ruby-lang
Missphoenix has quit [Quit: Leaving]
stamina has quit [Ping timeout: 240 seconds]
kgrz has quit [Remote host closed the connection]
tenderlove has joined #ruby-lang
tenderlove has quit [Ping timeout: 258 seconds]
snsei has joined #ruby-lang
rippa has quit [Read error: Connection reset by peer]
rippa has joined #ruby-lang
torrieri has quit [Quit: Leaving...]
gjaldon has quit []
DEac- has quit [Read error: Connection reset by peer]
DEac- has joined #ruby-lang
elia has joined #ruby-lang
wallerdev has quit [Quit: wallerdev]
TheToad has quit [Read error: Connection reset by peer]
banister has joined #ruby-lang
banister has quit [Max SendQ exceeded]
banister has joined #ruby-lang
stamina has joined #ruby-lang
fragamus has quit [Quit: Computer has gone to sleep.]
Squarepy has joined #ruby-lang
fragamus has joined #ruby-lang
banister_ has joined #ruby-lang
banister has quit [Read error: Connection reset by peer]
klmlfl has quit [Read error: Connection reset by peer]
klmlfl has joined #ruby-lang
momomomomo has quit [Ping timeout: 260 seconds]
klmlfl has quit [Read error: Connection reset by peer]
klmlfl has joined #ruby-lang
bsvineet_ has quit [Remote host closed the connection]
bsvineeth has joined #ruby-lang
dagda1 has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
stevenkuhn has quit [Quit: stevenkuhn]
RobertBirnie has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
TheToad has joined #ruby-lang
bsvineeth has quit [Ping timeout: 258 seconds]
SuMo_D has joined #ruby-lang
klmlfl has quit [Read error: Connection reset by peer]
skade has quit [Quit: Computer has gone to sleep.]
klmlfl has joined #ruby-lang
michaeldeol has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
havenwood has quit [Remote host closed the connection]
fragamus has quit [Quit: Computer has gone to sleep.]
skade has joined #ruby-lang
havenwood has joined #ruby-lang
<karamazov> Quick question about ActiveSupport::Concern - If I don't specify an `included` definition it'll just default to all the methods in the sub module ClassMethods?
havenwood has quit [Remote host closed the connection]
sharpmachine has quit [Remote host closed the connection]
stevenkuhn has joined #ruby-lang
havenwood has joined #ruby-lang
wallerdev has joined #ruby-lang
RobertBirnie has joined #ruby-lang
<centrx> karamazov, yes
<karamazov> centrx: Thanks - I'm having a tad bit of difficulty wrapping my head around it and struggled to find understandable documentation
rkowalick has joined #ruby-lang
<centrx> karamazov, http://api.rubyonrails.org/
<karamazov> I read the section on it - didn't make sense
loincloth has quit [Remote host closed the connection]
stamina has quit [Quit: WeeChat 0.4.3]
<centrx> karamazov, ActiveSupport::Concern is basically syntactic sugar for some common Ruby conventions with modules
loincloth has joined #ruby-lang
<karamazov> Gotcha - keeps things DRY and less confusing it seems
chussenot has joined #ruby-lang
<centrx> karamazov, If you look at the source for ActiveSupport::Concern#append_features
symm- has joined #ruby-lang
<centrx> karamazov, You'll see: base.extend const_get(:ClassMethods) if const_defined?(:ClassMethods)
<centrx> karamazov, append_features is automatically called by the usual include MyModule
<karamazov> Where is this?
<karamazov> Ah the bottom
dagda1_ has joined #ruby-lang
<karamazov> centrx: At the top where it has included { scope :disabled, etc...} is it still including the ClassMethods?
AlJaMa has quit [Quit: No Ping reply in 180 seconds.]
<karamazov> If I understand correctly, the include makes that method occur upon initialization?
AlJaMa has joined #ruby-lang
TrebleChef has joined #ruby-lang
<karamazov> Well, I guess scope isn't a method
<centrx> karamazov, included { scope :disabled, etc...} is like putting scope :disabled, etc. in your class definition in the main class file
<centrx> when the module is included
<TrebleChef> I am surprised to find there is not someone named "MethodMan"
<karamazov> centrx: Gotcha, so the methods I want to be called immediately I'll put in included
<rkowalick> M E T H O D man
momomomomo has joined #ruby-lang
yalue has quit [Quit: Leaving]
Phrogz_ has joined #ruby-lang
sharpmachine has joined #ruby-lang
SuMo_D has quit [Ping timeout: 272 seconds]
SuMo_D has joined #ruby-lang
SuMo_D has quit [Remote host closed the connection]
stevenkuhn has quit [Quit: stevenkuhn]
SuMo_D has joined #ruby-lang
stevenkuhn has joined #ruby-lang
snoopybbt has quit [Ping timeout: 245 seconds]
Lewix has quit [Remote host closed the connection]
yatish27 has quit [Remote host closed the connection]
Phrogz_ has quit [Ping timeout: 272 seconds]
tenderlove has joined #ruby-lang
ikrima has quit [Ping timeout: 272 seconds]
omosoj has quit [Ping timeout: 260 seconds]
TheToad has quit [Read error: Connection reset by peer]
tenderlove has quit [Ping timeout: 245 seconds]
yalue has joined #ruby-lang
sepp2k has quit [Quit: Konversation terminated!]
snoopybbt has joined #ruby-lang
GrantK has quit [Quit: GrantK]
fusillicode has joined #ruby-lang
fusillicode1 has quit [Ping timeout: 272 seconds]
Phrogz_ has joined #ruby-lang
wallerdev has quit [Quit: wallerdev]
fragamus has joined #ruby-lang
wallerdev has joined #ruby-lang
Lewix has joined #ruby-lang
AKASkip has quit [Quit: Leaving.]
wallerdev has quit [Client Quit]
Phrogz_ has quit [Ping timeout: 272 seconds]
TheToad has joined #ruby-lang
centrx has quit [Quit: The plan is programmed into every one of my one thousand robots]
fusillicode1 has joined #ruby-lang
snsei has quit [Remote host closed the connection]
SuMo_D has quit [Remote host closed the connection]
wallerdev has joined #ruby-lang
fusillicode has quit [Ping timeout: 272 seconds]
mistym_ has joined #ruby-lang
sepp2k has joined #ruby-lang
mistym has quit [Ping timeout: 244 seconds]
mistym_ is now known as mistym
yatish27 has joined #ruby-lang
emmesswhy has joined #ruby-lang
omosoj has joined #ruby-lang
havenwood has quit [Remote host closed the connection]
havenwood has joined #ruby-lang
AKASkip has joined #ruby-lang
havenwood has quit [Remote host closed the connection]
chills42 has quit [Ping timeout: 260 seconds]
sarkyniin has joined #ruby-lang
yfeldblum has joined #ruby-lang
michaeldeol has joined #ruby-lang
yatish27 has quit [Remote host closed the connection]
yatish27 has joined #ruby-lang
AKASkip has left #ruby-lang [#ruby-lang]
klmlfl_ has joined #ruby-lang
yatish27_ has joined #ruby-lang
yatish27 has quit [Read error: Connection reset by peer]
chussenot has quit [Quit: chussenot]
klmlfl has quit [Ping timeout: 245 seconds]
chussenot has joined #ruby-lang
yfeldblu_ has joined #ruby-lang
yfeldblum has quit [Read error: Connection reset by peer]
toertore has quit [Quit: This computer has gone to sleep]
postmodern has joined #ruby-lang
nofxx has joined #ruby-lang
|jemc| has quit [Quit: WeeChat 0.4.3]
sharpmachine has quit [Remote host closed the connection]
|jemc| has joined #ruby-lang
snsei has joined #ruby-lang
TheToad has quit [Read error: Connection reset by peer]
matp has quit [Remote host closed the connection]
yalue has quit [Quit: Leaving]
wallerdev has quit [Quit: wallerdev]
sharpmachine has joined #ruby-lang
sharpmachine has quit [Remote host closed the connection]
matp has joined #ruby-lang
wallerdev has joined #ruby-lang
klmlfl_ has quit [Read error: Connection reset by peer]
klmlfl has joined #ruby-lang
tenderlove has joined #ruby-lang
sarkyniin has quit [Ping timeout: 245 seconds]
sarkyniin has joined #ruby-lang
elia has quit [Quit: (IRC Client: textualapp.com)]
tenderlove has quit [Ping timeout: 240 seconds]
TheToad has joined #ruby-lang
Phrogz_ has joined #ruby-lang
stevenkuhn has quit [Quit: stevenkuhn]
<Steve_Jobs> what's the proper way to sleep when retrying via event machine.. don't want to lock the thread with ruby's sleep
mistym has quit [Remote host closed the connection]
marr has joined #ruby-lang
Phrogz_ has quit [Ping timeout: 272 seconds]
snsei has quit [Remote host closed the connection]
snsei has joined #ruby-lang
chussenot has quit [Quit: chussenot]
snsei_ has joined #ruby-lang
tenderlove has joined #ruby-lang
snsei has quit [Read error: Connection reset by peer]
rkowalick has quit [Quit: leaving]
fragamus has quit [Quit: Computer has gone to sleep.]
snsei_ has quit [Remote host closed the connection]
snsei has joined #ruby-lang
snsei has quit [Read error: Connection reset by peer]
snsei has joined #ruby-lang
elia has joined #ruby-lang
ldnunes has quit [Quit: Leaving]
TheToad has quit [Read error: Connection reset by peer]
omosoj has quit [Ping timeout: 260 seconds]
yatish27_ has quit [Remote host closed the connection]
yatish27 has joined #ruby-lang
karamazov has quit [Remote host closed the connection]
j4cknewt has quit [Remote host closed the connection]
karamazov has joined #ruby-lang
karamazov has quit [Read error: Connection reset by peer]
karamazov has joined #ruby-lang
yatish27 has quit [Ping timeout: 272 seconds]
elico has joined #ruby-lang
tenderlo_ has joined #ruby-lang
karamazov has quit [Ping timeout: 246 seconds]
tenderlove has quit [Ping timeout: 258 seconds]
apt-get_ has joined #ruby-lang
jgpawletko has quit [Quit: jgpawletko]
sarkyniin has quit [Read error: Connection reset by peer]
karamazov has joined #ruby-lang
TheToad has joined #ruby-lang
nertzy2 has quit [Quit: Leaving]
snsei has quit [Remote host closed the connection]
snsei has joined #ruby-lang
SuMo_D has joined #ruby-lang
Nilium_ has joined #ruby-lang
snsei_ has joined #ruby-lang
omosoj has joined #ruby-lang
snsei has quit [Ping timeout: 258 seconds]
klmlfl has quit [Remote host closed the connection]
nertzy has joined #ruby-lang
dagda1_ has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
Phrogz_ has joined #ruby-lang
nertzy has quit [Client Quit]
__butch__ has quit [Quit: Leaving.]
nertzy has joined #ruby-lang
j4cknewt has joined #ruby-lang
Phrogz_ has quit [Ping timeout: 272 seconds]
snsei_ has quit [Remote host closed the connection]
rippa has quit [Quit: {#`%${%&`+'${`%&NO CARRIER]
dagda1 has joined #ruby-lang
snsei has joined #ruby-lang
<yorickpeterse> Steve_Jobs: simple, you don't
mistym has joined #ruby-lang
cmhobbs has quit [Remote host closed the connection]
<whitequark> there's some kind of EM.sleep I think
whippythellama has quit [Quit: whippythellama]
jeff_r has joined #ruby-lang
<whitequark> oh right, only for EM::Synchrony
snsei has quit [Read error: Connection reset by peer]
snsei has joined #ruby-lang
TheToad has quit [Read error: Connection reset by peer]
<yorickpeterse> Seriously, if you're going to be a non blocking hipster using a sleep mechanism is kinda defeating the purpose
<yorickpeterse> Too cool for threads, but not cool enough for proper asynchronous programming
wallerdev has quit [Quit: wallerdev]
momomomomo_ has joined #ruby-lang
momomomomo has quit [Ping timeout: 272 seconds]
momomomomo_ is now known as momomomomo
kgrz has joined #ruby-lang
wallerdev has joined #ruby-lang
shinnya has joined #ruby-lang
loincloth has quit [Remote host closed the connection]
kgrz has quit [Ping timeout: 240 seconds]
jeff_r has quit [Remote host closed the connection]
TheToad has joined #ruby-lang
snsei has quit [Remote host closed the connection]
elico has quit [Quit: Leaving.]
snsei has joined #ruby-lang
chouhoul_ has quit [Ping timeout: 244 seconds]
snsei_ has joined #ruby-lang
snsei has quit [Read error: Connection reset by peer]
ecnalyr has joined #ruby-lang
kylo_ has quit [Quit: ZNC - http://znc.in]
kylo has joined #ruby-lang
SuMo_D has quit [Remote host closed the connection]
mark06 has left #ruby-lang ["http://pidgin.renatosilva.me - Pidgin++"]
<whitequark> yorickpeterse: well, delays for retrying are ok
<whitequark> eh, nevermind
momomomomo has quit [Quit: momomomomo]
<yorickpeterse> ugh, MRI changelogs are a PITA
SuMo_D has joined #ruby-lang
wallerdev_ has joined #ruby-lang
wallerdev has quit [Ping timeout: 272 seconds]
wallerdev_ is now known as wallerdev
SuMo_D has quit [Ping timeout: 260 seconds]
TheToad has quit [Read error: Connection reset by peer]
tenderlove has joined #ruby-lang
Phrogz_ has joined #ruby-lang
elia has quit [Quit: Computer has gone to sleep.]
<Steve_Jobs> yorickpeterse: I hear ya.
<Steve_Jobs> going to do some funky functional shenanigans instead
tenderlo_ has quit [Ping timeout: 260 seconds]
RobertBirnie has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
skade has quit [Quit: Computer has gone to sleep.]
<yorickpeterse> what are you smoking?
<yorickpeterse> I was only partially joking, using a halting mechanism in a non blocking environment defeats the purpose
<yorickpeterse> You'll probably want timeouts instead
<yorickpeterse> or w/e EM calls them
<yorickpeterse> (that is, run a callback after a certain period of time)
<yorickpeterse> basically Javascript's setTimeout() function
Phrogz_ has quit [Ping timeout: 272 seconds]
hahuang65 has quit [Ping timeout: 260 seconds]
ItSANgo_ has quit [Ping timeout: 260 seconds]
tenderlove has quit [Remote host closed the connection]
tenderlove has joined #ruby-lang
ecnalyr has quit [Remote host closed the connection]
Squarepy has quit [Quit: Leaving]
SuMo_D has joined #ruby-lang
TheToad has joined #ruby-lang
Nilium_ has quit [Ping timeout: 272 seconds]
Mon_Ouie has quit [Ping timeout: 272 seconds]
SuMo_D has quit [Remote host closed the connection]
SuMo_D has joined #ruby-lang
tenderlove has quit [Ping timeout: 245 seconds]
relix has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
SuMo_D has quit [Remote host closed the connection]
SuMo_D has joined #ruby-lang
ItSANgo has joined #ruby-lang
klmlfl has joined #ruby-lang
apt-get_ has quit [Ping timeout: 246 seconds]
SuMo_D has quit [Remote host closed the connection]
MichD is now known as michd
chouhoulis has joined #ruby-lang
<Steve_Jobs> yorickpeterse: so I need to use fiber to do something like this:
<Steve_Jobs> EventMachine::Timer.new(30) { Fiber.new { KillContainer attempt + 1, max_attempts, docker_container }.resume }
symm- has quit [Read error: Connection reset by peer]
<Steve_Jobs> getting tripped up on the syntax of passing on the arguments.. this will be done from within KillContainer
pabs_ is now known as pabs
symm- has joined #ruby-lang
klmlfl has quit [Remote host closed the connection]
TheToad has quit [Read error: Connection reset by peer]
yfeldblu_ has quit [Ping timeout: 260 seconds]
bantic has quit [Quit: bantic]
|jemc| has quit [Ping timeout: 272 seconds]
Nilium_ has joined #ruby-lang
cleopatra has joined #ruby-lang
hahuang65 has joined #ruby-lang
Phrogz_ has joined #ruby-lang
TheToad has joined #ruby-lang
btiefert has joined #ruby-lang
chouhoulis has quit [Remote host closed the connection]
chouhoulis has joined #ruby-lang
marr has quit [Ping timeout: 260 seconds]
Kabaka has quit [Ping timeout: 245 seconds]
jxie has joined #ruby-lang