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
<preciz> What a great example:
<preciz> Gratipay says mervine receives 500usd per week from fudners
zenojis has joined #ruby-lang
<preciz> on his blog he writes why not to use ruby :)
<preciz> lets get a bit imaginary from here
<preciz> lets say he receives support for ruby developing, but in the meantime he quit ruby.
<preciz> Not that he didn't get real motivation to stay with ruby, he still gets unconditional motivation just cause supporters aren't checking what he is doing atm.
zenojis has quit [Ping timeout: 260 seconds]
sarkyniin has quit [Quit: Quitte]
<preciz> single actions should be supported trough micro payments, so if somebody made ruby faster, he could get motivation to continue
wkoch has joined #ruby-lang
wkoch has quit [Client Quit]
Iskarlar has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
sgp667 has quit [Quit: Leaving]
Mon_Ouie has quit [Read error: Connection reset by peer]
<tejas-manohar> hey guys
<tejas-manohar> here's an example json i have from an api request
zenojis has joined #ruby-lang
araujo has joined #ruby-lang
taylorrf has joined #ruby-lang
<tejas-manohar> here's my app https://bpaste.net/show/1302b47ed312
<tejas-manohar> hitting http://localhost:4567/search?q=hello puts {"http_code"=>400, "error"=>"invalid_request", "error_title"=>"Not Allowed", "error_description"=>"There is no client ID or access token found in your request."} to the console
<tejas-manohar> but https://api.quizlet.com/2.0/search/definitions?client_id=aGzTFvrPpv&q=hello works fine and that's the concatenated version of my formed url as you see in the bpaste
pskosinski has quit [Quit: Til rivido Idisti! | http://www.ido.li]
x0f_ has joined #ruby-lang
sepp2k has quit [Ping timeout: 250 seconds]
sepp2k has joined #ruby-lang
jimbach has joined #ruby-lang
taylorrf has quit [Ping timeout: 272 seconds]
benlovell has joined #ruby-lang
<preciz> tejas-manohar stackoverflow.com
x0F has quit [Ping timeout: 244 seconds]
<tejas-manohar> yeah it was silly i got it
Mon_Ouie has joined #ruby-lang
jimbach has quit [Ping timeout: 260 seconds]
djbkd has quit [Quit: My people need me...]
benlovell has quit [Ping timeout: 258 seconds]
AKASkip has quit [Ping timeout: 260 seconds]
Lewix has joined #ruby-lang
ssrp has joined #ruby-lang
deg_ has joined #ruby-lang
<ssrp> anyone able to help a ruby noob for a minute?
<havenwood> ssrp: What can we help with?
<ssrp> thanks, havenwood. i'm trying to test out the feedbin software on an ubuntu install. they don't have an updated guide so i'm just giving it a quick shot. i'm getting what sounds to be a common error: "Your ruby version is 2.1.3 but your Gemfile specified 2.1.1".
<havenwood> ssrp: Edit your Gemfile.
<ssrp> An hour of searching hasn't yielded a working solution, yet.
<havenwood> ssrp: It's a file in the project root dir.
<havenwood> ssrp: Change 2.1.1 to 2.1.3. 2.1.3 is latest stable Ruby.
deg has quit [Ping timeout: 245 seconds]
<ssrp> Found it, thanks so much :D
deg has joined #ruby-lang
jimbach has joined #ruby-lang
stardiviner has joined #ruby-lang
deg_ has quit [Ping timeout: 244 seconds]
deg_ has joined #ruby-lang
ssrp has quit [Remote host closed the connection]
deg has quit [Ping timeout: 260 seconds]
<havenwood> you're welcome
justinmburrous has joined #ruby-lang
d4rksung has joined #ruby-lang
theraisedhand has joined #ruby-lang
utesso has joined #ruby-lang
chrisdambrosio has quit [Ping timeout: 245 seconds]
Lewix has quit [Remote host closed the connection]
taylorrf has joined #ruby-lang
mattyohe has joined #ruby-lang
theraisedhand has quit [Remote host closed the connection]
taylorrf has quit [Ping timeout: 245 seconds]
justinmburrous has quit [Remote host closed the connection]
benlovell has joined #ruby-lang
d4rksung has quit [Quit: Leaving]
benlovell has quit [Ping timeout: 260 seconds]
sepp2k has quit [Read error: Connection reset by peer]
wsmoak_ has joined #ruby-lang
onkelhotte_ has joined #ruby-lang
theraisedhand has joined #ruby-lang
wsmoak has quit [Ping timeout: 260 seconds]
wsmoak_ is now known as wsmoak
onkelhotte has quit [Ping timeout: 250 seconds]
houhoulis has joined #ruby-lang
houhoulis has quit [Remote host closed the connection]
arBmind1 has quit [Quit: Leaving.]
koderok has joined #ruby-lang
wsmoak has quit [Quit: wsmoak]
ikrima has joined #ruby-lang
taylorrf has joined #ruby-lang
taylorrf has quit [Ping timeout: 272 seconds]
yfeldblum has quit [Remote host closed the connection]
benlovell has joined #ruby-lang
Miphix has joined #ruby-lang
<tejas-manohar> hey guys anyone here familiar with json gem
<havenwood> tejas-manohar: it ships with Ruby
<havenwood> tejas-manohar: Have JSON questions
<havenwood> ?
<tejas-manohar> havenwood: yeah
<tejas-manohar> havenwood: https://bpaste.net/show/78efe163daeb
<havenwood> do tell
ikrima has quit [Ping timeout: 244 seconds]
benlovell has quit [Ping timeout: 258 seconds]
<tejas-manohar> havenwood: here's the most updated snippet https://bpaste.net/show/502ed0c28bda and when i hit http://localhost:4567/search?q=french
<tejas-manohar> havenwood: nothing is put to console
jhass is now known as jhass|off
<tejas-manohar> havenwood: https://bpaste.net/show/84fa15bad990 is the result in console from http://localhost:4567/search?q=french if i change line 21 of that first paste to puts query_result
<tejas-manohar> havenwood: so my method of sifting thru the hash isnt working, please help correct :)
<havenwood> tejas-manohar: That's Ruby Object Model not JavaScript Object Model (JSON)
<havenwood> tejas-manohar: You can't convert that which is not JSON to JSON.
<tejas-manohar> havenwood: it was originally json
<tejas-manohar> havenwood: but JSON.parse(Net::HTTP.get_response(uri).body)
<havenwood> tejas-manohar: maybe i didn't read carefully enough, i'm just looking at: https://bpaste.net/show/84fa15bad990
<havenwood> ah, console result
cubicme has joined #ruby-lang
<tejas-manohar> havenwood: yea
<havenwood> dunno i'm not following the issue
<havenwood> it's loud here, i can't think!
<tejas-manohar> havenwood: lol
<tejas-manohar> havenwood: puts query_result['official_definitions'] shows nothing in console
<tejas-manohar> havenwood: puts query_result shows that second paste i sent you that ISNT JSON
<tejas-manohar> havenwood: so obv im not sifting thru values of query_result properly in the first puts with official_definitions, so how do i then?
jimbach has quit [Remote host closed the connection]
jimbach has joined #ruby-lang
<tejas-manohar> havenwood: understand?
<havenwood> >> {"official_definitions"=>[{"word"=>"Anglo-French", "speech_part"=>"noun", "definition"=>"the French (Norman) language used in medieval England", "examples"=>[]}, {"word"=>"french-fried_potatoes", "speech_part"=>"noun", "definition"=>"strips of potato fried in deep fat", "examples"=>[]}, {"word"=>"French-speaking", "speech_part"=>"adjective", "definition"=>"able to communicate in French", "examples"=>[]}, {"word"=>"french-fry",
<havenwood> "speech_part"=>"verb", "definition"=>"cook by immersing in fat", "examples"=>["french-fry the potatoes"]}, {"word"=>"French", "speech_part"=>"noun", "definition"=>"the people of France", "examples"=>[]}, {"word"=>"French", "speech_part"=>"adjective", "definition"=>"of or pertaining to France or the people of France", "examples"=>["French cooking", "a gallic shrug"]}, {"word"=>"French", "speech_part"=>"noun", "definition"=>"the R
<havenwood> omance language spoken in France and in countries colonized by France", "examples"=>[]}, {"word"=>"Norman-French", "speech_part"=>"noun", "definition"=>"the medieval Norman dialect of Old French", "examples"=>[]}], "user_definitions"=>[]}['official_definitions']
<eval-in_> havenwood => /tmp/execpad-d6f33fbbb103/source-d6f33fbbb103:3: syntax error, unexpected keyword_rescue, expecting '}' ... (https://eval.in/204802)
<havenwood> sorry...
<havenwood> too long to parse
<havenwood> but no, i don't follow - i'm not in a good place to concentrate -sorry
red_menace has joined #ruby-lang
<havenwood> maybe someone else can help or ping me later :)
havenwood has left #ruby-lang [#ruby-lang]
theraisedhand has quit [Remote host closed the connection]
jimbach has quit [Ping timeout: 260 seconds]
SuMo_D has joined #ruby-lang
yfeldblum has joined #ruby-lang
karamazov has quit [Remote host closed the connection]
karamazov has joined #ruby-lang
Lewix has joined #ruby-lang
SuMo_D has quit [Ping timeout: 255 seconds]
karamazov has quit [Ping timeout: 240 seconds]
<tejas-manohar> havenwood: o ok
justinmburrous has joined #ruby-lang
malconis has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
MeMoCooL has quit []
malconis has joined #ruby-lang
tylersmith has joined #ruby-lang
<tejas-manohar> hey guys how do i get values from http://pastebin.com/jQL0rHmt
<tejas-manohar> thats the puts value of a var called query
dabradley has quit [Ping timeout: 272 seconds]
<tejas-manohar> https://bpaste.net/show/d0806f61dc94 -- line 21 `puts result` returns http://pastebin.com/jQL0rHmt how do i sift thru the values of that object in rb?
chrisdambrosio has joined #ruby-lang
tylersmith has quit [Remote host closed the connection]
jimbach has joined #ruby-lang
taylorrf has joined #ruby-lang
<bnagy> what do you want from it?
tylersmith has joined #ruby-lang
hellangel7 has joined #ruby-lang
<bnagy> also, start by showing us the json, not the ruby hash
<bnagy> but going from the hash, what output do you want?
taylorrf has quit [Ping timeout: 272 seconds]
justinmburrous has quit [Remote host closed the connection]
tylersmith has quit [Ping timeout: 272 seconds]
<tejas-manohar> bnagy: i want to get the first 3 "word" in an array, first 3 "definition" in an array, first 3 "speech_part" in an array -- all from official_definitions
<tejas-manohar> bnagy: then i want to get first 3 of each of those same things divided into array by category (ie "word", "definition", etc.) -- all from the user_definitions
<tejas-manohar> bnargy: im fine with blank arrays when there are no values ill parse it propelry in erb
<tejas-manohar> bnargy: understand what i mean? i want to know how to grab a value from it of a certain "key" so i can then do my own operations, just needa get down the basics of getting values from that object
<bnagy> it's a Hash
<bnagy> load it up in irb and mess around
<bnagy> h['key'] gives you val
<tejas-manohar> i tried variable_name["official_definitions"]
<tejas-manohar> bnagy: didnt work
<tejas-manohar> is it like an array inside a hash?
dabradley has joined #ruby-lang
<bnagy> then you don't have that hash or you made a typo
<bnagy> load irb, do blah = and then paste that hash from the first pastebin
<bnagy> then blah['official_definitions']
<tejas-manohar> bnagy: ok lemme try that
<bnagy> also, don't check stuff with puts, use p
benlovell has joined #ruby-lang
<tejas-manohar> bnagy: ok youre right official_definitions works like that in irb
<tejas-manohar> hmm
<bnagy> when debugging, it's also OK to check obj.class to make sure things are what you expect
<tejas-manohar> got it
<tejas-manohar> i think
<tejas-manohar> bnagy: whats a good method to just snag the first 3 items of an array or chop off the last whatever to leave the first 3
benlovell has quit [Ping timeout: 272 seconds]
<tejas-manohar> bnagy: so like snag result["official_definitions"][0], result["official_definitions"][1], and result["official_definitions"][2]
<red_menace> use a range
<tejas-manohar> red_menace: ik that [0...2] inclusive range but how to do the adding effectively
<red_menace> what are you adding?
tenderlove has quit [Read error: Connection reset by peer]
justinmburrous has joined #ruby-lang
justinmburrous has quit [Remote host closed the connection]
justinmburrous has joined #ruby-lang
tejas-manohar has quit [Quit: Page closed]
tenderlove has joined #ruby-lang
SuMo_D has joined #ruby-lang
gix has quit [Ping timeout: 260 seconds]
<bnagy> >> [1,2,3,4].first 3
<eval-in_> bnagy => [1, 2, 3] (https://eval.in/204813)
SuMo_D has quit [Ping timeout: 245 seconds]
gix has joined #ruby-lang
preciz has quit [Quit: Page closed]
jimbach has quit [Remote host closed the connection]
jimbach has joined #ruby-lang
jimbach has quit [Ping timeout: 272 seconds]
Iskarlar has joined #ruby-lang
taylorrf has joined #ruby-lang
taylorrf has quit [Read error: No route to host]
taylorrf has joined #ruby-lang
tenderlove has quit [Remote host closed the connection]
tenderlove has joined #ruby-lang
koderok has quit [Quit: koderok]
ruby-noob has joined #ruby-lang
<ruby-noob> i need help
<ruby-noob> with ruby sockets
<ruby-noob> anyone online?
taylorrf has quit [Ping timeout: 260 seconds]
<Lewix> hi
<ruby-noob> can you help me with some ruby?
tenderlove has quit [Ping timeout: 245 seconds]
hahuang65 has joined #ruby-lang
<ruby-noob> ....
<ruby-noob> can someone help me with ruby sockets?
<bnagy> ruby-noob: you need to ask a properly framed question first :)
<ruby-noob> thank you
benlovell has joined #ruby-lang
<ruby-noob> I am looking for a faster way to get a response from a server after i send a tcp packet
<ruby-noob> my current method takes a more than a minute to get response
<bnagy> do you hand-on-heart affirm that you understand what TCP and packets are?
<bnagy> because it will affect my answers
malconis has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<ruby-noob> I am not too keen on TCP Packets
<ruby-noob> but i do understand the basics
<bnagy> ok well mostly it's out of your control - it's either a speed of light issue or it's a slow remote server
malconis has joined #ruby-lang
<bnagy> very little that speeds up TCP is under your control as a userspace programmer
<bnagy> do you own the server as well?
<ruby-noob> the server has no problem, i tried connecting to it using someone elses code in python and it gave me a response within a second
<ruby-noob> i do not own the server
hahuang65 has quit [Ping timeout: 260 seconds]
malconis has quit [Client Quit]
<bnagy> ok, and what's the TCP service?
<ruby-noob> its actually not a TCP Server
<bnagy> ... go on
<ruby-noob> i am sending it XML Packets
<ruby-noob> and it is supposed to reply in XML
<bnagy> ok well those don't exist, so it's probably TCP
benlovell has quit [Ping timeout: 250 seconds]
<ruby-noob> im basically sending snippets of Xml
<bnagy> first wild guess is reverse dns lookup at your end
<bnagy> are you connecting by name or IP ?
<ruby-noob> connecting by IP and Port
<bnagy> using which ruby module? TCPSocket?
<ruby-noob> im using one called 'socket'
<bnagy> k
<ruby-noob> i havent heard of any other ruby socket module
<bnagy> once you create the socket, do sock.do_not_reverse_lookup = true ( before you send )
<bnagy> give that a whirl, let me know
<ruby-noob> so i place that
<ruby-noob> before i send the packet?
<ruby-noob> it gave me an error
<ruby-noob> wait let me try again...
<ruby-noob> it still takes some time
<bnagy> put the stripped down version of your connect and send code up somewhere
<bnagy> you can modify the IP address if you feel it's sensitive
<ruby-noob> ill just put the whole code on pastebin
<bnagy> gist is better, but w/e
<bnagy> ok. I misread the reverse lookup docs. :) before line 3, try TCPSocket.do_not_reverse_lookup = true
<bnagy> also, I did ask if you were using TCPSocket :/
<ruby-noob> sorry i didnt understand
<bnagy> and take out the other line (5)
<bnagy> side issue - $globals are almost never idiomatic ruby
<ruby-noob> im just using them so i can see them better in my text editor
<bnagy> :|
<ruby-noob> it took the same amount of time to gain a response
<bnagy> right after the TCPSocket.new line, add a line warn "Connected..."
<bnagy> then see if the delay is before or after you see that output
<ruby-noob> ok
<ruby-noob> there is no delay
<bnagy> ok. So.. you start your loop with a gets. Are you sure the server sends the first message?
<ruby-noob> the server sends a first message
<ruby-noob> then the second message takes a while
<bnagy> eh?
<bnagy> can you put up the python that works?
Blaguvest has joined #ruby-lang
<ruby-noob> im not sure if i still have it but ill see if i do
<bnagy> or, just write something before you start that while loop
<ruby-noob> its heavily obscurated bug ill try to salvage as much as possible
<ruby-noob> heres one snippet from the python code "self.sock = socket.socket(socket.AF_INET, socket.SOCK_STREAM)"
<bnagy> I need the whole thing, not just selected highlights
<ruby-noob> its a library so quite large
<ruby-noob> also i dont have a working version of it at the moment
cornerma1 has joined #ruby-lang
<bnagy> ok well then all I can suggest is putting debugging statements like "got msg", "send msg" etc and seeing exactly where the delay comes in
<ruby-noob> the delay comes in after the first response
<bnagy> wait if you don't have a working version then how did you test to see the python script gets a fast response?
<ruby-noob> i was shown it
red_menace has quit [Quit: peer reset by connection]
<bnagy> so you didn't test on the same machine?
<ruby-noob> by the developer
<ruby-noob> he tested it on my machine
<ruby-noob> and his own
<bnagy> and then what? destroyed the code?
<ruby-noob> no it was in a Usb
<ruby-noob> and he ejected it :)
<bnagy> uh huh
cornerman has quit [Ping timeout: 240 seconds]
<ruby-noob> i just had some snippets from the recording
cornerma1 is now known as cornerman
shevy has joined #ruby-lang
<bnagy> ok, so you say the first recv ( that starts the loop ) is fast, first write is fast, second recv is slow?
<ruby-noob> yes
<bnagy> ok well I guess sniff the connection
<ruby-noob> ?
<bnagy> if your write really goes out on the wire and there's a big delay before anything is received it's not ruby
<bnagy> from a ruby level that code is simple
<bnagy> if you want to move on from here you need to debug differentially against either the working code or the traffic from the working code
<ruby-noob> ok
<bnagy> ... it is a little weird that you're doing gets but writing without a newline though
<bnagy> if this protocol is supposed to be newline delimited try changing that write to puts
<ruby-noob> ok
<ruby-noob> is still gives me the same effect
<ruby-noob> also is there a way to recive and send packets without a loop?
<bnagy> the only way to do things multiple times is to do them multiple times or do them in a loop
<ruby-noob> is it possible to recive after a packet without a loop?
haraoka has joined #ruby-lang
<bnagy> cannot parse that
<ruby-noob> k
<ruby-noob> also are their ways to recive from a server faster?
<bnagy> isn't this where we came in?
<ruby-noob> not sure
<ruby-noob> but i heard that UDP was faster
<bnagy> udp and XML sounds like a blast
<ruby-noob> im not too sure on how to send a packet in UDP though
<bnagy> UDP datagrams and TCP packets are subject to the same laws of physics
<bnagy> you can push more bandwidth with udp in some cases if you don't mind not knowing if everything is being sent / received
<ruby-noob> i see
<bnagy> anything that takes something like a minute longer is most likely a logic bug, though, not a transport issue
<ruby-noob> ok
<cantaberry> Anybody read the O'Riely book? Would you recommend it?
taylorrf has joined #ruby-lang
<ruby-noob> everytime i try sending a packet using udp i get an error
<ruby-noob> can someone provide me with a simple udp client?
AKASkip has joined #ruby-lang
<bnagy> you know you can't just connect to a TCP server with UDP, right?
<bnagy> anyway, there's a simple client in the UDPSocket docs
<ruby-noob> the server im trying to connect to isnt a TCP server
<ruby-noob> or a UDP server
taylorrf has quit [Ping timeout: 258 seconds]
<bnagy> it's a TCP Server
<bnagy> socket.socket(socket.AF_INET, socket.SOCK_STREAM) <- TCP
<ruby-noob> oh ok
<bnagy> what it sends is it's own business
<bnagy> its
* bnagy eyes fingers
<ruby-noob> also how can i resolve this logic bug?
Lewix has quit [Remote host closed the connection]
<bnagy> 13:07 < bnagy> if you want to move on from here you need to debug differentially against either the working code or the traffic from the working code
<ruby-noob> ok
yatish27 has quit [Remote host closed the connection]
benlovell has joined #ruby-lang
yatish27 has joined #ruby-lang
ruby-noob has quit [Quit: Page closed]
mistym has joined #ruby-lang
yatish27 has quit [Ping timeout: 240 seconds]
benlovell has quit [Ping timeout: 260 seconds]
chrisdambrosio has quit [Ping timeout: 260 seconds]
SuMo_D has joined #ruby-lang
haraoka has quit [Ping timeout: 245 seconds]
justinmburrous has quit [Remote host closed the connection]
justinmb_ has joined #ruby-lang
ozzloy has quit [Remote host closed the connection]
matp has quit [Quit: ZZZzzz…]
justinmb_ has quit [Remote host closed the connection]
mistym_ has joined #ruby-lang
mistym has quit [Disconnected by services]
taylorrf has joined #ruby-lang
mistym_ is now known as mistym
shinnya has quit [Ping timeout: 245 seconds]
taylorrf has quit [Ping timeout: 258 seconds]
dope has joined #ruby-lang
SuMo_D has quit [Remote host closed the connection]
benlovell has joined #ruby-lang
benlovell has quit [Ping timeout: 255 seconds]
starbucks has joined #ruby-lang
starbucks has quit [Client Quit]
starbucks has joined #ruby-lang
hellangel7 has quit [Remote host closed the connection]
starbucks is now known as skalsson
lele has quit [Ping timeout: 260 seconds]
Hanmac has quit [Quit: Leaving.]
torrieri has quit [Quit: Leaving...]
skalsson has quit [Remote host closed the connection]
taylorrf has joined #ruby-lang
taylorrf has quit [Ping timeout: 260 seconds]
stardiviner has quit [Quit: my website: http://stardiviner.dyndns-blog.com/]
benlovell has joined #ruby-lang
SuMo_D has joined #ruby-lang
ledestin_ has joined #ruby-lang
ledestin has quit [Ping timeout: 260 seconds]
ledestin_ is now known as ledestin
fusillicode1 has joined #ruby-lang
benlovell has quit [Ping timeout: 260 seconds]
fusillicode has quit [Ping timeout: 260 seconds]
fusillicode1 has quit [Client Quit]
SuMo_D has quit [Ping timeout: 272 seconds]
fusillicode has joined #ruby-lang
fusillicode has quit [Client Quit]
fusillicode has joined #ruby-lang
Miphix has quit [Quit: Leaving]
fusillicode has quit [Client Quit]
fusillicode has joined #ruby-lang
skalsson has joined #ruby-lang
fusillicode has quit [Client Quit]
fusillicode has joined #ruby-lang
fusillicode1 has joined #ruby-lang
lele has joined #ruby-lang
fusillicode has quit [Ping timeout: 255 seconds]
tbuehlmann has joined #ruby-lang
taylorrf has joined #ruby-lang
michd is now known as MichD
taylorrf has quit [Ping timeout: 255 seconds]
SuMo_D has joined #ruby-lang
benlovell has joined #ruby-lang
aquatty has quit [Ping timeout: 250 seconds]
xvq17 has quit [Ping timeout: 272 seconds]
oleo__ has joined #ruby-lang
oleo is now known as Guest54355
SuMo_D has quit [Ping timeout: 260 seconds]
benlovell has quit [Ping timeout: 246 seconds]
Guest54355 has quit [Ping timeout: 246 seconds]
SuMo_D has joined #ruby-lang
nisstyre has quit [Quit: WeeChat 1.0.1]
mattyohe has quit [Quit: Connection closed for inactivity]
jhass|off is now known as jhass
mistym has quit [Remote host closed the connection]
SuMo_D has quit [Ping timeout: 260 seconds]
GBrawl has joined #ruby-lang
seank_ has quit [Read error: Connection reset by peer]
seank_ has joined #ruby-lang
mofai has joined #ruby-lang
mofai has quit [Client Quit]
mofai has joined #ruby-lang
_elia has joined #ruby-lang
caseydriscoll has quit [Ping timeout: 260 seconds]
schaerli has joined #ruby-lang
hellangel7 has joined #ruby-lang
kyb3r_ has quit [Ping timeout: 258 seconds]
dagda1 has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
taylorrf has joined #ruby-lang
taylorrf has quit [Ping timeout: 272 seconds]
arBmind has joined #ruby-lang
charliesome has joined #ruby-lang
benlovell has joined #ruby-lang
_elia has quit [Quit: Computer has gone to sleep.]
dagda1 has joined #ruby-lang
benlovell has quit [Ping timeout: 245 seconds]
SuMo_D has joined #ruby-lang
SuMo_D has quit [Ping timeout: 240 seconds]
charliesome has quit [Quit: Textual IRC Client: www.textualapp.com]
ikrima has joined #ruby-lang
schaerli has quit [Remote host closed the connection]
pskosinski has joined #ruby-lang
gix has quit [Ping timeout: 245 seconds]
gix has joined #ruby-lang
matp has joined #ruby-lang
taylorrf has joined #ruby-lang
charliesome has joined #ruby-lang
taylorrf has quit [Ping timeout: 240 seconds]
benlovell has joined #ruby-lang
benlovell has quit [Ping timeout: 255 seconds]
chrisdambrosio has joined #ruby-lang
GBrawl has quit [Quit: (null)]
postmodern has quit [Quit: Leaving]
dagda1 has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
sarkyniin has joined #ruby-lang
chrisdambrosio has quit [Ping timeout: 246 seconds]
Gina97 has joined #ruby-lang
<Gina97> ciao
<Gina97> !list
stamina has joined #ruby-lang
Gina97 has left #ruby-lang [#ruby-lang]
davidblurton has joined #ruby-lang
dagda1 has joined #ruby-lang
taylorrf has joined #ruby-lang
sarkyniin has quit [Ping timeout: 272 seconds]
chussenot has joined #ruby-lang
shevy has left #ruby-lang ["I'll be back ... maybe"]
taylorrf has quit [Ping timeout: 245 seconds]
aquatty has joined #ruby-lang
xvq17 has joined #ruby-lang
AKASkip1 has joined #ruby-lang
benlovell has joined #ruby-lang
AKASkip has quit [Ping timeout: 245 seconds]
benlovell has quit [Ping timeout: 272 seconds]
tbuehlmann has quit [Ping timeout: 245 seconds]
dagda1 has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
duper has quit [Quit: Leaving]
tbuehlmann has joined #ruby-lang
pskosinski has quit [Quit: Til rivido Idisti! | http://www.ido.li]
hellangel7 has quit [Remote host closed the connection]
tbuehlmann has quit [Ping timeout: 272 seconds]
sepp2k has joined #ruby-lang
dagda1_ has joined #ruby-lang
taylorrf has joined #ruby-lang
schaerli has joined #ruby-lang
pskosinski has joined #ruby-lang
gianlucadv has joined #ruby-lang
taylorrf has quit [Remote host closed the connection]
benlovell has joined #ruby-lang
benlovell has quit [Ping timeout: 250 seconds]
shinnya has joined #ruby-lang
jxie has joined #ruby-lang
taylorrf has joined #ruby-lang
davidblurton has quit [Ping timeout: 258 seconds]
elia has joined #ruby-lang
jxie has quit [Quit: leaving]
GBrawl has joined #ruby-lang
PsionTheory has joined #ruby-lang
wsmoak has joined #ruby-lang
wsmoak has quit [Changing host]
wsmoak has joined #ruby-lang
utesso has quit []
Forgetful_Lion has quit [Remote host closed the connection]
utesso has joined #ruby-lang
benlovell has joined #ruby-lang
benlovell has quit [Ping timeout: 246 seconds]
utesso has quit [K-Lined]
banister has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
red_menace has joined #ruby-lang
matp has quit [Ping timeout: 255 seconds]
banister has joined #ruby-lang
davidblurton has joined #ruby-lang
TheToad has joined #ruby-lang
<TheToad> how can I use module methods from within a class method ?
<TheToad> the module is included in the class, if I define a variable in the module I can access it in the class, but it's complaining about not finding the method.
bougyman has quit [Ping timeout: 258 seconds]
bougyman has joined #ruby-lang
<TheToad> NoMethodError: undefined method `formatPrettyError' for Helper:Module
go|dfish has quit [Quit: SIGQUIT]
taylorrf has quit [Remote host closed the connection]
seank_ has quit [Read error: Connection reset by peer]
seank__ has joined #ruby-lang
karamazov has joined #ruby-lang
dagda1_ has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<banister> TheToad you need to extend the module instead of including it
dagda1 has joined #ruby-lang
Blaguvest has quit []
benlovell has joined #ruby-lang
benlovell has quit [Ping timeout: 255 seconds]
caseydriscoll has joined #ruby-lang
SuMo_D has joined #ruby-lang
SuMo_D has quit [Ping timeout: 255 seconds]
pskosinski has quit [Quit: Til rivido Idisti! | http://www.ido.li]
paul0 has joined #ruby-lang
Iskarlar has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
taylorrf has joined #ruby-lang
imperator has joined #ruby-lang
matp has joined #ruby-lang
ikrima has quit [Ping timeout: 245 seconds]
havenwood has joined #ruby-lang
SuMo_D has joined #ruby-lang
<imperator> good morning
<paul0> 'morning
banister has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
charliesome has quit [Quit: zzz]
mattyohe has joined #ruby-lang
hellangel7 has joined #ruby-lang
hellangel7 has quit [Max SendQ exceeded]
yatish27 has joined #ruby-lang
hellangel7 has joined #ruby-lang
hellangel7 has quit [Read error: Connection reset by peer]
banister has joined #ruby-lang
Mon_Ouie has quit [Ping timeout: 245 seconds]
hellangel7 has joined #ruby-lang
go|dfish has joined #ruby-lang
go|dfish has quit [Client Quit]
go|dfish has joined #ruby-lang
wsmoak_ has joined #ruby-lang
yatish27_ has joined #ruby-lang
wsmoak has quit [Ping timeout: 245 seconds]
wsmoak_ is now known as wsmoak
danijoo has quit [Read error: Connection reset by peer]
yatish27 has quit [Ping timeout: 245 seconds]
danijoo has joined #ruby-lang
benlovell has joined #ruby-lang
nathanstitt has joined #ruby-lang
benlovell has quit [Ping timeout: 245 seconds]
|jemc| has joined #ruby-lang
schaerli has quit [Remote host closed the connection]
schaerli has joined #ruby-lang
taylorrf has quit [Remote host closed the connection]
bradcliffe has joined #ruby-lang
wkoch has joined #ruby-lang
wkoch has quit [Client Quit]
danijoo has quit [Read error: Connection reset by peer]
schaerli has quit [Remote host closed the connection]
danijoo has joined #ruby-lang
arBmind has quit [Quit: Leaving.]
skalsson_ has joined #ruby-lang
skalsson has quit [Read error: Connection reset by peer]
cantaberry has quit []
karamazov has quit [Remote host closed the connection]
Raynes has left #ruby-lang ["Textual IRC Client: www.textualapp.com"]
karamazov has joined #ruby-lang
bradcliffe has quit [Quit: Textual IRC Client: www.textualapp.com]
nathanstitt has quit [Ping timeout: 244 seconds]
nathanstitt has joined #ruby-lang
bradcliffe has joined #ruby-lang
karamazov has quit [Ping timeout: 250 seconds]
banister has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
banister has joined #ruby-lang
torrieri has joined #ruby-lang
JohnBat26 has joined #ruby-lang
<yorickpeterse> such weekend activity
<yorickpeterse> very busy
yatish27_ has quit [Ping timeout: 272 seconds]
Lewix has joined #ruby-lang
ikrima has joined #ruby-lang
xcesariox has joined #ruby-lang
ikrima has quit [Ping timeout: 240 seconds]
benlovell has joined #ruby-lang
benlovell has quit [Ping timeout: 272 seconds]
<yxhuvud> such typing.
hellangel7 has quit [Remote host closed the connection]
shinnya has quit [Ping timeout: 250 seconds]
hellangel7 has joined #ruby-lang
taylorrf has joined #ruby-lang
taylorrf has quit [Ping timeout: 258 seconds]
<ljarvis> moin
bougyman has quit [Read error: Connection reset by peer]
imperator has quit [Quit: Valete!]
banister has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
davidblurton has quit [Ping timeout: 255 seconds]
Lewix has quit [Remote host closed the connection]
cubicme_ has joined #ruby-lang
cubicme has quit [Ping timeout: 272 seconds]
cubicme_ is now known as cubicme
Elite6809 has joined #ruby-lang
Lewix has joined #ruby-lang
cubicme has quit [Quit: cubicme]
cornerma1 has joined #ruby-lang
Lewix has quit [Remote host closed the connection]
<yorickpeterse> Having a support conversation on the Twitters with Booking.com. This is somewhat ironic, as I detest that company more than a plague of rats
bougyman has joined #ruby-lang
hackeron has quit [Ping timeout: 272 seconds]
hackeron has joined #ruby-lang
dagda1 has quit [Read error: No route to host]
<yorickpeterse> (enslaving devs, shit pay, etc, etc0
<yorickpeterse> also they do far too much AB testing, thus making my job harder
dagda1 has joined #ruby-lang
cornerman has quit [Ping timeout: 260 seconds]
cornerma1 is now known as cornerman
bougyman has quit [Changing host]
bougyman has joined #ruby-lang
ikrima has joined #ruby-lang
davidblurton has joined #ruby-lang
ikrima has quit [Ping timeout: 246 seconds]
davidblurton has quit [Ping timeout: 240 seconds]
benlovell has joined #ruby-lang
cubicme has joined #ruby-lang
ht_ has quit [Remote host closed the connection]
JohnBat26 has quit [Quit: KVIrc 4.3.1 Aria http://www.kvirc.net/]
benlovell has quit [Ping timeout: 255 seconds]
elia has quit [Quit: Computer has gone to sleep.]
JohnBat26 has joined #ruby-lang
Lewix has joined #ruby-lang
klmlfl has joined #ruby-lang
taylorrf has joined #ruby-lang
tenderlove has joined #ruby-lang
taylorrf has quit [Ping timeout: 244 seconds]
karamazov has joined #ruby-lang
arBmind has joined #ruby-lang
tenderlove has quit [Ping timeout: 250 seconds]
taylorrf has joined #ruby-lang
klmlfl has quit [Remote host closed the connection]
justinmburrous has joined #ruby-lang
taylorrf has quit [Ping timeout: 260 seconds]
chrisdambrosio has joined #ruby-lang
mlilenium_ has joined #ruby-lang
mlilenium_ has left #ruby-lang [#ruby-lang]
cubicme has quit [Quit: cubicme]
mistym has joined #ruby-lang
SuMo_D has quit [Remote host closed the connection]
SuMo_D has joined #ruby-lang
seank__ has quit [Read error: Connection reset by peer]
seank_ has joined #ruby-lang
SuMo_D has quit [Ping timeout: 255 seconds]
xcesariox has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
tenderlove has joined #ruby-lang
benlovell has joined #ruby-lang
dwknoxy has joined #ruby-lang
benlovell has quit [Ping timeout: 260 seconds]
s1kx has joined #ruby-lang
hellangel7 has quit [Remote host closed the connection]
bradcliffe has quit [Quit: Textual IRC Client: www.textualapp.com]
justinmburrous has quit [Remote host closed the connection]
torrieri has quit [Quit: Linkinus - http://linkinus.com]
cubicme has joined #ruby-lang
MeMoCooL has joined #ruby-lang
lele|w has quit [Ping timeout: 260 seconds]
lele|w has joined #ruby-lang
stamina has quit [Ping timeout: 255 seconds]
taylorrf has joined #ruby-lang
jimbach has joined #ruby-lang
taylorrf has quit [Ping timeout: 255 seconds]
cubicme has quit [Read error: Connection reset by peer]
ta has joined #ruby-lang
cubicme has joined #ruby-lang
Lewix has quit [Remote host closed the connection]
nofxx has joined #ruby-lang
nofxx has joined #ruby-lang
seank__ has joined #ruby-lang
seank_ has quit [Read error: No route to host]
sarkyniin has joined #ruby-lang
stamina has joined #ruby-lang
stamina has quit [Client Quit]
cshirley has joined #ruby-lang
cshirley is now known as macberrypro
<macberrypro> part
<macberrypro> part ruby-lang
macberrypro has left #ruby-lang [#ruby-lang]
justinmburrous has joined #ruby-lang
marr has joined #ruby-lang
davidblurton has joined #ruby-lang
chrisdambrosio has quit [Ping timeout: 260 seconds]
wsmoak_ has joined #ruby-lang
dagda1 has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
benlovell has joined #ruby-lang
wsmoak has quit [Ping timeout: 260 seconds]
wsmoak_ is now known as wsmoak
benlovell has quit [Ping timeout: 272 seconds]
SuMo_D has joined #ruby-lang
nathanstitt has quit [Ping timeout: 260 seconds]
nathanstitt has joined #ruby-lang
justinmburrous has quit [Remote host closed the connection]
SuMo_D has quit [Ping timeout: 245 seconds]
ta has quit [Ping timeout: 255 seconds]
torrieri has joined #ruby-lang
dagda1 has joined #ruby-lang
GBrawl has quit [Ping timeout: 260 seconds]
webhat has quit [Quit: No Ping reply in 180 seconds.]
webhat has joined #ruby-lang
blowmage has quit [*.net *.split]
kramsee has quit [*.net *.split]
levifig has quit [*.net *.split]
brixen has quit [*.net *.split]
wnd has quit [*.net *.split]
MichD has quit [*.net *.split]
Silex has quit [*.net *.split]
ironcamel has quit [*.net *.split]
lianj has quit [*.net *.split]
Jamo has quit [*.net *.split]
havenwood has quit [*.net *.split]
hramrach_ has quit [*.net *.split]
Jamo__ has joined #ruby-lang
ironcamel has joined #ruby-lang
wnd has joined #ruby-lang
levifig has joined #ruby-lang
blowmage has joined #ruby-lang
kramsee has joined #ruby-lang
MichD has joined #ruby-lang
Silex has joined #ruby-lang
brixen has joined #ruby-lang
jimbach has quit [Remote host closed the connection]
jimbach has joined #ruby-lang
cubicme has quit [Read error: Connection reset by peer]
macberrypro has joined #ruby-lang
hramrach_ has joined #ruby-lang
havenwood has joined #ruby-lang
lianj has joined #ruby-lang
lianj has joined #ruby-lang
cubicme has joined #ruby-lang
jimbach has quit [Ping timeout: 260 seconds]
macberrypro has left #ruby-lang [#ruby-lang]
Guest78780 is now known as `micro
justinmburrous has joined #ruby-lang
macberrypro has joined #ruby-lang
macberrypro has quit [Client Quit]
oleo__ is now known as oleo
onkelhotte_ has quit [Ping timeout: 255 seconds]
nathanstitt has quit [Remote host closed the connection]
gianlucadv has quit [Ping timeout: 250 seconds]
danijoo has quit [Read error: Connection reset by peer]
nathanstitt has joined #ruby-lang
danijoo has joined #ruby-lang
ikrima has joined #ruby-lang
SuMo_D has joined #ruby-lang
dorei has joined #ruby-lang
torrieri has quit [Quit: Leaving...]
Iskarlar has joined #ruby-lang
Jamo__ is now known as Jamo
torrieri has joined #ruby-lang
benlovell has joined #ruby-lang
jimbach has joined #ruby-lang
jimbach has quit [Ping timeout: 258 seconds]
benlovell has quit [Ping timeout: 260 seconds]
nathanstitt has quit [Quit: I growing sleepy]
mattyohe has quit [Quit: Connection closed for inactivity]
MichD is now known as michd
ikrima has quit [Ping timeout: 260 seconds]
justinmburrous has quit [Remote host closed the connection]
oleo__ has joined #ruby-lang
sarkyniin has quit [Quit: Quitte]
francisfish has quit [Ping timeout: 250 seconds]
oleo is now known as Guest56907
Guest56907 has quit [Ping timeout: 272 seconds]
mark06 has joined #ruby-lang
dope has quit [Quit: Connection closed for inactivity]
dope has joined #ruby-lang
vondruch has quit [Ping timeout: 244 seconds]
oleo__ has quit [Quit: Verlassend]
nofxx has quit [Ping timeout: 258 seconds]
nofxx has joined #ruby-lang
nofxx has joined #ruby-lang
oleo has joined #ruby-lang
skalsson_ has quit [Remote host closed the connection]
elia has joined #ruby-lang
justinmburrous has joined #ruby-lang
mark06 has left #ruby-lang ["http://pidgin.renatosilva.me - Pidgin++"]
GBrawl has joined #ruby-lang
skalsson has joined #ruby-lang
MeMoCooL has quit [Ping timeout: 260 seconds]
sharpmachine has joined #ruby-lang
David_H__ has joined #ruby-lang
jimbach has joined #ruby-lang
AmBienCeD has quit []
AmBienCeD has joined #ruby-lang
AmBienCeD has quit [Client Quit]
AmBienCeD has joined #ruby-lang
AmBienCeD has joined #ruby-lang
David_H_Smith has quit [Ping timeout: 260 seconds]
jimbach has quit [Ping timeout: 272 seconds]
benlovell has joined #ruby-lang
mattyohe has joined #ruby-lang
JohnBat26 has quit [Quit: KVIrc 4.3.1 Aria http://www.kvirc.net/]
benlovell has quit [Ping timeout: 260 seconds]
AmBienCeD has quit [Remote host closed the connection]
AmBienCeD has joined #ruby-lang
justinmburrous has quit [Remote host closed the connection]
sharpmac_ has joined #ruby-lang
sharpmachine has quit [Ping timeout: 260 seconds]
seank_ has joined #ruby-lang
elia has quit [Quit: Computer has gone to sleep.]
seank__ has quit [Ping timeout: 255 seconds]
davidblurton has quit [Ping timeout: 244 seconds]
elia has joined #ruby-lang
jasiek has joined #ruby-lang
jimbach has joined #ruby-lang
seank_ has quit [Remote host closed the connection]
seank_ has joined #ruby-lang
skalsson_ has joined #ruby-lang
skalsson has quit [Read error: Connection reset by peer]
womble has quit [Excess Flood]
skalsson_ is now known as skalsson
womble has joined #ruby-lang
Iskarlar has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
benlovell has joined #ruby-lang
skalsson has quit [Remote host closed the connection]
banister has joined #ruby-lang
banister has quit [Max SendQ exceeded]
banister has joined #ruby-lang
benlovell has quit [Ping timeout: 244 seconds]
GBrawl has quit [Quit: (null)]
jimbach has quit [Remote host closed the connection]
spastorino has joined #ruby-lang
jimbach has joined #ruby-lang
Meta5 has joined #ruby-lang
funnel has quit [Remote host closed the connection]
funnel has joined #ruby-lang
jimbach has quit [Ping timeout: 260 seconds]
CodeBunny has joined #ruby-lang
Meta5 has quit [Client Quit]
jimbach has joined #ruby-lang
elia has quit [Quit: Computer has gone to sleep.]
elia has joined #ruby-lang
havenwood has quit [Remote host closed the connection]
jimbach has quit [Remote host closed the connection]
tylersmith has joined #ruby-lang
jimbach has joined #ruby-lang
skalsson has joined #ruby-lang
MeMoCooL has joined #ruby-lang
torrieri has quit [Quit: Leaving...]
skalsson has quit [Remote host closed the connection]
skalsson has joined #ruby-lang
jimbach has quit [Ping timeout: 272 seconds]
PsionTheory has quit [Read error: Connection reset by peer]
Phrogz has joined #ruby-lang
Phrogz is now known as Guest44949
dope has quit [Quit: Connection closed for inactivity]
David_H__ has quit [Remote host closed the connection]
David_H_Smith has joined #ruby-lang
Guest44949 has quit [Changing host]
Guest44949 has joined #ruby-lang
banister has quit [Remote host closed the connection]
banister has joined #ruby-lang
Guest44949 has quit []
David_H_Smith has quit [Ping timeout: 240 seconds]
arooni-mobile has joined #ruby-lang
wsmoak_ has joined #ruby-lang
wsmoak_ has joined #ruby-lang
chussenot has quit [Quit: chussenot]
chrisdambrosio has joined #ruby-lang
wsmoak has quit [Ping timeout: 260 seconds]
wsmoak_ is now known as wsmoak
Phrogz2 has joined #ruby-lang
Phrogz2 is now known as Phrogz
Phrogz has quit [Changing host]
Phrogz has joined #ruby-lang
jimbach has joined #ruby-lang
sMecKs has joined #ruby-lang
hahuang65 has joined #ruby-lang
havenwood has joined #ruby-lang
arBmind has quit [Ping timeout: 260 seconds]
Phrogz has quit [Remote host closed the connection]
David_H_Smith has joined #ruby-lang
hahuang65 has quit [Ping timeout: 260 seconds]
arooni-mobile has quit [Ping timeout: 246 seconds]
benlovell has joined #ruby-lang
elia has quit [Quit: Computer has gone to sleep.]
arBmind has joined #ruby-lang
benlovell has quit [Ping timeout: 250 seconds]
TheToad has quit [Read error: Connection reset by peer]
jhass is now known as jhass|off
David_H_Smith has quit [Remote host closed the connection]
David_H_Smith has joined #ruby-lang
apeiros has joined #ruby-lang
taylorrf has joined #ruby-lang
JoshuaPaling has joined #ruby-lang
mistym has quit [Remote host closed the connection]