Jesse Chavez

Results 15 comments of Jesse Chavez

If there is anyone still interested on an Active Record SQL Server adapter the works with JRuby The is a fork of the `activerecord-jdbc-adapter` with Rails 5.0, 5.1, 5.2, and...

It seems there is and additional issue discovered by @joerixaop being `modifiable` method removed from ostruct as per https://github.com/jruby/warbler/pull/521

Hi @headius, A new release would be good and greatly appreciated. In my side, warbler is part of our build process and because this issue we are not able to...

Hi @olleolleolle Yes, building warbler fails, I was able to replicate the issue with `rake build` I've tried to build with JRuby `9.2.21.0` and `9.3.8.0` but the same issue. After...

No sure if the compilation line should be bumped since only Java 8+ is supported ``` plugin :compiler, '3.1', :source => '1.6', :target => '1.6' ```

After the change, `rake build` succeeds with both JRuby `9.2.21.0` and `9.3.8.0` ``` ... [INFO] skip non existing resourceDirectory /home/jessec/ibsa/other_gems/warbler/src/test/resources [INFO] Copying 150 resources [INFO] Copying 1942 resources [INFO] [INFO]...

Hey @rdubya We maintain a couple of dozens of app that are tightly coupled to the activerecord-jdbc-adapter gem, JNDI, JVM, Java libraries and tools, HikariCP, Tomcat, Jetty, PostgreSQL and SQL...

Just for reference if there is anyone still interested on an Active Record SQL Server adapter the works with JRuby There is a fork of the `activerecord-jdbc-adapter` with Rails 5.0,...

This issue seems to go away by the below pull request in Rails https://github.com/rails/rails/pull/41068 The change is in Rails 6.1.4

I checked in JRuby `9.2.18.0` and I can confirmed the issue is present in this version. ``` D:\workbench\jrubies> D:\workbench\jrubies>java -jar jruby-complete-9.2.18.0.jar -S irb irb(main):001:0> irb(main):002:0> require 'open3' => true irb(main):003:0>...