Re: [jruby-dev] jruby-openssl, jruby 1.0.3, and rails 2.0.x

2007-12-12 Thread Nick Sieger
On 12/12/07, Charles Oliver Nutter <[EMAIL PROTECTED]> wrote: > Thomas E Enebo wrote: > > On Dec 12, 2007 4:04 AM, Ola Bini <[EMAIL PROTECTED]> wrote: > >> Nick Sieger wrote: > >>> > >>> What if all 'require "openssl"' did on JRuby was load a ruby file that > >>> contained a bunch of autoloads for

Re: [jruby-dev] jruby-openssl, jruby 1.0.3, and rails 2.0.x

2007-12-12 Thread Charles Oliver Nutter
Thomas E Enebo wrote: On Dec 12, 2007 4:04 AM, Ola Bini <[EMAIL PROTECTED]> wrote: Nick Sieger wrote: What if all 'require "openssl"' did on JRuby was load a ruby file that contained a bunch of autoloads for all the constants in openssl? We could attempt to fill in as many as possible in the b

[jruby-dev] [jira] Created: (JRUBY-1712) Captures local to the block ?

2007-12-12 Thread Marcin Mielżyński (JIRA)
Captures local to the block ? - Key: JRUBY-1712 URL: http://jira.codehaus.org/browse/JRUBY-1712 Project: JRuby Issue Type: Bug Reporter: Marcin Mielżyński Assignee: Thomas E Enebo here is

[jruby-dev] [jira] Created: (JRUBY-1710) Compilation failure due to missing methods from joni

2007-12-12 Thread Changshin Lee (JIRA)
Compilation failure due to missing methods from joni Key: JRUBY-1710 URL: http://jira.codehaus.org/browse/JRUBY-1710 Project: JRuby Issue Type: Bug Reporter: Changshin Lee

[jruby-dev] [jira] Created: (JRUBY-1711) Compilation failure due to missing methods from joni

2007-12-12 Thread Changshin Lee (JIRA)
Compilation failure due to missing methods from joni Key: JRUBY-1711 URL: http://jira.codehaus.org/browse/JRUBY-1711 Project: JRuby Issue Type: Bug Components: Miscellaneous

[jruby-dev] [jira] Created: (JRUBY-1709) JRuby should use Joda Time instead (PATCHES WELCOME)

2007-12-12 Thread Ola Bini (JIRA)
JRuby should use Joda Time instead (PATCHES WELCOME) Key: JRUBY-1709 URL: http://jira.codehaus.org/browse/JRUBY-1709 Project: JRuby Issue Type: Improvement Components: Core Class

[jruby-dev] [jira] Created: (JRUBY-1708) Compiler blows up with "NoVarsDynamicScope cannot be grown; use ManyVarsDynamicScope"

2007-12-12 Thread Alexey Verkhovsky (JIRA)
Compiler blows up with "NoVarsDynamicScope cannot be grown; use ManyVarsDynamicScope" - Key: JRUBY-1708 URL: http://jira.codehaus.org/browse/JRUBY-1708 Project: JRuby

[jruby-dev] [jira] Created: (JRUBY-1707) Unable to raise Java exceptions of derived types

2007-12-12 Thread Matthew Kanwisher (JIRA)
Unable to raise Java exceptions of derived types Key: JRUBY-1707 URL: http://jira.codehaus.org/browse/JRUBY-1707 Project: JRuby Issue Type: Bug Components: Java Integration Affec

Re: [jruby-dev] jruby-openssl, jruby 1.0.3, and rails 2.0.x

2007-12-12 Thread Thomas E Enebo
On Dec 12, 2007 4:04 AM, Ola Bini <[EMAIL PROTECTED]> wrote: > > Nick Sieger wrote: > > > > > > What if all 'require "openssl"' did on JRuby was load a ruby file that > > contained a bunch of autoloads for all the constants in openssl? We > > could attempt to fill in as many as possible in the base

[jruby-dev] [jira] Created: (JRUBY-1706) [PATCH] Bad format for "frozen" error messages

2007-12-12 Thread Alexey Verkhovsky (JIRA)
[PATCH] Bad format for "frozen" error messages -- Key: JRUBY-1706 URL: http://jira.codehaus.org/browse/JRUBY-1706 Project: JRuby Issue Type: Bug Reporter: Alexey Verkhovsky

Re: [jruby-dev] jruby-openssl, jruby 1.0.3, and rails 2.0.x

2007-12-12 Thread Nick Sieger
On 12/12/07, Thomas E Enebo <[EMAIL PROTECTED]> wrote: > > Any other thoughts? ideas? The patch at http://pastie.caboo.se/127653 allows me to run Rails 2 without jruby-openssl installed, provided that I change the session store as follows inside config/environment.rb: config.action_controller.ses

Re: [jruby-dev] jruby-openssl, jruby 1.0.3, and rails 2.0.x

2007-12-12 Thread Charles Oliver Nutter
On phone so I will be brief. How much of BC specifically do we need? Is it perhaps possible to implement as much as we can without depending on BC, and only have the gem install the bits that require BC? Or even -just- BC and we ship openssl with those BC specific arab throwing an error?

Re: [jruby-dev] jruby-openssl, jruby 1.0.3, and rails 2.0.x

2007-12-12 Thread Ola Bini
Thomas E Enebo wrote: So summary so far: Problems: A. Our stable branch is supported for Java 1.4 but jruby-openssl required Java 5. Rails requires openssl. B. Netbeans (and I presume any IDE which wants to bundle JRuby + Rails) does not think it can distribute jruby-openssl gem. 1. Is this t

Re: [jruby-dev] jruby-openssl, jruby 1.0.3, and rails 2.0.x

2007-12-12 Thread Thomas E Enebo
So summary so far: Problems: A. Our stable branch is supported for Java 1.4 but jruby-openssl required Java 5. Rails requires openssl. B. Netbeans (and I presume any IDE which wants to bundle JRuby + Rails) does not think it can distribute jruby-openssl gem. 1. Is this true based on recently di

Re: [jruby-dev] jruby-openssl, jruby 1.0.3, and rails 2.0.x

2007-12-12 Thread Nick Sieger
On 12/12/07, Ola Bini <[EMAIL PROTECTED]> wrote: > > > > So here's a new idea. openssl really sucks for us because it's such a > > monolithic beast. > > > > What if all 'require "openssl"' did on JRuby was load a ruby file that > > contained a bunch of autoloads for all the constants in openssl? We

[jruby-dev] [jira] Created: (JRUBY-1705) JRuby trunk doesn't work on mongrel_jcluster

2007-12-12 Thread Changshin Lee (JIRA)
JRuby trunk doesn't work on mongrel_jcluster Key: JRUBY-1705 URL: http://jira.codehaus.org/browse/JRUBY-1705 Project: JRuby Issue Type: Bug Components: Miscellaneous Environment

Re: [jruby-dev] jruby-openssl, jruby 1.0.3, and rails 2.0.x

2007-12-12 Thread Ola Bini
Nick Sieger wrote: On 12/11/07, Thomas E Enebo <[EMAIL PROTECTED]> wrote: Ok so I can put out a binary distro of 1.0.3 and in order for that to be smooth I need to release an updated jruby-openssl. Here is the problem (for windows): 1. Rails 2 requires openssl 2. JRuby 1.0.3 binary is compi