Ivo Wever

Results 11 comments of Ivo Wever

@tony-currentuser Thanks for that solution. After upgrading from Rails 4.1 to 4.2, I ran into errors saying ``` Mysql2::Error: Field 'id' doesn't have a default value ``` I traced the...

I think the problems I reported below were due to a wonky rvm setup. After removing `bundler` from `/home/user/.rvm/rubies/jruby-9.1.17.0/lib/ruby/gems/shared`, reinstalling JRuby and running `rvm gemset pristine` in the default and...

I was suddenly running into this error as well. Things worked fine until recently, but starting today loading the exploded war (in Websphere Liberty) resulted in `LoadError: no such file...

I think this can be considered a duplicate of https://github.com/rvm/rvm/issues/4975. See there for more info. Also https://github.com/sparklemotion/nokogiri/issues/2046 contains some info.

We are running into this issue; would it be possible to merge and release this fix?

I have some ideas for workarounds that I haven't been able to test yet: * instrument your calculations to report the precisions of the bigdecimal values that are used when...

> I will try and get new releases out for mysql soon. That would be much appreciated; I'm also running into this issue.

You will also run into vim starting noticeably slowly when using vim-bundler in combination with jruby. The abi_version system call mentioned in [an earlier comment](https://github.com/tpope/vim-bundler/issues/38#issuecomment-60169415) will each take ~2 seconds,...

For instance like `ruby 2.3.3p0 (jruby 9.1.17.0)`; indicating compatibility with MRI 2.3.3. So no abi version unfortunately.

> Philosophically, supporting older versions of Ruby is a HUGE burden for everyone. I understand the motivation for ruby_dep and I agree it would be a good thing if gems...