havenwood changed the topic of #ruby to: Rules & more: https://ruby-community.com || Ruby 2.3.3; 2.2.6; 2.1.10: https://www.ruby-lang.org || Paste >3 lines of text on https://gist.github.com || Rails questions? Ask on #RubyOnRails || logs @ https://irclog.whitequark.org/ruby/
warlock_handler has joined #ruby
hahuang65 has joined #ruby
KnownSyntax has quit [Read error: Connection reset by peer]
<warlock_handler> hello people
jcao219 has quit [Ping timeout: 256 seconds]
A5101 has quit [Ping timeout: 244 seconds]
Rodya_ has joined #ruby
jcao219 has joined #ruby
muelleme has quit [Ping timeout: 260 seconds]
minimalism has quit [Ping timeout: 268 seconds]
KnownSyntax has joined #ruby
Fichtenstein has quit [Ping timeout: 252 seconds]
gingray has joined #ruby
<havenwood> warlock_handler: hi
tomphp has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
hahuang65 has quit [Ping timeout: 256 seconds]
<warlock_handler> @havenwood - hey buddy.. hows it going..
ta_ has quit [Read error: Connection reset by peer]
ta_ has joined #ruby
<warlock_handler> havenwood: I am trying to make a small monitoring script in Ruby, I want to check if a particular JS is on a web page
<warlock_handler> however I dont want to execute the JS
anuxivm has joined #ruby
nankyokusei has joined #ruby
<elomatreb> warlock_handler: You mean embedded, right? As in not linked via src?
anuxivm has left #ruby [#ruby]
sid_fules has quit [Read error: Connection reset by peer]
<warlock_handler> I know I could use stuff like NOKOGiri or similar web page scrapper or parser.. to get the page content
<warlock_handler> elomatreb: no no no
hutch34 has joined #ruby
baweaver_away is now known as baweaver
<elomatreb> Then I'm afraid I don't know what you mean
<warlock_handler> elomatreb: Example, I have 3 webpages.. each have 3 different JS firing on them.. I want to simply monitor if the 3 pages have that JS file on them
<elomatreb> You want to know if one of the other two pages contains a script from the first?
<warlock_handler> the use case is, if I am advertising for 3 websites and I have a conversion pixel on 3 webpages.. however I dont have code level access on the websites
<warlock_handler> hence if someone changes the page, I dont know if my conversion pixels are present or not
<elomatreb> Is your script embedded inline or as an external file?
<warlock_handler> a conversion pixel.. is a size 1x1 JS placed on a pixel in the page.. invisible to human eye
nankyokusei has quit [Ping timeout: 252 seconds]
<warlock_handler> elomatreb: its external.. usually Google or other providers
<warlock_handler> I can identify the pixels by their ids ..
<elomatreb> I know what a tracking pixel is. If your script is external and the url is the same on all sites, you can use nokogiri and filter the script elements
chouhoulis has quit [Remote host closed the connection]
ResidentBiscuit has quit [Remote host closed the connection]
TheBrayn has quit [Quit: WeeChat 1.5]
<warlock_handler> elomatreb: sorry i was just trying to explain it clearly
chouhoulis has joined #ruby
<warlock_handler> elomatreb: ok cool.. but I dont want to execute the script, so if I am crawling it like once or 5 times a day, I dont want 1 or 5 conversions attributed to me
<elomatreb> Nokogiri can't execute the script, it can only parse HTML
<warlock_handler> elomatreb: awesomeness !!!
TheBrayn has joined #ruby
<warlock_handler> I guess that should do it for me :D
<warlock_handler> elomatreb: buddy have you used Google Tag Manager?
gingray has quit [Ping timeout: 245 seconds]
<elomatreb> warlock_handler: Not really, no. Sorry
TheBrayn has quit [Client Quit]
nelsonsar has joined #ruby
TheBrayn has joined #ruby
hahuang65 has joined #ruby
<warlock_handler> elomatreb: so I guess its got an iFrame in the <body> tag, and based on evens (like onclick) it dynamically executes pixels / JS i guess inside the iFrame in the body
<warlock_handler> how would I handle that case?
<warlock_handler> where the pixel is executed later, after the DOM is ready...
<warlock_handler> and on a certain event
bturker has joined #ruby
arescorpio has joined #ruby
gtaylor1 has joined #ruby
<elomatreb> warlock_handler: Mh, that would be slightly more difficult. You'd probably have to get the src of the iframe and parse it using Nokogiri
chouhoul_ has joined #ruby
<warlock_handler> ohh
<elomatreb> Maybe you should think about using an actual headless browser to do this, is the slight contamination of the data that bad?
jcao219 has quit [Ping timeout: 250 seconds]
<warlock_handler> I dont understand that suggestion completely
<warlock_handler> elomatreb: could you please dumb it down a little for me
charliesome has joined #ruby
<elomatreb> warlock_handler: A headless browser is a browser that basically runs without rendering anything, and usually has a scripting interface. PhantomJS is one example
<warlock_handler> ohhhhhhhh
bturker has quit [Ping timeout: 256 seconds]
<elomatreb> Since it executes JS, it will build a complete DOM, but also probably contaminate your tracking data
chouhoulis has quit [Ping timeout: 256 seconds]
<warlock_handler> got it.. like lynx ? CLI type?
<elomatreb> lynx ignore javascript and has no DOM, so it's not what you need here
<warlock_handler> ohhh thats what you mean when you say contaminate your data
<warlock_handler> got it
<elomatreb> It's only a few requests always coming from (probably) the same IP, can't you simply filter those out again?
<warlock_handler> cant contaminate the data.. that defeats the purpose :(
dogweather has joined #ruby
<gtaylor1> When I get a gem from rubygems.org, it is customary to expect it to build and install, correct? Am trying to understand why qpid_messaging does not install and does not have a .gemspec. ??
<elomatreb> Then you'll probably have to get crafty with Nokogiri. You could try to get the src attribute from the iframe and parse the document at that url
<warlock_handler> hmm let me try this... usually the conversion pixels cookie the browser.. if I dont accept their cookie.. they might not consider me as a valid conversion.. let me try that too
sid_fules has joined #ruby
maattdd has quit [Ping timeout: 260 seconds]
Rodya_ has quit [Remote host closed the connection]
Rodya_ has joined #ruby
xrlk has quit [Ping timeout: 244 seconds]
raul782 has joined #ruby
fmcgeough has quit [Quit: fmcgeough]
karapetyan has quit [Remote host closed the connection]
vikaton has joined #ruby
harai has quit [Ping timeout: 240 seconds]
hutch34 has quit [Ping timeout: 258 seconds]
sarbs has joined #ruby
raul782 has quit [Ping timeout: 245 seconds]
montanonic has quit [Ping timeout: 260 seconds]
minimalism has joined #ruby
hahuang65 has quit [Ping timeout: 246 seconds]
sid_fules has quit [Read error: Connection reset by peer]
sid_fules has joined #ruby
xall has joined #ruby
xall has quit [Ping timeout: 244 seconds]
dogweather has quit [Remote host closed the connection]
hahuang65 has joined #ruby
jaguarmagenta has joined #ruby
jaguarma_ has joined #ruby
jaguarmagenta has quit [Ping timeout: 246 seconds]
nankyokusei has joined #ruby
jaguarma_ has quit [Remote host closed the connection]
nankyokusei has quit [Ping timeout: 246 seconds]
jaguarmagenta has joined #ruby
warlock_handler has quit [Ping timeout: 260 seconds]
Jackneill has quit [Remote host closed the connection]
solocshaw has quit [Ping timeout: 256 seconds]
Limix has quit [Quit: Limix]
sid_fules has quit [Read error: Connection reset by peer]
benlieb has joined #ruby
saneax-_-|AFK is now known as saneax
stan_man_can has joined #ruby
igniting has joined #ruby
<stan_man_can> Hey all. I run a free API and I'm re-vamping the website. Would anyone mind writing some demo-code for how to use it in ruby? It's REALLY easy to use.
hahuang65 has quit [Ping timeout: 245 seconds]
<stan_man_can> Just a simple GET request of http://api.macvendors.com/{mac address}
<stan_man_can> If we find a match we return it as a string, if not we return a 404
<stan_man_can> That one works
<stan_man_can> that one doesn't
lel has quit [Ping timeout: 265 seconds]
ramfjord has quit [Ping timeout: 250 seconds]
montanonic has joined #ruby
ledestin has quit [Read error: Connection reset by peer]
<havenwood> stan_man_can: require 'open-uri'; open 'http://api.macvendors.com/00:00:00:00:00:00', &:read #=> "XEROX CORPORATION"
sid_fules has joined #ruby
<stan_man_can> havenwood, thank you so much I really appreciate it
raul782 has joined #ruby
<havenwood> stan_man_can: No prob! That's with the Ruby stdlib but if you'd like more examples with gems just ask!
<stan_man_can> stdlib is probably best :)
r3vDev has joined #ruby
JesseH has quit [Ping timeout: 260 seconds]
marr has quit [Ping timeout: 250 seconds]
benlieb has quit [Quit: benlieb]
raul782 has quit [Ping timeout: 246 seconds]
montanonic has quit [Ping timeout: 260 seconds]
r3vDev has quit [Ping timeout: 252 seconds]
jaguarmagenta has quit [Remote host closed the connection]
nankyokusei has joined #ruby
Immune has joined #ruby
Immune has quit [Max SendQ exceeded]
jaguarmagenta has joined #ruby
Immune has joined #ruby
<stan_man_can> i mean,i know it wors, but is it "right"
JesseH has joined #ruby
<stan_man_can> /s/wors/works/
jenrzzz has joined #ruby
nankyokusei has quit [Ping timeout: 245 seconds]
karapetyan has joined #ruby
centrx has quit []
jenrzzz has quit [Ping timeout: 250 seconds]
d^sh_ has joined #ruby
Limix has joined #ruby
montanonic has joined #ruby
<stan_man_can> ah, the beautiful ruby way :)
<havenwood> stan_man_can: the Ruby community is rather stickler about two-space soft tabs and the block format is often preferred because it auto-closes (though in this case it's more just aesthetics)
<stan_man_can> havenwood, good to know thanks
karapetyan has quit [Ping timeout: 265 seconds]
<stan_man_can> I've been thinking about trying ruby/rails lately, we'll see if I can find a good project to use it for
d^sh has quit [Ping timeout: 248 seconds]
<havenwood> stan_man_can: ah nice
<havenwood> happy hacking!
<stan_man_can> thanks :)
stan_man_can has left #ruby ["Leaving"]
ResidentBiscuit has joined #ruby
cdg has joined #ruby
<adam12> What the heck is ,= and why have I never see it before today...
<al2o3-cr> adam12: saves you from do arr[0]/first
<al2o3-cr> if only the first element is needed
solocshaw has joined #ruby
ResidentBiscuit has quit [Ping timeout: 260 seconds]
<adam12> Hmm
hahuang65 has joined #ruby
<al2o3-cr> >> oct1 ,= "\x7F\x00\x00\x01".unpack('C4'); oct1
<ruby[bot]> al2o3-cr: # => 127 (https://eval.in/686120)
<havenwood> >> oct1, _ = "\x7F\x00\x00\x01".unpack('C4'); oct1
<ruby[bot]> havenwood: # => 127 (https://eval.in/686121)
<havenwood> adam12: Use an underscore to denote a missing argument is an idiomatic way to make that clearer.
<havenwood> Using*
<adam12> havenwood: That's more familiar to me.
bturker has joined #ruby
hahuang65 has quit [Ping timeout: 250 seconds]
aryaching has quit [Ping timeout: 268 seconds]
bturker has quit [Ping timeout: 256 seconds]
bmurt has joined #ruby
Channel6 has joined #ruby
Channel6 has quit [Client Quit]
solocshaw has quit [Ping timeout: 258 seconds]
Channel6 has joined #ruby
johnny56_ has quit [Ping timeout: 246 seconds]
millerti has joined #ruby
johnny56_ has joined #ruby
it_tard has joined #ruby
it_tard has quit [Client Quit]
Rodya_ has quit [Remote host closed the connection]
nfk has quit [Ping timeout: 260 seconds]
aidalgol has quit [Read error: Connection reset by peer]
eljimmy has joined #ruby
aidalgol has joined #ruby
nankyokusei has joined #ruby
saneax is now known as saneax-_-|AFK
sid_fules has quit [Read error: Connection reset by peer]
jaguarmagenta has quit [Remote host closed the connection]
nankyokusei has quit [Ping timeout: 240 seconds]
GodFather has quit [Ping timeout: 246 seconds]
Limix has quit [Quit: Limix]
Rodya_ has joined #ruby
libastral has quit [Ping timeout: 256 seconds]
Rodya_ has quit [Ping timeout: 256 seconds]
libastral has joined #ruby
SCHAAP137 has quit [Read error: Connection reset by peer]
jcao219 has joined #ruby
Immune has quit [Ping timeout: 265 seconds]
cdg has quit [Remote host closed the connection]
jaguarmagenta has joined #ruby
cdg has joined #ruby
solocshaw has joined #ruby
cdg has quit [Ping timeout: 265 seconds]
nelsonsar has quit [Remote host closed the connection]
nelsonsar has joined #ruby
nelsonsar has quit [Ping timeout: 256 seconds]
tuxaddicted has joined #ruby
solocshaw has quit [Ping timeout: 245 seconds]
nankyokusei has joined #ruby
nankyokusei has quit [Ping timeout: 260 seconds]
raul782 has joined #ruby
yeticry has quit [Ping timeout: 256 seconds]
raul782 has quit [Ping timeout: 250 seconds]
yeticry has joined #ruby
Rodya_ has joined #ruby
sid_fules has joined #ruby
hanmac has quit [Ping timeout: 256 seconds]
chouhoul_ has quit [Remote host closed the connection]
Rodya_ has quit [Ping timeout: 260 seconds]
yeticry has quit [Ping timeout: 256 seconds]
Puffball_ has joined #ruby
yeticry has joined #ruby
Puffball has quit [Ping timeout: 260 seconds]
Puffball has joined #ruby
blackbombay has quit [Ping timeout: 268 seconds]
Puffball_ has quit [Ping timeout: 240 seconds]
enterprisey has joined #ruby
cdg has joined #ruby
gix has quit [Ping timeout: 250 seconds]
hanmac has joined #ruby
Madplatypus has quit [Quit: Connection closed for inactivity]
bmurt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
gix has joined #ruby
d0nn1e has quit [Ping timeout: 244 seconds]
nankyokusei has joined #ruby
dviola has quit [Quit: WeeChat 1.6]
d0nn1e has joined #ruby
bturker has joined #ruby
nankyokusei has quit [Ping timeout: 246 seconds]
Ropeney_ has joined #ruby
ropeney has quit [Ping timeout: 244 seconds]
arescorpio has quit [Quit: Leaving.]
bturker has quit [Ping timeout: 256 seconds]
sid_fules has quit [Remote host closed the connection]
zukin has joined #ruby
howdoi has joined #ruby
raul782 has joined #ruby
c355e3b has quit [Quit: Connection closed for inactivity]
raul782 has quit [Ping timeout: 260 seconds]
DLSteve has quit [Quit: All rise, the honorable DLSteve has left the channel.]
jcao219 has quit [Ping timeout: 246 seconds]
Rodya_ has joined #ruby
Rodya_ has quit [Ping timeout: 258 seconds]
tau has quit [Remote host closed the connection]
conta has joined #ruby
nankyokusei has joined #ruby
conta has quit [Ping timeout: 250 seconds]
zukin has quit [Ping timeout: 250 seconds]
terlar has joined #ruby
nankyokusei has quit [Ping timeout: 250 seconds]
_whitelogger has joined #ruby
sid_fules has joined #ruby
SteenJobs has joined #ruby
Channel6 has quit [Quit: Leaving]
sid_fules has quit [Ping timeout: 258 seconds]
zukin has joined #ruby
freelow has joined #ruby
<freelow> how to add channel?
<freelow> so I can navigate different channels
zukin has quit [Client Quit]
vuoto has joined #ruby
freelow has left #ruby [#ruby]
igniting has quit [Ping timeout: 244 seconds]
raul782 has joined #ruby
nankyokusei has joined #ruby
cdg_ has joined #ruby
jackjackdripper has joined #ruby
jackjackdripper has quit [Client Quit]
jackjackdripper has joined #ruby
raul782 has quit [Ping timeout: 240 seconds]
eljimmy has quit [Quit: This computer has gone to sleep]
eljimmy has joined #ruby
cdg has quit [Ping timeout: 260 seconds]
eljimmy has quit [Client Quit]
eljimmy has joined #ruby
igniting has joined #ruby
eljimmy has quit [Client Quit]
eljimmy has joined #ruby
eljimmy has quit [Client Quit]
eljimmy has joined #ruby
nankyokusei has quit [Ping timeout: 256 seconds]
eljimmy has quit [Client Quit]
eljimmy has joined #ruby
eljimmy has quit [Client Quit]
Rodya_ has joined #ruby
nofxxx has joined #ruby
Rodya_ has quit [Ping timeout: 245 seconds]
nofxx has quit [Ping timeout: 246 seconds]
igniting has quit [Ping timeout: 245 seconds]
Rickmasta has quit [Quit: Textual IRC Client: www.textualapp.com]
blackbombay has joined #ruby
Rickmasta has joined #ruby
vikaton has quit [Quit: Connection closed for inactivity]
SAVAGE has joined #ruby
lxsameer has joined #ruby
frankiee_ has quit [Ping timeout: 260 seconds]
bturker has joined #ruby
igniting has joined #ruby
jackjackdripper1 has joined #ruby
nankyokusei has joined #ruby
bturker has quit [Ping timeout: 256 seconds]
jackjackdripper has quit [Ping timeout: 268 seconds]
nankyokusei has quit [Ping timeout: 260 seconds]
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
tuxaddicted has quit [Ping timeout: 240 seconds]
Hyuk has joined #ruby
NeverTired has quit [Quit: Connection closed for inactivity]
raul782 has joined #ruby
dnicole has joined #ruby
raul782 has quit [Ping timeout: 260 seconds]
enterprisey has quit [Quit: Leaving]
jackjackdripper has joined #ruby
jackjackdripper1 has quit [Read error: Connection reset by peer]
Rodya_ has joined #ruby
tuxaddicted has joined #ruby
Ishido has joined #ruby
Rodya_ has quit [Ping timeout: 240 seconds]
jackjackdripper has quit [Quit: Leaving.]
eb0t_ has joined #ruby
dnicole has quit [Remote host closed the connection]
pi_GA has joined #ruby
pi_GA has quit [Client Quit]
piGA has joined #ruby
jgnagy has quit [Remote host closed the connection]
jgnagy has joined #ruby
eb0t has quit [Ping timeout: 252 seconds]
montanonic has quit [Ping timeout: 265 seconds]
JankyDoodle has joined #ruby
Jank has quit [Read error: Connection reset by peer]
jgnagy has quit [Ping timeout: 246 seconds]
minimalism has quit [Quit: minimalism]
nankyokusei has joined #ruby
igniting has quit [Ping timeout: 258 seconds]
nankyokusei has quit [Ping timeout: 256 seconds]
rippa has joined #ruby
JoshS has quit [Read error: Connection reset by peer]
pawnbox has joined #ruby
JoshS has joined #ruby
sid_fules has joined #ruby
montanonic has joined #ruby
chris2 has quit [Ping timeout: 245 seconds]
sdothum has quit [Quit: ZNC - 1.6.0 - http://znc.in]
sid_fules has quit [Ping timeout: 256 seconds]
rsampaio_ has joined #ruby
ruby-lang464 has joined #ruby
igniting has joined #ruby
ur5us has joined #ruby
skalfyfan has joined #ruby
chris2 has joined #ruby
A5101 has joined #ruby
cbx_cubic has joined #ruby
blackbombay has quit [Ping timeout: 256 seconds]
finisherr has joined #ruby
cdg_ has quit [Remote host closed the connection]
cdg has joined #ruby
benlieb has joined #ruby
ta_ has quit [Read error: Connection reset by peer]
terlar has quit [Ping timeout: 246 seconds]
vuoto has quit [Remote host closed the connection]
cbx_cubic has quit [Quit: Leaving]
cdg has quit [Ping timeout: 240 seconds]
yardenbar has joined #ruby
cbx_cubic has joined #ruby
ta_ has joined #ruby
matp has quit [Remote host closed the connection]
raul782 has joined #ruby
nankyokusei has joined #ruby
matp has joined #ruby
benlieb has quit [Quit: benlieb]
nankyokusei has quit [Ping timeout: 240 seconds]
raul782 has quit [Ping timeout: 260 seconds]
vuoto has joined #ruby
manjaroi3_ has joined #ruby
Rodya_ has joined #ruby
vuoto has quit [Remote host closed the connection]
vuoto has joined #ruby
vuoto has quit [Remote host closed the connection]
vuoto has joined #ruby
vuoto has quit [Client Quit]
brent__ has quit [Quit: Connection closed for inactivity]
vuoto has joined #ruby
chouhoulis has joined #ruby
Rodya_ has quit [Ping timeout: 260 seconds]
Immune has joined #ruby
chouhoulis has quit [Ping timeout: 268 seconds]
Janky has joined #ruby
JankyDoodle has quit [Read error: Connection reset by peer]
monban has joined #ruby
teclator has quit [Ping timeout: 260 seconds]
teclator has joined #ruby
yeticry has quit [Ping timeout: 258 seconds]
cbx_cubic has quit [Quit: Leaving]
cbx_cubic has joined #ruby
yeticry has joined #ruby
benlieb has joined #ruby
ur5us has quit [Remote host closed the connection]
ur5us has joined #ruby
william3 has joined #ruby
nankyokusei has joined #ruby
araujo has quit [Read error: Connection timed out]
maryo has quit [Read error: Connection reset by peer]
araujo has joined #ruby
vuoto has quit [Quit: Lost terminal]
yeticry has quit [Ping timeout: 246 seconds]
vuoto has joined #ruby
ur5us has quit [Ping timeout: 256 seconds]
bturker has joined #ruby
yeticry has joined #ruby
william3 has quit [Ping timeout: 260 seconds]
nankyokusei has quit [Ping timeout: 260 seconds]
the_drow has joined #ruby
A5101 has quit [Ping timeout: 246 seconds]
bturker has quit [Ping timeout: 256 seconds]
moufl has quit [Quit: fuck it.]
firstdayonthejob has joined #ruby
terlar has joined #ruby
firstdayonthejob has quit [Client Quit]
benlieb has quit [Quit: benlieb]
firstdayonthejob has joined #ruby
nofxxx has quit [Ping timeout: 252 seconds]
vuoto has quit [Quit: Lost terminal]
vuoto has joined #ruby
raul782 has joined #ruby
claudiuinberlin has joined #ruby
terlar has quit [Ping timeout: 258 seconds]
Hyuk has quit [Quit: Textual IRC Client: www.textualapp.com]
raul782 has quit [Ping timeout: 265 seconds]
manjaroi3_ has quit [Remote host closed the connection]
ruby-lang464 has quit [Quit: Page closed]
ledestin has joined #ruby
Rodya_ has joined #ruby
nankyokusei has joined #ruby
r3vDev has joined #ruby
Rodya_ has quit [Ping timeout: 258 seconds]
teclator has quit [Ping timeout: 240 seconds]
teclator has joined #ruby
gingray has joined #ruby
nankyokusei has quit [Ping timeout: 260 seconds]
jgnagy has joined #ruby
CrashOverride has joined #ruby
Jank has joined #ruby
Janky has quit [Read error: Connection reset by peer]
aryaching has joined #ruby
jgnagy has quit [Ping timeout: 248 seconds]
Dimik has quit [Ping timeout: 260 seconds]
gingray has quit [Ping timeout: 258 seconds]
skalfyfan has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
nankyokusei has joined #ruby
chwbacca has joined #ruby
jaguarmagenta has quit [Remote host closed the connection]
moufl has joined #ruby
Immune has quit [Ping timeout: 265 seconds]
Madplatypus has joined #ruby
hightower3 has joined #ruby
CrashOverride has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
claudiuinberlin has quit [Remote host closed the connection]
claudiuinberlin has joined #ruby
nankyokusei has quit [Ping timeout: 265 seconds]
Fichtenstein has joined #ruby
hightower2 has quit [Ping timeout: 244 seconds]
ur5us has joined #ruby
ur5us has quit [Remote host closed the connection]
ur5us has joined #ruby
hutch34 has joined #ruby
last_staff has joined #ruby
hutch34 has quit [Ping timeout: 256 seconds]
vuoto has quit [Remote host closed the connection]
mati_urunda has joined #ruby
r3vDev has quit [Ping timeout: 250 seconds]
william3 has joined #ruby
Rodya_ has joined #ruby
r3vDev has joined #ruby
aidalgol has quit [Quit: zZzZZZzzzzzzz]
xall has joined #ruby
cajone has quit [Remote host closed the connection]
nankyokusei has joined #ruby
Rodya_ has quit [Ping timeout: 258 seconds]
jcao219 has joined #ruby
masterasia has joined #ruby
<masterasia> Easy way to create a specific time?
<masterasia> Say I want 8am today
xall has quit [Ping timeout: 268 seconds]
dionysus69 has joined #ruby
nankyokusei has quit [Ping timeout: 256 seconds]
rippa has quit [Quit: {#`%${%&`+'${`%&NO CARRIER]
Janky has joined #ruby
Jank has quit [Read error: Connection reset by peer]
chwbacca has quit [Ping timeout: 265 seconds]
ur5us has quit [Remote host closed the connection]
ur5us has joined #ruby
<masterasia> Nvm figured it out
<masterasia> "8:00am".to_time
ur5us has quit [Ping timeout: 265 seconds]
xcesariox has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
last_staff has quit [Read error: Connection reset by peer]
j2k has quit [Quit: Textual IRC Client: www.textualapp.com]
last_staff has joined #ruby
Hyuk has joined #ruby
toretore has joined #ruby
xrlk has joined #ruby
bturker has joined #ruby
xall has joined #ruby
nankyokusei has joined #ruby
david1 has joined #ruby
Olipro has quit [Ping timeout: 260 seconds]
nankyokusei has quit [Ping timeout: 245 seconds]
frankiee_ has joined #ruby
aryaching has quit [Ping timeout: 246 seconds]
william3 has quit [Remote host closed the connection]
william3 has joined #ruby
YaknotiS has quit [Ping timeout: 256 seconds]
rsampaio_ has quit [Ping timeout: 245 seconds]
hightower3 has quit [Ping timeout: 250 seconds]
william3 has quit [Ping timeout: 250 seconds]
hightower3 has joined #ruby
conta has joined #ruby
hightower2 has joined #ruby
hightower3 has quit [Ping timeout: 260 seconds]
raul782 has joined #ruby
conta1 has joined #ruby
raul782 has quit [Ping timeout: 248 seconds]
hightower3 has joined #ruby
SCHAAP137 has joined #ruby
hightower2 has quit [Ping timeout: 250 seconds]
conta1 has quit [Ping timeout: 250 seconds]
nankyokusei has joined #ruby
Rodya_ has joined #ruby
dionysus70 has joined #ruby
aryaching has joined #ruby
dionysus69 has quit [Ping timeout: 245 seconds]
dionysus70 is now known as dionysus69
Rodya_ has quit [Ping timeout: 256 seconds]
nankyokusei has quit [Ping timeout: 258 seconds]
jgnagy has joined #ruby
aryaching_ has joined #ruby
hightower2 has joined #ruby
sid_fules has joined #ruby
Jank has joined #ruby
Janky has quit [Read error: Connection reset by peer]
aryaching has quit [Ping timeout: 244 seconds]
william3 has joined #ruby
hightower3 has quit [Ping timeout: 256 seconds]
gener1c has joined #ruby
jgnagy has quit [Ping timeout: 260 seconds]
<gener1c> ohayo gozaimas
<gener1c> is there a way to decorate all the instance methods in a single class?
william3 has quit [Remote host closed the connection]
william3 has joined #ruby
SAVAGE has quit [Quit: Connection closed for inactivity]
<matthewd> gener1c: You could use a delegator, or you could just loop over all the methods on the class
lenwood has joined #ruby
<gener1c> how?
<gener1c> Class.instance_methods.each {}
<gener1c> then what
<gener1c> how do i override it with the same code + a little more
<Mon_Ouie> define_method(name) do |*args, &block| do_stuff; @wrapped_object.public_send(name, *args, &block); do more stuff; end
lxsameer has quit [Ping timeout: 256 seconds]
<Mon_Ouie> (or super if you make this a subclass)
<matthewd> String.prepend Module.new { String.instance_methods(false).each {|name| define_method(name) {|*args, &block| puts "decorated"; super(*args, &block) } } }
<matthewd> .. which yeah, is basically the same thing
conta has quit [Ping timeout: 260 seconds]
<gener1c> String.prepend?
<matthewd> Where String == the class you're decorating
<gener1c> but why prepend
nankyokusei has joined #ruby
<herwin> or you could use a proxy-object and method_missing
<gener1c> method_missing is for missing methods
<gener1c> not for existing ones
sid_fules has quit [Read error: Connection reset by peer]
sid_fules has joined #ruby
<matthewd> gener1c: Because that's how you decorate a class?
sid_fules has quit [Remote host closed the connection]
<gener1c> ah module prepend
<gener1c> i was looking at String's api
nanoz has joined #ruby
nanoz has joined #ruby
nanoz has quit [Changing host]
<gener1c> Class::prepend
sid_fules has joined #ruby
nankyokusei has quit [Ping timeout: 252 seconds]
<Mon_Ouie> method_missing would work. You would define it on a proxy object that forwards all method calls to another object, not on the object itself.
<Mon_Ouie> See e.g. the implementation of the Delegator class
Anonymoose2 has joined #ruby
jaguarmagenta has joined #ruby
reverberations has quit [Ping timeout: 240 seconds]
ResidentBiscuit has joined #ruby
r3vDev has quit [Ping timeout: 258 seconds]
<gener1c> so
<gener1c> i would just define method missing on the delegator with the additional code and do a method call to the other object
<gener1c> the issue with that would be calling a missing method and not getting an error right away
<Mon_Ouie> You could check with #respond_to?
hightower2 has quit [Ping timeout: 246 seconds]
jaguarmagenta has quit [Ping timeout: 248 seconds]
ResidentBiscuit has quit [Ping timeout: 260 seconds]
hutch34 has joined #ruby
SAVAGE has joined #ruby
r3vDev has joined #ruby
Hyuk has quit [Quit: Textual IRC Client: www.textualapp.com]
hutch34 has quit [Ping timeout: 256 seconds]
c355e3b has joined #ruby
blackwind_123 has quit [Ping timeout: 246 seconds]
nankyokusei has joined #ruby
blackwind_123 has joined #ruby
sid_fules has quit [Remote host closed the connection]
hightower2 has joined #ruby
raul782 has joined #ruby
nankyokusei has quit [Ping timeout: 245 seconds]
sid_fules has joined #ruby
raul782 has quit [Ping timeout: 244 seconds]
zapata has quit [Ping timeout: 240 seconds]
blackbombay has joined #ruby
Andrey_ has joined #ruby
Rodya_ has joined #ruby
bturker has quit [Ping timeout: 256 seconds]
Andrey_ has quit [Client Quit]
ruby-Andrey has joined #ruby
blackbombay has quit [Ping timeout: 250 seconds]
muelleme has joined #ruby
<ruby-Andrey> добрый день, можно у кого то про консульцироватся по поводу запуска сервера RoR ?
<domgetter> ruby-Andrey There is a #rubyonrails channel for RoR questions
<toretore> ?rails ruby-Andrey
<ruby[bot]> ruby-Andrey: Please join #RubyOnRails for Rails questions. You need to be identified with NickServ, see /msg NickServ HELP
<toretore> beat me to it
careta has joined #ruby
charliesome has joined #ruby
Rodya_ has quit [Ping timeout: 258 seconds]
leitz has joined #ruby
yeticry has quit [Ping timeout: 265 seconds]
last_staff has quit [Quit: *poof*]
yeticry has joined #ruby
charliesome has quit [Client Quit]
<leitz> Should line.strip! removed multiple ":" at the end of a string?
Jank has quit [Read error: Connection reset by peer]
sid_fules has quit [Read error: Connection reset by peer]
Jank has joined #ruby
zapata has joined #ruby
anuxivm has joined #ruby
<Mon_Ouie> >> x = "foo:::"; x.strip!; x
<ruby[bot]> Mon_Ouie: # => "foo:::" (https://eval.in/686198)
<herwin> strip is limited to whitespace
nankyokusei has joined #ruby
<leitz> Mon_Ouie, that's what I thought. Still, either it's not working or my brain isn't.
xall has quit [Ping timeout: 244 seconds]
<leitz> Let me make sure the code is up and I'll show it.
karapetyan has joined #ruby
nankyokusei has quit [Ping timeout: 248 seconds]
charliesome has joined #ruby
<leitz> Okay, so I'm running into two issues. Confusion being a given.... Code is https://github.com/LeamHall/tdw_workspace/blob/master/bin/process_data_text.rb#L25-L32
william3 has quit [Remote host closed the connection]
<leitz> The output code for this has the ":::" at the end, from lines 24,25.
<herwin> item.sub!(/:+\z/, '')
<Mon_Ouie> This code makes Bobby Tables sad
<herwin> that's the only way to remove 0 or more : at the end afaik
<leitz> The line_array.each starting in line 28 doesn't put the 'null" in, it prints nothing.
<herwin> *only sensible way
<leitz> The goal is the opposite; "null' values for sqlite so I can put the data in.
<leitz> The issue I started with is that the last field, even if I changed it, included a newline.
vuoto has joined #ruby
<leitz> Trying to put in "null" (line 30) was the goal, but it's notw working.
<leitz> I'm assuming operator error, just not sure how to fix it.
<matthewd> leitz: gist an example of what's going in, what you want out, and what's actually happening?
sid_fules has joined #ruby
<matthewd> leitz: Also, you're not properly escaping these strings, so Very Bad Things could happen given malicious or even accidentally inconvenient input data
lenwood has quit [Ping timeout: 260 seconds]
<leitz> Gist:
<leitz> matthewd, understood. I need to figure out the Ruby string escape stuff.
<leitz> For the nonce the input is solely my own.
<Mon_Ouie> >> "foo:::".split(":")
<ruby[bot]> Mon_Ouie: # => ["foo"] (https://eval.in/686202)
<Mon_Ouie> >> "foo:::".split(":", -1)
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<ruby[bot]> Mon_Ouie: # => ["foo", "", "", ""] (https://eval.in/686203)
bturker has joined #ruby
nankyokusei has joined #ruby
maattdd has joined #ruby
<leitz> Mon_Ouie, so the array doesn't have anything after the first ":" in the final series?
r3vDev has quit [Ping timeout: 246 seconds]
<matthewd> leitz: That seems like something you can confirm for yourself
<Mon_Ouie> No, it's just that when there's nothing between two ':', you don't get an entry in the array
<matthewd> .. at the end
<Mon_Ouie> This may make more sense when you look at whitespace like: "foo bar baz", this splits into ["foo", "bar", "baz"]
<Mon_Ouie> Oh, right, only at the end, whitespace is just special cased
<leitz> matthewd, I did confirm it, just letting Mon_Ouie know.
<leitz> One of those "hmm..." moments you share with friends.
nankyokusei has quit [Ping timeout: 265 seconds]
maattdd has quit [Ping timeout: 256 seconds]
<leitz> So the solution is to ensure there's something between what would be empty fields.
<matthewd> Isn't the solution to do the thing that Mon_Ouie showed made it do what you want? :/
<matthewd> i.e., pass a second parameter to split
hightower3 has joined #ruby
* leitz goes off to test.
charliesome has joined #ruby
charliesome has quit [Client Quit]
hightower2 has quit [Ping timeout: 256 seconds]
charliesome has joined #ruby
<leitz> Yup.
maattdd has joined #ruby
hutch34 has joined #ruby
bturker has quit [Ping timeout: 256 seconds]
Kendos-Kenlen has joined #ruby
nanoz has quit [Quit: <3]
sid_fules has quit [Read error: Connection reset by peer]
hutch34 has quit [Ping timeout: 250 seconds]
symm- has joined #ruby
nankyokusei has joined #ruby
william3 has joined #ruby
conta has joined #ruby
tk__ has joined #ruby
william3 has quit [Remote host closed the connection]
<leitz> So, with Mon_Ouie's suggestion the split issue has been fixed. With some time and coffee the "too many fields" issue has been resolved. Now back to matthewd's comment. Any good tutorials on better string escaping? i'm munging data from a known source in a different file, but better filtering is better.
william3 has joined #ruby
sdothum has joined #ruby
<matthewd> The best advice is "don't" -- lean on a library that already knows what it's doing
nankyokusei has quit [Ping timeout: 244 seconds]
sid_fules has joined #ruby
ruby-Andrey has quit [Ping timeout: 260 seconds]
Rodya_ has joined #ruby
frankiee_ has quit [Ping timeout: 245 seconds]
harfangk has joined #ruby
william3 has quit [Ping timeout: 250 seconds]
vuoto has quit [Remote host closed the connection]
vuoto has joined #ruby
<leitz> matthewd, the issue that I keep running into is that gems are often unsupported on old versions of Ruby, and that's what I have to work with. Unless it's in the standard library, I'm kinda hosed. Speaking of, lemme go look at the book.
frankiee_ has joined #ruby
william3 has joined #ruby
<herwin> and why exactly are you running an old version of ruby?
platzhirsch has joined #ruby
cfec0b8d has joined #ruby
chouhoulis has joined #ruby
hightower2 has joined #ruby
terlar has joined #ruby
vuoto has quit [Remote host closed the connection]
vuoto has joined #ruby
maattdd has quit [Ping timeout: 246 seconds]
william3 has quit [Remote host closed the connection]
nankyokusei has joined #ruby
hightower3 has quit [Ping timeout: 250 seconds]
montanonic has quit [Ping timeout: 256 seconds]
Janky has joined #ruby
Jank has quit [Read error: Connection reset by peer]
william3 has joined #ruby
nankyokusei has quit [Ping timeout: 258 seconds]
william3 has quit [Remote host closed the connection]
careta has quit [Ping timeout: 246 seconds]
nadir has quit [Quit: Connection closed for inactivity]
nowhere_man has joined #ruby
tomphp has joined #ruby
<yorickpeterse> chrisseaton: how does Truffle handle objects stored in the GC's remembered set? Does it just do whatever the heck the JVM does?
sepp2k has joined #ruby
nankyokusei has joined #ruby
<yorickpeterse> chrisseaton: e.g. does it just keep track of mature -> young pointers until they're no longer in use?
<yorickpeterse> chrisseaton: for this GC I'm working on I'm just promoting those young pointers right away, but I'm curious what other VMs do. Sadly I can't really find that many details on the JVM & friends
platzhirsch has quit [Ping timeout: 250 seconds]
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
nankyokusei has quit [Ping timeout: 252 seconds]
william3 has joined #ruby
Devalo has joined #ruby
r3vDev has joined #ruby
sid_fules has quit [Read error: Connection reset by peer]
william3 has quit [Remote host closed the connection]
william3 has joined #ruby
yeticry has quit [Ping timeout: 246 seconds]
yeticry has joined #ruby
vuoto has quit [Remote host closed the connection]
william3 has quit [Remote host closed the connection]
nankyokusei has joined #ruby
jaguarmagenta has joined #ruby
william3 has joined #ruby
yeticry has quit [Remote host closed the connection]
william3 has quit [Remote host closed the connection]
sid_fules has joined #ruby
yeticry has joined #ruby
rippa has joined #ruby
nankyokusei has quit [Ping timeout: 268 seconds]
symm- has quit [Ping timeout: 265 seconds]
jaguarmagenta has quit [Ping timeout: 248 seconds]
hanmac has quit [Quit: Leaving.]
mBailey_j has joined #ruby
muelleme has quit [Ping timeout: 268 seconds]
nankyokusei has joined #ruby
Madplatypus has quit [Quit: Connection closed for inactivity]
cibs has quit [Ping timeout: 268 seconds]
leitz has quit [Quit: Nappy time]
cibs has joined #ruby
nankyokusei has quit [Ping timeout: 250 seconds]
minimalism has joined #ruby
bturker has joined #ruby
Janky has quit [Quit: Leaving]
Janky has joined #ruby
Rodya_ has quit [Read error: Connection reset by peer]
Rodya_ has joined #ruby
Janky is now known as JankyDoodle
raul782 has joined #ruby
william3 has joined #ruby
nankyokusei has joined #ruby
JankyDoodle has quit [Read error: Connection reset by peer]
tomphp has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
pawnbox has quit [Remote host closed the connection]
nankyokusei has quit [Ping timeout: 245 seconds]
raul782 has quit [Ping timeout: 250 seconds]
zapata has quit [Quit: WeeChat 1.6]
kimegede has joined #ruby
minimalism has quit [Ping timeout: 260 seconds]
pawnbox has joined #ruby
shinnya has joined #ruby
tomphp has joined #ruby
nankyokusei has joined #ruby
sid_fules has quit [Read error: Connection reset by peer]
cloud has quit [Quit: Goodbye!]
anuxivm has quit [Ping timeout: 252 seconds]
nankyokusei has quit [Ping timeout: 248 seconds]
anuxivm has joined #ruby
anuxivm has quit [Max SendQ exceeded]
nankyokusei has joined #ruby
tk__ has quit [Quit: ばいばい]
zapata has joined #ruby
aef has quit [Ping timeout: 256 seconds]
nankyokusei has quit [Ping timeout: 256 seconds]
kimegede has quit [Quit: Leaving...]
sid_fules has joined #ruby
symm- has joined #ruby
nankyokusei has joined #ruby
tau has joined #ruby
william3 has quit [Remote host closed the connection]
BigDawg has joined #ruby
nankyokusei has quit [Ping timeout: 246 seconds]
nowhere_man has quit [Ping timeout: 246 seconds]
Tempesta has quit [Quit: See ya!]
zeroDi has joined #ruby
zeroDi has quit [Read error: Connection reset by peer]
zeroDi has joined #ruby
Devalo has quit [Remote host closed the connection]
bmurt has joined #ruby
william3 has joined #ruby
william3 has quit [Remote host closed the connection]
william3 has joined #ruby
BigDawg has quit [Remote host closed the connection]
minimalism has joined #ruby
conta has quit [Ping timeout: 250 seconds]
nelsonsar has joined #ruby
william3 has quit [Ping timeout: 250 seconds]
harfangk has quit [Quit: Textual IRC Client: www.textualapp.com]
Tempesta has joined #ruby
william3 has joined #ruby
sid_fules has quit [Read error: Connection reset by peer]
cdg has joined #ruby
nelsonsar has quit [Ping timeout: 260 seconds]
tpendragon has quit [Ping timeout: 256 seconds]
johnzorn has quit [Ping timeout: 258 seconds]
william3 has quit [Remote host closed the connection]
william3 has joined #ruby
harfangk has joined #ruby
william3 has quit [Ping timeout: 250 seconds]
sid_fules has joined #ruby
jaguarmagenta has joined #ruby
x0f_ has joined #ruby
GodFather has joined #ruby
nadir has joined #ruby
x0f has quit [Ping timeout: 256 seconds]
raul782 has joined #ruby
jgnagy has joined #ruby
x0f has joined #ruby
Anonymoose2 has quit [Quit: Leaving]
Wsewolod has quit [Read error: Connection reset by peer]
william3 has joined #ruby
x0f_ has quit [Ping timeout: 258 seconds]
greenbird has quit [Quit: This computer has gone to sleep]
raul782 has quit [Ping timeout: 250 seconds]
greenbird has joined #ruby
Fichtenstein has quit [Ping timeout: 250 seconds]
nowhere_man has joined #ruby
xcesariox has joined #ruby
william3 has quit [Remote host closed the connection]
Fichtenstein has joined #ruby
sid_fules has quit [Remote host closed the connection]
symm- has quit [Ping timeout: 250 seconds]
chris2 has quit [Ping timeout: 258 seconds]
r3vDev has quit [Quit: Leaving.]
r3vDev has joined #ruby
sid_fules has joined #ruby
cdg has quit [Ping timeout: 240 seconds]
Qommand0r has quit [Quit: WeeChat 1.6]
reverberations has joined #ruby
nowhere_man has quit [Ping timeout: 258 seconds]
cdg has joined #ruby
JoshS has quit [Read error: Connection reset by peer]
cajone has joined #ruby
william3 has joined #ruby
william3_ has joined #ruby
sid_fules has quit [Read error: Connection reset by peer]
william__ has joined #ruby
william3 has quit [Ping timeout: 250 seconds]
sid_fules has joined #ruby
william3_ has quit [Ping timeout: 246 seconds]
chris2 has joined #ruby
dviola has joined #ruby
sphex has quit [Ping timeout: 268 seconds]
Devalo has joined #ruby
william__ has quit [Ping timeout: 250 seconds]
dionysus69 has quit [Ping timeout: 245 seconds]
bayed has joined #ruby
tomphp has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
sphex has joined #ruby
johnzorn has joined #ruby
Devalo has quit [Ping timeout: 260 seconds]
Salih has joined #ruby
xrlk has quit [Quit: HEIL HITLER NIGGERS]
xrlk has joined #ruby
nelsonsar has joined #ruby
nelsonsa_ has joined #ruby
blackbombay has joined #ruby
terlar has quit [Ping timeout: 260 seconds]
nelsonsar has quit [Ping timeout: 250 seconds]
nelsonsa_ has quit [Ping timeout: 248 seconds]
ANTI_psychiatry has joined #ruby
ANTI_psychiatry has quit [Killed (Sigyn (Spam is off topic on freenode.))]
blackbombay has quit [Ping timeout: 265 seconds]
bmurt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
sid_fules has quit [Remote host closed the connection]
banisterfiend has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
cfec0b8d has quit [Read error: Connection reset by peer]
sid_fules has joined #ruby
banisterfiend has joined #ruby
maattdd has joined #ruby
sid_fules has quit [Remote host closed the connection]
bmurt has joined #ruby
GodFather has quit [Quit: Ex-Chat]
GodFather has joined #ruby
raul782 has joined #ruby
bmurt has quit [Client Quit]
al2o3-cr has quit [Quit: WeeChat 1.6]
raul782 has quit [Ping timeout: 244 seconds]
al2o3-cr has joined #ruby
jaguarmagenta has quit [Remote host closed the connection]
cajone has quit [Read error: Connection reset by peer]
tomphp has joined #ruby
jaguarmagenta has joined #ruby
maattdd has quit [Ping timeout: 244 seconds]
Ishido has quit [Remote host closed the connection]
ResidentBiscuit has joined #ruby
Ishido has joined #ruby
blackbombay has joined #ruby
solocshaw has joined #ruby
workmad3 has joined #ruby
al2o3-cr has quit [Quit: WeeChat 1.6]
nankyokusei has joined #ruby
droids___ has joined #ruby
vuoto has joined #ruby
al2o3-cr has joined #ruby
xall has joined #ruby
sid_fules has joined #ruby
giraffe has quit [Quit: ZNC - http://znc.in]
Jackneill has joined #ruby
nankyokusei has quit [Ping timeout: 250 seconds]
<droids___> I'm able to override (in this wrap around) Kernel.system by declaring "module Kernel" and then re-defining the "system" method. However I'm not able to do the same for Open3. My methods never get called. Any ideas on why this is happening and how can I fix it?
banisterfiend has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
jaguarmagenta has quit [Remote host closed the connection]
domgetter has quit [Ping timeout: 260 seconds]
tomphp has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
cdg has quit [Remote host closed the connection]
GodFather has quit [Ping timeout: 246 seconds]
zacts has quit [Ping timeout: 245 seconds]
bmurt has joined #ruby
giraffe has joined #ruby
tpendragon has joined #ruby
<al2o3-cr> droids___: what are you trying to do?
conta has joined #ruby
jaguarmagenta has joined #ruby
symm- has joined #ruby
r3vDev has quit [Ping timeout: 258 seconds]
nelsonsar has joined #ruby
<droids___> al2o3-cr: I'm using TracePoint to log events. But when it comes to Kernel.system or Open3.capture3 I get no visibility on what gets efectively executed. So I'm wrapping those methods so I can log which command is executed. I can do it for Kernel.system and it works fine but not for Open3.
<droids___> and by wrapper I mean re-declaring the module and re-defining the method
<al2o3-cr> droids___: let me check
workmad3 has quit [Ping timeout: 244 seconds]
houhoulis has joined #ruby
nelsonsar has quit [Ping timeout: 265 seconds]
<al2o3-cr> seems to work unless i'm not understanding correctly
yardenbar has quit [Ping timeout: 256 seconds]
shinnya has quit [Ping timeout: 244 seconds]
<al2o3-cr> btw this won't work with C calls, to my knowledge anyway
conta has quit [Ping timeout: 250 seconds]
solocshaw has quit [Ping timeout: 250 seconds]
gingray has joined #ruby
polishy has joined #ruby
polishy has quit [Client Quit]
tomphp has joined #ruby
<droids___> al2o3-cr: that's awesome. Thanks! But what do you mean by won't work with C calls? Embedding C code in Ruby?
cajone has joined #ruby
<al2o3-cr> droids___: like `system` which is a C call
cajone has quit [Remote host closed the connection]
<droids___> I see
<al2o3-cr> anyway bbl (30 minutes ish) making tandoori chicken :)
<al2o3-cr> give us a shout if you get stuck or just address the channel
pawnbox has quit [Read error: Connection reset by peer]
<al2o3-cr> someone might know
pawnbox_ has joined #ruby
teclator has quit [Remote host closed the connection]
<droids___> al2o3-cr: once again thanks! really appreciate it. Spent way too much time experimenting with it. Also off to the kitchen myself :)
sid_fules has quit [Read error: Connection reset by peer]
<al2o3-cr> np :P
kobain has joined #ruby
Salih has quit [Quit: Leaving]
cajone has joined #ruby
SteenJobs has quit [Quit: SteenJobs]
platzhirsch has joined #ruby
b0nn has quit [Remote host closed the connection]
bmurt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
banisterfiend has joined #ruby
raul782 has joined #ruby
sid_fules has joined #ruby
SteenJobs has joined #ruby
raul782 has quit [Ping timeout: 248 seconds]
benlieb has joined #ruby
mBailey_j has left #ruby ["WeeChat 1.6"]
cajone has quit [Ping timeout: 245 seconds]
the_drow has quit [Quit: This computer has gone to sleep]
BigDawg has joined #ruby
platzhirsch has quit [Ping timeout: 268 seconds]
BigDawg has left #ruby [#ruby]
johnzorn has quit [Read error: Connection reset by peer]
howdoi has quit [Quit: Connection closed for inactivity]
vuoto has quit [Remote host closed the connection]
dyjakan has quit [Remote host closed the connection]
banisterfiend has quit [Quit: Textual IRC Client: www.textualapp.com]
jaguarmagenta has quit [Remote host closed the connection]
jcao219 has quit [Ping timeout: 256 seconds]
cajone has joined #ruby
nelsonsar has joined #ruby
jcao219 has joined #ruby
william3 has joined #ruby
vuoto has joined #ruby
careta has joined #ruby
nelsonsar has quit [Ping timeout: 245 seconds]
marr has joined #ruby
zacts has joined #ruby
martinb has joined #ruby
<martinb> Hi
toretore has quit [Ping timeout: 240 seconds]
jaguarmagenta has joined #ruby
sid_fules has quit [Read error: Connection reset by peer]
igniting has quit [Ping timeout: 252 seconds]
cajone has quit [Ping timeout: 258 seconds]
Joufflu has joined #ruby
nelsonsar has joined #ruby
terlar has joined #ruby
toretore has joined #ruby
<havenwood> martinb: hi
function has joined #ruby
harai has joined #ruby
Mon_Ouie has quit [Quit: WeeChat 1.6]
sid_fules has joined #ruby
benlieb has quit [Quit: benlieb]
igniting has joined #ruby
Devalo has joined #ruby
tomphp has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
benlieb has joined #ruby
tomphp has joined #ruby
Rodya_ has quit [Remote host closed the connection]
dyjakan has joined #ruby
cajone has joined #ruby
GodFather has joined #ruby
Rodya_ has joined #ruby
vuoto has quit [Remote host closed the connection]
nadir has quit [Quit: Connection closed for inactivity]
chris2 has quit [Ping timeout: 246 seconds]
TheMoonMaster has quit [Quit: Later!]
sneakerhax has quit [Ping timeout: 250 seconds]
toretore has quit [Ping timeout: 246 seconds]
sid_fules has quit [Read error: Connection reset by peer]
nfk has joined #ruby
Kendos-Kenlen has quit [Quit: Konversation terminated!]
chris2 has joined #ruby
SCHAAP137 has quit [Ping timeout: 258 seconds]
william3 has quit [Remote host closed the connection]
tomphp has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
xcesariox has quit [Quit: Textual IRC Client: www.textualapp.com]
william3 has joined #ruby
skalfyfan has joined #ruby
ResidentBiscuit has quit [Remote host closed the connection]
sid_fules has joined #ruby
toretore has joined #ruby
GodFather has quit [Ping timeout: 246 seconds]
houhoulis has quit []
x0f_ has joined #ruby
william3 has quit [Remote host closed the connection]
x0f has quit [Ping timeout: 250 seconds]
bmurt has joined #ruby
william3 has joined #ruby
nankyokusei has joined #ruby
DLSteve has joined #ruby
Seich has quit [Ping timeout: 245 seconds]
function has quit [Quit: /dev/null is full]
SCHAAP137 has joined #ruby
bmurt has quit [Ping timeout: 260 seconds]
Seich has joined #ruby
toretore has quit [Ping timeout: 252 seconds]
eljimmy has joined #ruby
nankyokusei has quit [Ping timeout: 268 seconds]
conta has joined #ruby
toretore has joined #ruby
function has joined #ruby
conta has quit [Remote host closed the connection]
conta has joined #ruby
frankiee_ has quit [Ping timeout: 252 seconds]
jcao219 has quit [Ping timeout: 260 seconds]
tomphp has joined #ruby
harfangk has quit [Quit: Textual IRC Client: www.textualapp.com]
Devalo has quit [Remote host closed the connection]
nowhere_man has joined #ruby
xall has quit [Ping timeout: 260 seconds]
TheMoonMaster has joined #ruby
hahuang65 has joined #ruby
careta has quit [Ping timeout: 246 seconds]
careta has joined #ruby
nadir has joined #ruby
hahuang65 has quit [Ping timeout: 252 seconds]
toretore has quit [Ping timeout: 248 seconds]
droids___ has quit [Remote host closed the connection]
droids___ has joined #ruby
karapetyan has quit [Remote host closed the connection]
x0f_ has quit [Ping timeout: 260 seconds]
x0f has joined #ruby
frankiee_ has joined #ruby
atmosx has quit [Quit: WeeChat 1.4]
bmurt has joined #ruby
SCHAAP137 has quit [Ping timeout: 260 seconds]
frankiee_ has quit [Client Quit]
A5101 has joined #ruby
nofxx has joined #ruby
symm- has quit [Ping timeout: 245 seconds]
nelsonsar has quit [Remote host closed the connection]
solocshaw has joined #ruby
conta has quit [Quit: conta]
conta has joined #ruby
toretore has joined #ruby
raul782 has joined #ruby
symm- has joined #ruby
william3 has quit [Remote host closed the connection]
william3 has joined #ruby
SCHAAP137 has joined #ruby
solocshaw has quit [Ping timeout: 245 seconds]
tdy has quit [Ping timeout: 258 seconds]
raul782 has quit [Ping timeout: 250 seconds]
sid_fules has quit [Read error: Connection reset by peer]
rfoust has joined #ruby
greenbird has quit [Quit: This computer has gone to sleep]
sid_fules has joined #ruby
conta has quit [Ping timeout: 250 seconds]
spicerack has joined #ruby
tuxaddicted has quit [Ping timeout: 248 seconds]
conta has joined #ruby
bturker has quit [Ping timeout: 256 seconds]
zeroDi has quit [Quit: WeeChat 1.6]
govg has joined #ruby
houhoulis has joined #ruby
fmcgeough has joined #ruby
tomphp has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
nowhere_man has quit [Ping timeout: 240 seconds]
toretore has quit [Ping timeout: 245 seconds]
sid_fules has quit [Read error: Connection reset by peer]
sid_fules has joined #ruby
ur5us has joined #ruby
antoniobeyah has joined #ruby
futilegames has joined #ruby
ur5us has quit [Ping timeout: 260 seconds]
aryaching_ has quit [Ping timeout: 260 seconds]
Sammichmaker has quit [Ping timeout: 260 seconds]
sid_fules has quit [Remote host closed the connection]
Rodya_ has quit [Remote host closed the connection]
sid_fules has joined #ruby
Rodya_ has joined #ruby
greenbird has joined #ruby
toretore has joined #ruby
Rodya__ has joined #ruby
sid_fules has quit [Remote host closed the connection]
tomphp has joined #ruby
Rodya__ has quit [Remote host closed the connection]
Rodya_ has quit [Ping timeout: 256 seconds]
SteenJobs has quit [Quit: SteenJobs]
bturker has joined #ruby
david1 has quit [Read error: Connection reset by peer]
toretore has quit [Quit: Leaving]
tau has quit [Remote host closed the connection]
kladden has joined #ruby
rfoust has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
futilegames has quit [Quit: futilegames]
SteenJobs has joined #ruby
last_staff has joined #ruby
d0nn1e has quit [Ping timeout: 250 seconds]
d0nn1e has joined #ruby
nelsonsar has joined #ruby
domgetter has joined #ruby
Rodya_ has joined #ruby
Rodya_ has quit [Remote host closed the connection]
GodFather has joined #ruby
Fichtenstein has quit [Quit: Fichtenstein]
Fichtenstein has joined #ruby
terlar has quit [Quit: WeeChat 1.6]
AnoHito has quit [Read error: Connection reset by peer]
AnoHito has joined #ruby
conta has quit [Ping timeout: 256 seconds]
ResidentBiscuit has joined #ruby
ResidentBiscuit has quit [Ping timeout: 245 seconds]
william3 has quit [Remote host closed the connection]
william3 has joined #ruby
nankyokusei has joined #ruby
SAVAGE has quit [Quit: Connection closed for inactivity]
piGA has quit [Remote host closed the connection]
Rodya_ has joined #ruby
SesMan has joined #ruby
careta has quit [Ping timeout: 246 seconds]
nankyokusei has quit [Ping timeout: 260 seconds]
blackbombay has quit [Ping timeout: 256 seconds]
TeddySmoker has joined #ruby
chouhoulis has quit [Remote host closed the connection]
ur5us has joined #ruby
aryaching has joined #ruby
nelsonsar has quit [Ping timeout: 260 seconds]
dnicole has joined #ruby
tomphp has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Rodya_ has quit [Remote host closed the connection]
ur5us has quit [Remote host closed the connection]
tomphp has joined #ruby
Rodya_ has joined #ruby
ur5us has joined #ruby
tomphp has quit [Client Quit]
Coldblackice has joined #ruby
maattdd has joined #ruby
Coldblackice has quit [Max SendQ exceeded]
dmin7b5 has joined #ruby
Coldblackice has joined #ruby
ur5us has quit [Ping timeout: 256 seconds]
skalfyfan has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
dnicole has quit [Ping timeout: 256 seconds]
symm- has quit [Ping timeout: 268 seconds]
kladden has quit [Read error: Connection reset by peer]
Madplatypus has joined #ruby
function has quit [Quit: found 1 in /dev/zero]
SteenJobs has quit [Quit: SteenJobs]
SesMan has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
bturker has quit [Ping timeout: 256 seconds]
platzhirsch has joined #ruby
symm- has joined #ruby
houhoulis has quit [Remote host closed the connection]
Wsewolod has joined #ruby
raul782 has joined #ruby
martinb has quit [Read error: Connection reset by peer]
BTRE has quit [Quit: Leaving]
whathappens has joined #ruby
jaguarmagenta has quit [Remote host closed the connection]
BTRE has joined #ruby
rippa has quit [Quit: {#`%${%&`+'${`%&NO CARRIER]
dmin7b5 has quit [Quit: Textual IRC Client: www.textualapp.com]
raul782 has quit [Ping timeout: 246 seconds]
last_staff has quit [Ping timeout: 268 seconds]
agit0 has joined #ruby
last_staff has joined #ruby
william3 has quit [Remote host closed the connection]
last_staff has quit [Client Quit]
ur5us has joined #ruby
bmurt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
jaguarmagenta has joined #ruby
vuoto has joined #ruby
solocshaw has joined #ruby
bmurt has joined #ruby
Sammichmaker has joined #ruby
banisterfiend has joined #ruby
Wsewolod has quit [Quit: Leaving]
sid_fules has joined #ruby
nowhere_man has joined #ruby
solocshaw has quit [Ping timeout: 258 seconds]
vondruch has quit [Write error: Broken pipe]
vondruch has joined #ruby
BackEndCoder has quit [Excess Flood]
sarbs has quit [Ping timeout: 256 seconds]
jaguarmagenta has quit [Remote host closed the connection]
tomphp has joined #ruby
BackEndCoder has joined #ruby
johnzorn has joined #ruby
spicerack has quit [Ping timeout: 244 seconds]
nelsonsar has joined #ruby
montanonic has joined #ruby
benlieb has quit [Quit: benlieb]
ur5us has quit [Remote host closed the connection]
ur5us has joined #ruby
nettoweb has joined #ruby
vuoto has quit [Read error: Connection reset by peer]
antoniobeyah has quit [Quit: antoniobeyah]
Fichtenstein has quit [Ping timeout: 246 seconds]
ur5us has quit [Ping timeout: 250 seconds]
A124 has quit [Ping timeout: 260 seconds]
luluapple has joined #ruby
benlieb has joined #ruby
shashin has joined #ruby
rfoust has joined #ruby
sid_fules has quit [Remote host closed the connection]
rfoust has quit [Ping timeout: 268 seconds]
SteenJobs has joined #ruby
SteenJobs has quit [Client Quit]
aryaching has quit [Ping timeout: 260 seconds]
ur5us has joined #ruby
millerti has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
benlieb has quit [Quit: benlieb]
claudiuinberlin has quit []
Rickmasta has quit [Quit: Textual IRC Client: www.textualapp.com]
Rodya_ has quit [Remote host closed the connection]
l33n has joined #ruby
<l33n> in my controller, i am using render json to render a json from a hash, where is the json file stored after this?
JesseH has quit [Ping timeout: 260 seconds]
maattdd has quit [Ping timeout: 265 seconds]
<domgetter> l33n the "file" doesnt get saved. It gets sent to whoever made the http request. also, the channel #rubyonrails is for rails questions
tomphp has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
l33n has left #ruby [#ruby]
aryaching has joined #ruby
dnicole has joined #ruby
nankyokusei has joined #ruby
sid_fules has joined #ruby
antoniobeyah has joined #ruby
millerti has joined #ruby
tlaxkit has joined #ruby
Zergee has joined #ruby
Zergee has quit [Client Quit]
Zergee has joined #ruby
Zergee has left #ruby [#ruby]
nankyokusei has quit [Ping timeout: 250 seconds]
Zergee has joined #ruby
Zergee has quit [Client Quit]
Zergee has joined #ruby
Zergee has quit [Client Quit]
careta has joined #ruby
ur5us has quit [Remote host closed the connection]
ur5us has joined #ruby
Rodya_ has joined #ruby
_ZerGabriel_ has joined #ruby
antoniobeyah has quit [Quit: antoniobeyah]
_ZerGabriel_ has left #ruby [#ruby]
_ZerGabriel_ has joined #ruby
ur5us_ has joined #ruby
ur5us has quit [Read error: Connection reset by peer]
sid_fule_ has joined #ruby
sid_fules has quit [Read error: Connection reset by peer]
_ZerGabriel_ has quit [Client Quit]
tomphp has joined #ruby
_ZerGabriel_ has joined #ruby
CrashOverride has joined #ruby
tau has joined #ruby
tvw has joined #ruby
bmurt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
benlieb has joined #ruby
sid_fule_ has quit [Read error: Connection reset by peer]
frozengeek____ has joined #ruby
sid_fules has joined #ruby
roychri has quit [Quit: And that's the way the cookie crumbles!]
bturker has joined #ruby
jaguarmagenta has joined #ruby
SCHAAP137 has quit [Quit: Leaving]
gingray has quit [Ping timeout: 250 seconds]
nelsonsar has quit [Remote host closed the connection]
nelsonsar has joined #ruby
Fichtenstein has joined #ruby
tdy has joined #ruby
bmurt has joined #ruby
tdy1 has joined #ruby
nelsonsar has quit [Ping timeout: 260 seconds]
Ishido has quit [Quit: Roads? Where We're Going We Don't Need Roads.]
tdy has quit [Ping timeout: 246 seconds]
Jackneill has quit [Remote host closed the connection]
binaryplease has joined #ruby
maloik has quit [Remote host closed the connection]
maloik has joined #ruby
justinweiss has joined #ruby
solocshaw has joined #ruby
sid_fules has quit [Ping timeout: 240 seconds]
sepp2k has quit [Read error: Connection reset by peer]
raul782 has joined #ruby
matp has quit [Remote host closed the connection]
matp has joined #ruby
cdg has joined #ruby
careta has quit [Ping timeout: 240 seconds]
tdy2 has joined #ruby
whathappens has quit [Remote host closed the connection]
whathappens has joined #ruby
raul782 has quit [Ping timeout: 244 seconds]
SteenJobs has joined #ruby
whathapp_ has joined #ruby
tdy1 has quit [Ping timeout: 260 seconds]
ta_ has quit [Remote host closed the connection]
whathapp_ has quit [Remote host closed the connection]
ta_ has joined #ruby
maattdd has joined #ruby
x0f_ has joined #ruby
whathapp_ has joined #ruby
ta_ has quit [Remote host closed the connection]
ta_ has joined #ruby
x0f has quit [Ping timeout: 248 seconds]
ta_ has quit [Remote host closed the connection]
ta_ has joined #ruby
Fichtenstein has quit [Quit: Fichtenstein]
bturker has quit [Quit: Lost terminal]
ta_ has quit [Remote host closed the connection]
whathappens has quit [Ping timeout: 240 seconds]
ta_ has joined #ruby
ta_ has quit [Remote host closed the connection]
platzhirsch has quit [Ping timeout: 256 seconds]
ta_ has joined #ruby
ta_ has quit [Remote host closed the connection]
ta_ has joined #ruby
ta_ has quit [Remote host closed the connection]
ta_ has joined #ruby
whathapp_ has quit [Ping timeout: 256 seconds]
ta_ has quit [Remote host closed the connection]
jaguarmagenta has quit [Remote host closed the connection]
ta_ has joined #ruby
ta_ has quit [Remote host closed the connection]
millerti has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
CloCkWeRX has joined #ruby
ta_ has joined #ruby
ta_ has quit [Remote host closed the connection]
solocshaw has quit [Ping timeout: 260 seconds]
Madplatypus has quit [Quit: Connection closed for inactivity]
tomphp has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<tau> hi guys. i'm getting some crazy error with irb.
kaffepanna has quit [Ping timeout: 252 seconds]
<domgetter> what's the error?
<tau> nvm
CloCkWeRX has quit [Ping timeout: 250 seconds]
<tau> it was a misunderstanding of me about some method.
millerti has joined #ruby
platzhirsch has joined #ruby
shashin has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
tdy3 has joined #ruby
jcao219 has joined #ruby
tdy4 has joined #ruby
null__ has joined #ruby
tdy2 has quit [Ping timeout: 260 seconds]
lukeovalle has joined #ruby
tdy3 has quit [Ping timeout: 250 seconds]
millerti has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
kaffepanna has joined #ruby
_ZerGabriel_ has quit []
firstdayonthejob has quit [Ping timeout: 252 seconds]
maattdd has quit [Ping timeout: 248 seconds]
CloCkWeRX has joined #ruby
hutch34 has joined #ruby
platzhirsch has quit [Ping timeout: 260 seconds]
BigDawg has joined #ruby
tpendragon has quit [Ping timeout: 256 seconds]
lukeovalle has left #ruby [#ruby]
dnicole has quit [Remote host closed the connection]
BigDawg has left #ruby [#ruby]
tdy has joined #ruby
tdy4 has quit [Ping timeout: 260 seconds]
zenspider has quit [Remote host closed the connection]
enterprisey has joined #ruby
nettoweb has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
tdy1 has joined #ruby
koooge has joined #ruby
CrashOverride has quit [Ping timeout: 256 seconds]
tdy has quit [Ping timeout: 248 seconds]
jeffaustin81 has joined #ruby
zenspider has joined #ruby
zenspider has quit [Client Quit]
millerti has joined #ruby
millerti has quit [Client Quit]
millerti has joined #ruby
igniting has quit [Ping timeout: 265 seconds]
binaryplease1 has joined #ruby
cdg has quit [Remote host closed the connection]