lucasb has quit [Quit: Connection closed for inactivity]
_whitelogger has joined #jruby
nirvdrum has joined #jruby
_whitelogger has joined #jruby
rusk has joined #jruby
rusk has quit [Write error: Connection reset by peer]
rusk has joined #jruby
Gacha has joined #jruby
Gacha has quit [Read error: Connection reset by peer]
drbobbeaty has joined #jruby
drbobbeaty has quit [Ping timeout: 250 seconds]
shellac has joined #jruby
shellac has quit [Ping timeout: 245 seconds]
drbobbeaty has joined #jruby
nirvdrum has quit [Remote host closed the connection]
sagax has quit [Quit: Konversation terminated!]
sagax has joined #jruby
nirvdrum has joined #jruby
lucasb has joined #jruby
shellac has joined #jruby
shellac has quit [Quit: Computer has gone to sleep.]
xardion has quit [Remote host closed the connection]
xardion has joined #jruby
snickers has joined #jruby
subbu is now known as subbu|breakfast
daniel_jruby_que has joined #jruby
subbu|breakfast is now known as subbu
<daniel_jruby_que> Hello! User of a lot of production jruby here. Thanks so much to contributors for all your work on this project.
Gacha has joined #jruby
<daniel_jruby_que> I have a question about jruby and the CLASSPATH environment variable. In Java I can pass the --classpath arg to javac with a file. It seems like for jruby I have to use the env var. Is that correct? And if so, does anyone know a recommended workaround for when the references to the dependency jars in your classpath are larger than the max unix environment variable size, so you get `Argument list too long` from the os?
<headius[m]> You can use any java flag with JRuby by putting -J in front of it
<headius[m]> I think for this it would be like -J-classpath -J<jars etc>
<daniel_jruby_que> Oh! That's promising, thanks!
<headius[m]> Java 9 and higher can also load arguments from a file...JRuby 9.2.9 ships support for this in the bash script so you just put flags into .jruby.java_opts
<headius[m]> That may be a good way around the arg list limits
<daniel_jruby_que> Ah nice! I think I need to upgrade for that then as my understanding is that I'd need the file because arg limits will affect command line args as well
shellac has joined #jruby
shellac has quit [Quit: Computer has gone to sleep.]
shellac has joined #jruby
shellac has quit [Quit: Computer has gone to sleep.]
annabackiyam[m] has joined #jruby
<annabackiyam[m]> Hi @headius, We are migrating our db from Mysql to Oracle and I'm trying to use activerecord-jdbc-adapter-52.1 and getting argument error similar to the one given here (jruby/activerecord-jdbc-adapter#955) while establishing the connection with adpater as "jdbc". Any workaround for oracle adapters? Appreciate your help.
sagax has quit [Quit: Konversation terminated!]
subbu is now known as subbu|lunch
subbu|lunch is now known as subbu
snickers has quit [Quit: Textual IRC Client: www.textualapp.com]
<headius[m]> Hello there
Gacha has quit [Read error: Connection reset by peer]
<headius[m]> We recommend using the oracle-enhanced-adapter which supports JRuby
<headius[m]> We dropped our Oracle support in ar-jdbc because theirs is really solid
<headius[m]> annabackiyam ^
<annabackiyam[m]> OK, Gem::ConflictError: Unable to activate activerecord-oracle_enhanced-adapter-6.0.0, because activerecord-5.2.1 conflicts with activerecord (~> 6.0.0) -- Does that mean I need to upgrade activerecord to 6.0.0?
drbobbeaty has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<headius[m]> Well you would want to install the one that goes with rails 5.2.1
nirvdrum has quit [Ping timeout: 276 seconds]
lucasb has quit [Quit: Connection closed for inactivity]