Re: [jruby-dev] Compiler #2 is under way!

2009-03-10 Thread Zachary Brown
On Mar 10, 2009, at 6:13 PM, Charles Oliver Nutter wrote: So, thoughts? - Charlie I like it. Gimme more :). Once I get my footing with JRuby a bit more I'd like to work on some of this kind of stuff :). -Zac - To unsu

Re: [jruby-dev] Compiler #2 is under way!

2009-03-10 Thread Charles Oliver Nutter
Jacob Kessler wrote: First thought: Very cool. Second thought: Runtime method definitions? _Very_ cool. It will be great to see what kind of interesting new things this opens up for us. It might also fit in well with the annotation-based classes that were suggested earlier today, to provide ea

Re: [jruby-dev] Compiler #2 is under way!

2009-03-10 Thread Jacob Kessler
Charles Oliver Nutter wrote: So, thoughts? - Charlie First thought: Very cool. Second thought: Runtime method definitions? _Very_ cool. It will be great to see what kind of interesting new things this opens up for us. It might also fit in well with the annotation-based classes that were sug

[jruby-dev] Compiler #2 is under way!

2009-03-10 Thread Charles Oliver Nutter
http://blog.headius.com/2009/03/compiling-ruby-to-java-types.html "Compiler #2" as it has been affectionately called is a compiler to turn normal Ruby classes into Java classes, so they can be constructed and called by normal Java code. When I asked for 1.3 priorities, this came out way at the

[jruby-dev] [jira] Created: (JRUBY-3485) SEVERE: Error registering RailsAdapter for application runner org.glassfish.api.container.EndpointRegistrationException: The endpoint adapter is null

2009-03-10 Thread Babar (JIRA)
SEVERE: Error registering RailsAdapter for application runner org.glassfish.api.container.EndpointRegistrationException: The endpoint adapter is null ---

[jruby-dev] [jira] Created: (JRUBY-3484) NotImplementedError raised when using Fileutils.ln on Windows

2009-03-10 Thread Babar (JIRA)
NotImplementedError raised when using Fileutils.ln on Windows - Key: JRUBY-3484 URL: http://jira.codehaus.org/browse/JRUBY-3484 Project: JRuby Issue Type: Sub-task Compone

Re: [jruby-dev] ActiveRecord JDBC Oracle string default question

2009-03-10 Thread Ola Bini
taobot wrote: Hi Ola, I may have an example of where it would be desirable to have a default of 255 rather that allowing the server's maximum varchar length to be used. I'm using the current out-of-the-box activerecord-jdbc along with a Sybase ASE server over JTDS. Running rake db:migrate in