JRubyGithub has joined #jruby
<
JRubyGithub>
jruby/master 2ccf01e Kevin Menard: [Truffle] Fixed Array#{inject,reduce} without an initial value.
JRubyGithub has left #jruby [#jruby]
Locke23rus has quit [Remote host closed the connection]
dfr has quit [Ping timeout: 256 seconds]
ryba has quit [Ping timeout: 272 seconds]
blaines has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
dfr has joined #jruby
havenwood has joined #jruby
rcvalle has quit [Quit: rcvalle]
mcclurmc has quit [Remote host closed the connection]
mcclurmc has joined #jruby
tenderlove has quit [Read error: Connection reset by peer]
tenderlo_ has joined #jruby
mcclurmc has quit [Ping timeout: 246 seconds]
mcclurmc has joined #jruby
havenwood has quit [Ping timeout: 276 seconds]
JRubyGithub has joined #jruby
<
JRubyGithub>
jruby/master ecedf14 Kevin Menard: [Truffle] Prevent NotProvided values from being written to frame slots....
<
JRubyGithub>
jruby/master 48fc86c Kevin Menard: [Truffle] Use a reference check rather than instanceof for the wasProvided guard.
JRubyGithub has left #jruby [#jruby]
mcclurmc has quit [Ping timeout: 265 seconds]
nirvdrum has quit [Ping timeout: 252 seconds]
bf4 has joined #jruby
havenwood has joined #jruby
travis-ci has joined #jruby
travis-ci has left #jruby [#jruby]
e_dub has quit [Quit: Leaving]
e_dub has joined #jruby
bf4 has quit [Ping timeout: 250 seconds]
bf4 has joined #jruby
havenn has joined #jruby
nateberkope has quit [Quit: Leaving...]
havenn has quit [Remote host closed the connection]
havenn has joined #jruby
havenwood has quit [Ping timeout: 264 seconds]
ddarkpassenger has joined #jruby
ddarkpassenger has quit [Client Quit]
ddarkpassenger has joined #jruby
bf4 has quit [Quit: leaving]
somekool has joined #jruby
tempora__ has quit [Read error: Connection reset by peer]
temporalfox has joined #jruby
yfeldblum has quit [Remote host closed the connection]
somekool has quit [Ping timeout: 276 seconds]
havenn is now known as havenwood
jfoxCZ has joined #jruby
yfeldblum has joined #jruby
jfoxCZ has quit [Ping timeout: 256 seconds]
havenwood has quit [Ping timeout: 244 seconds]
phlebas has joined #jruby
arturaz has joined #jruby
rsim has joined #jruby
skade has joined #jruby
skade has quit [Client Quit]
cristianrasch has joined #jruby
shellac has joined #jruby
ryba has joined #jruby
elia has joined #jruby
mister_solo has joined #jruby
shellac has quit [Quit: Computer has gone to sleep.]
digitalextremist has joined #jruby
<
ryba>
chrisseaton, is it good time to ask again now?
shellac has joined #jruby
<
kares>
ryba: there's not ... use whatever fits
<
ryba>
kares, do you think ServletContextListener is overpowered for this?
<
kares>
`java -jar your.war -S rake db:migrate` might work but I'm not sure how (or if) it works these days
<
ryba>
kares, yes, this works
<
ryba>
kares, but I use JNDI and lot of configuration passed from servlet context.
<
kares>
ryba: so you're all set than :)
<
ryba>
kares, so this doesn't work for me
<
kares>
does not matter ... jndi is configured in database.yml right?
<
ryba>
kares, in apache tomcat context
<
kares>
so it should be able to connect
<
ryba>
adapter: jndi
<
ryba>
encoding: false
<
ryba>
jndi: java:comp/env/jdbc/test
<
ryba>
only this is in database.yml
<
ryba>
<Resource name="jdbc/test" auth="Container" type="javax.sql.DataSource"
<
ryba>
maxActive="100" maxIdle="30" maxWait="10000"
<
ryba>
username="root" password="" driverClassName="com.mysql.jdbc.Driver"
<
ryba>
url="jdbc:mysql://localhost:3306/test_production" />
<
ryba>
and this is in context.xml
<
kares>
ryba: that's enough to connect to the DB
<
ryba>
that's the problem why I can't use runnable war
<
ryba>
because context is not loaded when I start war manually without tomcat
<
kares>
ryba: yeah I get it ... its outside the context
<
kares>
ryba: you can play a "trick" since database.yml is passed through erb
<
ryba>
So I was thinking about ServletContextListener (inspired by your jruby rack worker we're using also -> great work!).
<
kares>
ryba: that's an option yes ... or if you do not mind a double database configuration you can specify the same details in database.yml
<
kares>
... in a way that their jndi when running in a server but plain-old otherwise
<
kares>
ryba: also do not use adapter: jndi ... specify the real adapter its deprecated :)
<
ryba>
kares, hmm thanks
donV has joined #jruby
drbobbeaty has joined #jruby
<
kares>
ryba: defined? $servlet_context ... should hold when running with jruby-rack
husanu2 has joined #jruby
<
ryba>
I'm using if($servlet_context)
<
ryba>
in production.rb to load $servlet_context info when it is available
donV has quit [Quit: donV]
husanu2 has quit [Write error: Broken pipe]
husanu0 has joined #jruby
drbobbeaty has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
husanu0 has quit [Killed (marienz (Drones are not welcome on freenode.))]
<
kares>
oh yeah ... always forget that non-existent global vars are non fatal in Ruby
bjfish2 has quit [Quit: bjfish2]
rsim has quit [Quit: Leaving.]
elia has quit [Ping timeout: 252 seconds]
samphippen has joined #jruby
rsim has joined #jruby
rsim1 has joined #jruby
rsim has quit [Ping timeout: 258 seconds]
cremes has quit [Read error: Connection reset by peer]
cremes_ has joined #jruby
drbobbeaty has joined #jruby
skade has joined #jruby
nirvdrum has joined #jruby
yfeldblum has quit [Ping timeout: 248 seconds]
donV has joined #jruby
skade has quit [Quit: Computer has gone to sleep.]
donV has quit [Quit: donV]
deobalds has joined #jruby
samphippen has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
shellac has quit [Quit: Computer has gone to sleep.]
shellac has joined #jruby
JRubyGithub has joined #jruby
<
JRubyGithub>
jruby/master bf2df8e Kevin Menard: [Truffle] Added empty array guards for Array#{inject,reduce}.
JRubyGithub has left #jruby [#jruby]
nateberkopec has joined #jruby
kstuart has quit [Read error: Connection reset by peer]
kstuart has joined #jruby
mister_solo has quit [Ping timeout: 272 seconds]
tcrawley-away is now known as tcrawley
bbrowning_away is now known as bbrowning
travis-ci has joined #jruby
travis-ci has left #jruby [#jruby]
samphippen has joined #jruby
havenwood has joined #jruby
tlarevo has joined #jruby
tlarevo has quit [Client Quit]
JRubyGithub has joined #jruby
JRubyGithub has left #jruby [#jruby]
<
JRubyGithub>
jruby/master 6bbfc01 Benoit Daloze: [Truffle] Add missing wasProvided() guards for optional arguments....
JRubyGithub has joined #jruby
<
JRubyGithub>
jruby/truffle-ambiguous-default-args b4459ef Benoit Daloze: [Truffle] Detect ambiguous optional arguments automatically....
JRubyGithub has left #jruby [#jruby]
deobalds has quit [Quit: Computer has gone to sleep.]
drbobbeaty has quit [Read error: Connection reset by peer]
drbobbeaty has joined #jruby
bjfish2 has joined #jruby
djellemah_ has joined #jruby
djellemah has quit [Disconnected by services]
djellemah_ is now known as djellemah
phlebas has quit [Ping timeout: 276 seconds]
travis-ci has joined #jruby
travis-ci has left #jruby [#jruby]
nateberkopec has quit [Quit: Leaving...]
JRubyGithub has joined #jruby
<
JRubyGithub>
jruby/master 36b1913 Kevin Menard: [Truffle] Don't use slow operations for Array#{inject,reduce} with a Symbol.
<
JRubyGithub>
jruby/master a16ff8f Kevin Menard: [Truffle] Removed code duplication in Array#{inject,reduce}.
<
JRubyGithub>
jruby/master e9d73a6 Kevin Menard: [Truffle] Fixed an array bounds check bug....
JRubyGithub has left #jruby [#jruby]
JRubyGithub has joined #jruby
<
JRubyGithub>
jruby/master 0ab3ce5 Benoit Daloze: [Truffle] Detect ambiguous optional arguments automatically....
JRubyGithub has left #jruby [#jruby]
samphippen has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
travis-ci has joined #jruby
travis-ci has left #jruby [#jruby]
arturaz has quit [Ping timeout: 248 seconds]
bf4 has joined #jruby
bf4 has quit [Client Quit]
bf4 has joined #jruby
bf4 has quit [Client Quit]
JRubyGithub has joined #jruby
<
JRubyGithub>
jruby/master e482d15 Benoit Daloze: [Truffle] JT: Add a way to run the ambiguous optional args checker.
<
JRubyGithub>
jruby/master 53bf206 Benoit Daloze: [Truffle] Run check_ambiguous_arguments on Travis
JRubyGithub has left #jruby [#jruby]
JRubyGithub has joined #jruby
<
JRubyGithub>
jruby/master e909e2d Kevin Menard: [Truffle] Support Array#{inject,reduce} with a Symbol and an initial value.
JRubyGithub has left #jruby [#jruby]
bf4 has joined #jruby
JRubyGithub has joined #jruby
<
JRubyGithub>
jruby/master b64b785 Kevin Menard: [Truffle] Match existing variable naming convention.
<
JRubyGithub>
jruby/master fed361b Kevin Menard: [Truffle] Use the type system rather than guards for NotProvided check.
JRubyGithub has left #jruby [#jruby]
enebo has joined #jruby
travis-ci has joined #jruby
travis-ci has left #jruby [#jruby]
JRubyGithub has joined #jruby
JRubyGithub has left #jruby [#jruby]
<
JRubyGithub>
jruby/master beb71c9 Benoit Daloze: [Truffle] Satisfy FindBugs.
rcvalle has joined #jruby
sholden has quit [Quit: sholden]
bf4 has quit [Ping timeout: 246 seconds]
travis-ci has joined #jruby
travis-ci has left #jruby [#jruby]
samphippen has joined #jruby
tenderlo_ has quit [Quit: Leaving...]
jfoxCZ has joined #jruby
subbu has joined #jruby
JRubyGithub has joined #jruby
<
JRubyGithub>
[jruby] enebo closed issue #2427: Ripper is still 2.0 grammar and has not been updated for 2.2 changes
http://git.io/dJUb7w
JRubyGithub has left #jruby [#jruby]
enebo has quit [Quit: enebo]
enebo has joined #jruby
JRubyGithub has joined #jruby
<
JRubyGithub>
jruby/master 64ef832 Benoit Daloze: [Truffle] Add tags for Array#{min,max}.
<
JRubyGithub>
jruby/master 1bdbc58 Benoit Daloze: [Truffle] Add specs for Array#{min,max}.
JRubyGithub has left #jruby [#jruby]
travis-ci has joined #jruby
travis-ci has left #jruby [#jruby]
JRubyGithub has joined #jruby
<
JRubyGithub>
jruby/master 7e34206 Benoit Daloze: Add missing quotes in Travis.yml.
JRubyGithub has left #jruby [#jruby]
tenderlove has joined #jruby
Aethenelle has joined #jruby
<
Aethenelle>
jnr/jffi, jnr/jnr-ffi and jnr/jnr-unixsocket now multi-os enabled
SynrG has quit [Read error: Connection reset by peer]
SynrG has joined #jruby
travis-ci has joined #jruby
travis-ci has left #jruby [#jruby]
temporal_ has joined #jruby
temporalfox has quit [Ping timeout: 256 seconds]
<
tarcieri>
_____ ____ ___ ____ _ __ ___ _ _
projectodd-ci has joined #jruby
<
tarcieri>
| ___| _ \|_ _| _ \ / \\ \ / / | | |
<
tarcieri>
| |_ | |_) || || | | |/ _ \\ V /| | | |
<
tarcieri>
| _| | _ < | || |_| / ___ \| | |_|_|_|
<
tarcieri>
|_| |_| \_\___|____/_/ \_\_| (_|_|_)
bbrowning is now known as bbrowning_away
donV has joined #jruby
sholden has joined #jruby
shellac has quit [Quit: Computer has gone to sleep.]
enebo has quit [Quit: enebo]
sholden has quit [Read error: Connection reset by peer]
travis-ci has joined #jruby
travis-ci has left #jruby [#jruby]
drbobbeaty has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
enebo has joined #jruby
bbrowning_away is now known as bbrowning
nateberkopec has joined #jruby
blaines has joined #jruby
JRubyGithub has joined #jruby
<
JRubyGithub>
jruby/master 0f07ed6 Thomas E. Enebo: No longer use AST in SexpMaker
<
JRubyGithub>
jruby/master 181bac8 Thomas E. Enebo: Unused Class (never used)
<
JRubyGithub>
jruby/master fb14533 Thomas E. Enebo: Lexer.getFile() and use it within parsing
JRubyGithub has left #jruby [#jruby]
travis-ci has joined #jruby
travis-ci has left #jruby [#jruby]
JRubyGithub has joined #jruby
<
JRubyGithub>
jruby/master 83ba965 Brandon Fish: [Truffle] Add excludes for MRI thread tests
JRubyGithub has left #jruby [#jruby]
<
nirvdrum>
How do I build the complete JAR?
tenderlove has quit [Remote host closed the connection]
yfeldblum has joined #jruby
travis-ci has joined #jruby
travis-ci has left #jruby [#jruby]
djellemah has quit [Ping timeout: 264 seconds]
<
chrisseaton>
nirvdrum: ./mvnw -Pcomplete
<
nirvdrum>
I worked it out eventually. It's still not clear to me whether I need to bootstrap before that or not.
<
chrisseaton>
Nobody understands if we need to bootstrap or not (joking)
ryba has quit [Ping timeout: 265 seconds]
skroon_ has joined #jruby
skroon has quit [Ping timeout: 252 seconds]
skroon_ has quit [Ping timeout: 255 seconds]
travis-ci has joined #jruby
travis-ci has left #jruby [#jruby]
JRubyGithub has joined #jruby
JRubyGithub has left #jruby [#jruby]
drbobbeaty has joined #jruby
JRubyGithub has joined #jruby
<
JRubyGithub>
[jruby] enebo opened issue #3085: proc {} in fcall hash with fcall receiving a do block does not parse
http://git.io/vtlPq
JRubyGithub has left #jruby [#jruby]
bf4 has joined #jruby
tcrawley is now known as tcrawley-away
tenderlove has joined #jruby
shellac has joined #jruby
tcrawley-away is now known as tcrawley
temporal_ has quit [Read error: Connection reset by peer]
skroon has joined #jruby
shellac has quit [Quit: Computer has gone to sleep.]
shellac has joined #jruby
skroon has quit [Ping timeout: 272 seconds]
JRubyGithub has joined #jruby
JRubyGithub has left #jruby [#jruby]
<
JRubyGithub>
jruby/master 9a314ff Brandon Fish: [Truffle] Updating String primitive lowerFixnum to fix regression
yfeldblum has quit [Ping timeout: 248 seconds]
JRubyGithub has joined #jruby
<
JRubyGithub>
jruby/jruby-1_7 0fb4442 Christian Meier: split IsolatedScriptingContainer in non OSGi and OSGiIsolatedScriptingContainer...
JRubyGithub has left #jruby [#jruby]
x1337807x has joined #jruby
shellac has quit [Quit: Computer has gone to sleep.]
JRubyGithub has joined #jruby
<
JRubyGithub>
jruby/master b105728 Benoit Daloze: [Truffle] Replace the extra guard in writeObject() with an assertion.
<
JRubyGithub>
jruby/master 5b9f148 Benoit Daloze: [Truffle] Add wasProvided guards for clarity in InjectNode.
JRubyGithub has left #jruby [#jruby]
tcrawley is now known as tcrawley-away
bf4 has quit [Ping timeout: 252 seconds]
shellac has joined #jruby
travis-ci has joined #jruby
travis-ci has left #jruby [#jruby]
shellac has quit [Quit: Computer has gone to sleep.]
bjfish2 has quit [Quit: bjfish2]
bjfish2 has joined #jruby
tcrawley-away is now known as tcrawley
JRubyGithub has joined #jruby
<
JRubyGithub>
jruby/master 3e27965 Benoit Daloze: [Truffle] Reduce Kernel#method to one specialization with a @CreateCast.
<
JRubyGithub>
jruby/master 8f25e4e Benoit Daloze: [Truffle] Add cache to Kernel#method....
JRubyGithub has left #jruby [#jruby]
yfeldblum has joined #jruby
x1337807x has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
bbrowning is now known as bbrowning_away
bf4 has joined #jruby
jfoxCZ has quit [Quit: jfoxCZ]
travis-ci has joined #jruby
travis-ci has left #jruby [#jruby]
bf4 has quit [Ping timeout: 246 seconds]
travis-ci has joined #jruby
travis-ci has left #jruby [#jruby]
digitalextremist has quit [Ping timeout: 272 seconds]
x1337807x has joined #jruby
x1337807x has quit [Client Quit]
tcrawley is now known as tcrawley-away
temporalfox has joined #jruby
enebo has quit [Quit: enebo]
Aethenelle has quit [Quit: Aethenelle]
digitalextremist has joined #jruby
temporal_ has joined #jruby
temporalfox has quit [Read error: Connection reset by peer]
bf4 has joined #jruby
bf4 has quit [Ping timeout: 272 seconds]
shellac has joined #jruby
Aethenelle has joined #jruby
somekool has joined #jruby
bjfish2 has quit [Quit: bjfish2]
JRubyGithub has joined #jruby
<
JRubyGithub>
jruby/master dea5d82 Benoit Daloze: [Truffle] Method#unbind is compilation-ready.
<
JRubyGithub>
jruby/master bd75f63 Benoit Daloze: [Truffle] Cache canBindMethodTo() and make UnboundMethod#bind compilable.
<
JRubyGithub>
jruby/master 717610c Benoit Daloze: [Truffle] Add PE tests for Method#call....
JRubyGithub has left #jruby [#jruby]
bjfish2 has joined #jruby
shellac has quit [Quit: Computer has gone to sleep.]
somekool has quit [Ping timeout: 246 seconds]
cristianrasch has quit [Quit: Leaving.]
travis-ci has joined #jruby
travis-ci has left #jruby [#jruby]
JRubyGithub has joined #jruby
<
JRubyGithub>
jruby/master 810a43a Benoit Daloze: [Truffle] Fix return type in Bignum#==.
<
JRubyGithub>
jruby/master 5c625fb Benoit Daloze: [Truffle] Restore efficient Symbol#== for the case of different symbols....
JRubyGithub has left #jruby [#jruby]
bf4 has joined #jruby
bf4 has quit [Ping timeout: 256 seconds]
x1337807x has joined #jruby
x1337807x has quit [Client Quit]
travis-ci has joined #jruby
travis-ci has left #jruby [#jruby]
Aethenelle has quit [Quit: Aethenelle]
JRubyGithub has joined #jruby
<
JRubyGithub>
jruby/master ef551ca Benoit Daloze: [Truffle] Add missing guard in LookupMethodNode.
JRubyGithub has left #jruby [#jruby]
travis-ci has joined #jruby
travis-ci has left #jruby [#jruby]
blaines has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
subbu has quit [Ping timeout: 246 seconds]
bf4 has joined #jruby
JRubyGithub has joined #jruby
<
JRubyGithub>
jruby/master e3ffe94 Benoit Daloze: [Truffle] Fix copyright year of new PE test....
JRubyGithub has left #jruby [#jruby]
bf4 has quit [Ping timeout: 244 seconds]