[jruby-dev] [jira] (JRUBY-6460) realpath does not expand symlinks as expected

2012-02-16 Thread Adam (JIRA)
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

Re: [jruby-dev] saved model object ID always 1 with jruby-rack

2012-02-16 Thread Lance Ball
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,

[jruby-dev] [jira] (JRUBY-6459) JRuby head causes rack response to change behaviour

2012-02-16 Thread Matthew Denner (JIRA)
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

Re: [jruby-dev] saved model object ID always 1 with jruby-rack

2012-02-16 Thread Lance Ball
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

[jruby-dev] [jira] (JRUBY-6458) jruby-launcher fails to install from rvm with default 1.9 mode

2012-02-16 Thread Charles Oliver Nutter (JIRA)
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