[jruby-dev] [jira] Created: (JRUBY-3631) RubyStringIO error when handling multipart/form-data in a Ruby on Rails app

2009-05-08 Thread George Agnelli (JIRA)
RubyStringIO error when handling multipart/form-data in a Ruby on Rails app --- Key: JRUBY-3631 URL: http://jira.codehaus.org/browse/JRUBY-3631 Project: JRuby Issue

[jruby-dev] [jira] Created: (JRUBY-3632) Jruby deployment missing batch files

2009-05-08 Thread Michael Sofaer (JIRA)
Jruby deployment missing batch files Key: JRUBY-3632 URL: http://jira.codehaus.org/browse/JRUBY-3632 Project: JRuby Issue Type: Bug Affects Versions: JRuby 1.3RC1 Environment: Windows

Re: [jruby-dev] [jira] Created: (JRUBY-3628) java.util.logging misbehavior when called from JRuby

2009-05-08 Thread David Kellum
Morten, At great risk of opening a java logging APIs debate, you might consider using the slf4j and logback gems (http://rjack.rubyforge.org/) for your logging needs. In particular, the combination supports aggregating logging from all common APIs/sources including java.util.logging, and

Re: [jruby-dev] JRuby IR: First thoughts

2009-05-08 Thread Charles Oliver Nutter
Subramanya Sastry wrote: I may have been wrong. I had a chance to think through this a little bit more. Consider this ruby code: i = 5 v1 = i + 1 some_random_method_call() v2 = i + 1 In this code snippet, the second '+' might not get optimized because 'some_random_method_call' could