closer changed the topic of #ruby-core to: check the latest release candidate for 1.9.1 release ftp.ruby-lang.org:/home/yugui/ruby-1.9.1-r26021+1.tar.bz2
<znz_jp> biff: [ruby-changes:42838] svn:r54913 (trunk): * 2016-05-05 - http://mla.n-z.jp/?ruby-changes=42838
<znz_jp> biff: [ruby-changes:42839] nobu:r54912 (trunk): random.c: use arc4random_buf - http://mla.n-z.jp/?ruby-changes=42839
enebo has joined #ruby-core
enebo has quit [Client Quit]
tax has joined #ruby-core
<znz_jp> biff: [ruby-changes:42840] nobu:r54914 (trunk): use TH_JUMP_TAG - http://mla.n-z.jp/?ruby-changes=42840
enebo has joined #ruby-core
enebo has quit [Client Quit]
enebo has joined #ruby-core
Aethenelle has quit [Quit: Aethenelle]
tax has quit [Ping timeout: 240 seconds]
enebo has quit [Quit: enebo]
<znz_jp> biff: [ruby-changes:42841] yui-knk:r54915 (trunk): * string.c (rb_str_sub): Fix a special match variable name. - http://mla.n-z.jp/?ruby-changes=42841
travis-ci has joined #ruby-core
<travis-ci> The build passed. by @Kazuki Yamaguchi: See https://travis-ci.org/rhenium/ruby/builds/127981705
travis-ci has left #ruby-core [#ruby-core]
hsbt is now known as hsbt_away_
hsbt has joined #ruby-core
hsbt has quit [Client Quit]
<znz_jp> biff: [ruby-changes:42842] nobu:r54916 (trunk): proc.c: suppress a warning - http://mla.n-z.jp/?ruby-changes=42842
<znz_jp> biff: [ruby-changes:42843] nobu:r54917 (trunk): proc.c: no unnecessary temporary array - http://mla.n-z.jp/?ruby-changes=42843
<znz_jp> biff: [ruby-changes:42844] nobu:r54918 (trunk): proc.c: no temporary args array - http://mla.n-z.jp/?ruby-changes=42844
hsbt has joined #ruby-core
<znz_jp> biff: [ruby-changes:42845] yui-knk:r54919 (trunk): * test/ruby/test_complexrational.rb: Remove duplicated raise. - http://mla.n-z.jp/?ruby-changes=42845
madgen has joined #ruby-core
<zzak> [TheWhip, irc.freenode.net] sorry for posting it here, but some of you might have worked on sinatra so giving it a try.
<zzak> [TheWhip, irc.freenode.net] hi, I am trying to integrate new_relic with my sinatra app. I require the newrelic_rpm gem, created the newrelic.yml file. In config.ru I put in "require 'newrelic_rpm'" and "NewRelic::Agent.after_fork(:force_reconnect => true)"
<zzak> [TheWhip, irc.freenode.net] still not able to see anything on my newrelic dashboard
<zzak> [TheWhip, irc.freenode.net] It's working fine for my rails apps
madgen has quit [Ping timeout: 244 seconds]
madgen has joined #ruby-core
apofis has joined #ruby-core
apofis_ has joined #ruby-core
apofis has quit [Ping timeout: 250 seconds]
hsbt_away_ has quit [Quit: Tiarra 0.1+svn-39209: SIGTERM received; exit]
apofis_ is now known as apofis
apofis is now known as apofis_
Aethenelle has joined #ruby-core
<zzak> [caerus, irc.freenode.net] see ya later #ruby
apofis_ is now known as apofis
apofis is now known as apofis_
madgen has quit [Read error: Connection reset by peer]
Aethenelle has quit [Quit: Aethenelle]
madgen has joined #ruby-core
<zzak> [d0x, irc.freenode.net] guys i need little help
<zzak> [d0x, irc.freenode.net] I wanna appned a certain json object inside json
apofis_ is now known as apofis
<zzak> [d0x, irc.freenode.net] anyone ?
apofis is now known as apofis_
<zzak> [Tore Torell, irc.freenode.net] Xorg: are you using a template?
<zzak> [d0x, irc.freenode.net] toretore: no
<zzak> [Tore Torell, irc.freenode.net] Xorg: well it's looking for a template file here: https://github.com/flapjack/flapjack/blob/master/lib/flapjack/gateways/slack.rb#L67
<zzak> [Tore Torell, irc.freenode.net] so i suggest looking in the documentation for how to use that
<zzak> [d0x, irc.freenode.net] toretore:
madgen has quit [Ping timeout: 276 seconds]
<zzak> [Unknown, irc.freenode.net] flaps
<zzak> [shevy, irc.freenode.net] stop flapping without a l!
Aethenelle has joined #ruby-core
apofis_ is now known as apofis
apofis is now known as apofis_
<zzak> [shevy, irc.freenode.net] bugs bugs bugs
<zzak> [shevy, irc.freenode.net] what would life be without them
<zzak> [shevy, irc.freenode.net] syntax error on line 16, col 0: ` if ( typeof module === "object" && typeof module.exports === "object" ) {'
<zzak> [shevy, irc.freenode.net] hmm
<zzak> [Rob, irc.freenode.net] javascript is annoying
madgen has joined #ruby-core
<zzak> [kareeoleez, irc.freenode.net] IS there any gem to manipulate the system locale ? The system's timezone actually ?
<zzak> [RPC, irc.freenode.net] o/
<zzak> [shevy, irc.freenode.net] I fixed a bug!
<zzak> [shevy, irc.freenode.net] Always make sure that when you try to read from a yaml file, you actually DO pass a yaml file into that method too!!!
<zzak> [RPC, irc.freenode.net] high-fives shevy
<zzak> [RPC, irc.freenode.net] shevy: Probably a prudent choice, yes.
<zzak> [shevy, irc.freenode.net] yeah I am not sure how this originated, it was to calculate the md5sum of a program
madgen has quit [Ping timeout: 260 seconds]
Aethenelle has quit [Quit: Aethenelle]
<znz_jp> biff: [ruby-changes:42846] svn:r54921 (trunk): * 2016-05-06 - http://mla.n-z.jp/?ruby-changes=42846
<znz_jp> biff: [ruby-changes:42847] nobu:r54920 (trunk): random.c: use uint32_t - http://mla.n-z.jp/?ruby-changes=42847
apofis_ is now known as apofis
Yxhuvud has joined #ruby-core
Aethenelle has joined #ruby-core
apofis is now known as apofis_
charliesome has joined #ruby-core
nagachika has joined #ruby-core
madgen has joined #ruby-core
<znz_jp> biff: [ruby-changes:42848] nagachika:r54922 (ruby_2_3): merge revision(s) 54898: [Backport #12339] - http://mla.n-z.jp/?ruby-changes=42848
<znz_jp> biff: [ruby-changes:42849] nagachika:r54923 (ruby_2_3): merge revision(s) 53322, 53323: [Backport #11880] - http://mla.n-z.jp/?ruby-changes=42849
<znz_jp> biff: [ruby-changes:42850] nagachika:r54924 (ruby_2_3): merge revision(s) 54808: [Backport #12323] - http://mla.n-z.jp/?ruby-changes=42850
madgen has quit [Ping timeout: 265 seconds]
apofis_ has quit [Ping timeout: 265 seconds]
nagachika has quit [Ping timeout: 260 seconds]
madgen has joined #ruby-core
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
apofis has joined #ruby-core
madgen has quit [Ping timeout: 260 seconds]
tax has joined #ruby-core
madgen has joined #ruby-core
enebo has joined #ruby-core
enebo has quit [Read error: Connection reset by peer]
enebo has joined #ruby-core
Yxhuvud has left #ruby-core ["http://quassel-irc.org - Chat comfortably. Anywhere."]
nagachika has joined #ruby-core
nagachika has quit [Ping timeout: 252 seconds]
tax has quit [Ping timeout: 252 seconds]
apofis has quit [Ping timeout: 260 seconds]
tax has joined #ruby-core
rafaelfranca has joined #ruby-core
rafaelfranca has quit [Remote host closed the connection]
madgen has quit [Ping timeout: 260 seconds]
rafaelfranca has joined #ruby-core
rafaelfranca has quit [Read error: Connection reset by peer]
tax has quit [Quit: Leaving]
tax has joined #ruby-core
enebo has quit [Quit: enebo]
charliesome has joined #ruby-core
rafaelfranca has joined #ruby-core
Aethenelle has quit [Quit: Aethenelle]
rafaelfranca has quit [Ping timeout: 246 seconds]
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<znz_jp> biff: [ruby-changes:42851] nobu:r54925 (trunk): enum.c: examples of Enumerable#detect [ci skip] - http://mla.n-z.jp/?ruby-changes=42851
unreal_ has joined #ruby-core
unreal has quit [Ping timeout: 250 seconds]