havenwood has quit [Remote host closed the connection]
<lmarburger>
evan: ping
jarray52 has joined #rubygems
<jarray52>
Is there a way to determine which version of jruby was used to build each version of torquebox-server?
josh-k has quit [Remote host closed the connection]
josh-k has joined #rubygems
kevinfre_ has joined #rubygems
lsegal` has joined #rubygems
kalleth_ has joined #rubygems
xerxas_ has joined #rubygems
kevinfrench has quit [Ping timeout: 268 seconds]
josh-k has quit [Ping timeout: 272 seconds]
kanobe_ has joined #rubygems
lsegal has quit [*.net *.split]
kanobe has quit [*.net *.split]
kalleth has quit [*.net *.split]
xerxas has quit [*.net *.split]
adam- is now known as adam
xerxas_ is now known as xerxas
TheMoonMaster has quit [Excess Flood]
DanKnox_away is now known as DanKnox
TheMoonMaster has joined #rubygems
kevinfre_ has quit [Remote host closed the connection]
arohner has joined #rubygems
arohner has quit [Ping timeout: 268 seconds]
kevinfrench has joined #rubygems
DanKnox is now known as DanKnox_away
<lmarburger>
evan: when you have a minute, can you scan this first pass at instrumenting the thread pool? i think it could work and might make sense pulling into Puma::CLI. https://github.com/bundler/bundler-api/pull/45
kevinfrench has quit [Ping timeout: 248 seconds]
<Defiler>
lmarburger: minor stylistic suggestion; I wouldn't modify ARGV directly, but rather pass a different args array that you create to the ..CLI.new invocation at the end
<Defiler>
Not that it is likely to ever break anything in this scenario, but it caught my eye
unsay__ has joined #rubygems
unsay__ has quit [Client Quit]
<Defiler>
args = ARGV + %w(--config puma.rb) for example
arohner has joined #rubygems
DanKnox_away is now known as DanKnox
arohner has quit [Ping timeout: 272 seconds]
arohner has joined #rubygems
kevinfrench has joined #rubygems
kevinfrench has quit [Ping timeout: 245 seconds]
arohner has quit [Remote host closed the connection]
arohner has joined #rubygems
arohner has quit [Ping timeout: 245 seconds]
stabbylambda has quit [Quit: Leaving...]
westonplatter has joined #rubygems
<westonplatter>
i'm working on upgrading to rubygems to rails4 and wondered if others had started similar efforts?
stabbylambda has joined #rubygems
DanKnox is now known as DanKnox_away
stabbylambda has left #rubygems [#rubygems]
<westonplatter>
at the moment, I'm working on fixing the test suite.