Adam created JRUBY-6460:
---
Summary: realpath does not expand symlinks as expected
Key: JRUBY-6460
URL: https://jira.codehaus.org/browse/JRUBY-6460
Project: JRuby
Issue Type: Bug
Components: St
FWIW, I've narrowed it down to this code in ActiveRecord::Base#create
self.id = connection.insert(statement, "#{self.class.name} Create",
self.class.primary_key, self.id, self.class.sequence_name)
The call to insert is always returning 1 - at least in the successful case.
TBH,
Matthew Denner created JRUBY-6459:
-
Summary: JRuby head causes rack response to change behaviour
Key: JRUBY-6459
URL: https://jira.codehaus.org/browse/JRUBY-6459
Project: JRuby
Issue Type: Bu
I have run into this issue as well. I have not yet dug into a fix, but have
been able to reproduce the problem with a simple script that uses activerecord
2.3.11 on jruby 1.6.5.
Here is the source:
https://github.com/lance/pk_sequence_test
Here is the output:
$ bundle exec pk_sequence_test.rb
Charles Oliver Nutter created JRUBY-6458:
Summary: jruby-launcher fails to install from rvm with default 1.9
mode
Key: JRUBY-6458
URL: https://jira.codehaus.org/browse/JRUBY-6458
Project: JRub