[jruby-dev] [jira] (JRUBY-7191) High CPU in JRuby JIT Compiler

2013-08-01 Thread Tom Beauvais (JIRA)
Tom

[jruby-dev] [jira] (JRUBY-7190) Incorrect encoding on result string read from File introduced in JRuby 1.7.4

2013-08-01 Thread Tom Beauvais (JIRA)
Tom

Re: [jruby-dev] [jira] (JRUBY-7159) require_relative crashes inside jruby-complete.jar located on path with embedded spaces

2013-04-27 Thread jacklee tom
hi everyone, i am new here,i am a student from china.i am happy to be here.i am studying jruby now. 2013/4/27 Syver Enstad (JIRA) >Syver > Enstadcreated > [image: > Bug] JRUBY-7159

[jruby-dev] [jira] Created: (JRUBY-6179) JRuby-Rack forces all logging to INFO level

2011-11-03 Thread Tom Germano (JIRA)
Versions: JRuby 1.7 Environment: Tomcat7 using log4j as a logging backend, jruby 1.7, java7 Reporter: Tom Germano The following rails code: Rails.logger.info " info" Rails.logger.warn " warn" Rails.logger.error "-

[jruby-dev] [jira] Created: (JRUBY-6168) RackInitializationException when run with Tomcat7 and symlinked instead of packaged into the WAR

2011-10-27 Thread Tom Germano (JIRA)
Project: JRuby Issue Type: Bug Components: JRuby-extras Affects Versions: JRuby 1.7 Environment: jruby 565a6d8a2f943e0c2de602841f1a3f886deb7c39 Tomcat7 Ubuntu 10.04.3 LTS Reporter: Tom Germano I am trying to run a WAR where the jruby.jar is

[jruby-dev] question for code coverage

2009-01-19 Thread tom
Hi, Sir I am a developer from China. Recently I'm working a project using jruby. And the requirement of customer contains code coverage. We found there is one tool named 'rcov' that is used for ruby coverage. So we want use it. But we install it using gem, it failed. But it works fine in a pur

[jruby-dev] [jira] Created: (JRUBY-3195) jruby-openssl fails to load but reports no error

2008-11-29 Thread Tom Robinson (JIRA)
Versions: JRuby 1.1.5 Environment: Windows XP, JRuby 1.1.5 *with* jruby-openssl gem installed Reporter: Tom Robinson When trying to use jruby-openssl within a script where a "Config" class is already in the namespace, jruby-openssl will fail to load but report no error.

[jruby-dev] [jira] Created: (JRUBY-2264) Include Nailgun in release binary packages

2008-03-12 Thread Tom Brice (JIRA)
Reporter: Tom Brice Assignee: Thomas E Enebo Priority: Trivial Fix For: JRuby 1.1 The nailgun stuff is not included in 1.1RC1 or 1.1RC2. I feel that it should be. To include it you would need JRUBY_HOME/tool/nailgun stuff as well as the nailgun jar

[jruby-dev] [jira] Created: (JRUBY-1454) String#unpack("Ux") does not handle multi-bytes correctly

2007-10-19 Thread Tom Quellenberg (JIRA)
ents: Core Classes/Modules Affects Versions: JRuby 1.0.1 Reporter: Tom Quellenberg Attachments: patch.txt A call of b.unpack("U2") should return two characters, but returns only one. # three characters 'รค' b = [0xC3,0xA4, 0xC3,0xA4, 0xC3,0xA4].pac