[#30589] [Bug #3391] Use single exclamation mark instead of double exclamation mark for IRB — Diego Viola <redmine@...>

Bug #3391: Use single exclamation mark instead of double exclamation mark for IRB

10 messages 2010/06/04

[#30672] [Bug #3411] Time.local 1916,5,1 #=> 1916-04-30 23:00:00 +0100 — Benoit Daloze <redmine@...>

Bug #3411: Time.local 1916,5,1 #=> 1916-04-30 23:00:00 +0100

12 messages 2010/06/08

[#30699] [Bug #3419] 1.9.2-preview3 possible bug with Rails 3 active_record sqlite_adapter — Joe Sak <redmine@...>

Bug #3419: 1.9.2-preview3 possible bug with Rails 3 active_record sqlite_adapter

9 messages 2010/06/09

[#30734] [Bug #3428] ri outputs ansi escape sequences even when stdout is not a tty — caleb clausen <redmine@...>

Bug #3428: ri outputs ansi escape sequences even when stdout is not a tty

11 messages 2010/06/11

[#30756] [Feature #3436] Spawn the timer thread lazily — Maximilian Gass <redmine@...>

Feature #3436: Spawn the timer thread lazily

15 messages 2010/06/13
[#32686] [Ruby 1.9-Feature#3436] Spawn the timer thread lazily — Mark Somerville <redmine@...> 2010/10/04

Issue #3436 has been updated by Mark Somerville.

[ruby-core:30973] Re: [Feature #1478] Ruby archive

From: Charles Oliver Nutter <headius@...>
Date: 2010-06-30 09:59:32 UTC
List: ruby-core #30973
On Sat, May 22, 2010 at 1:21 PM, Urabe Shyouhei <shyouhei@ruby-lang.org> wrote:
> That's what I'm in doubt.  At the time of its appearance jar needed compression
> because java aimed to be network-oriented.  But definitely our browser don't
> run ruby.

We have users running JRuby in applets in browsers with jar-compressed
scripts. It's pretty easy to do, and very handy to distribute a single
compressed file.

We also have folks starting to use JRuby on Android, where we also
support loading scripts out of compressed jar files (since that is
again the format for all Android application archives).

And JRuby's "jruby-complete.jar" is all of JRuby plus the Ruby
standard library in a single 10-11MB file, where JRuby alone is about
8-9MB of that. It would be closer to 18-19MB if we could not compress
stdlib into the jar file, and the "complete" jar's execution makes
heavy use of loading scripts out of the jar itself, similar to what
the new Ruby archive format could enable. The "complete" jar is used
in many prepackaged JRuby applications that need a single distribution
file.

The use of jars and compressed jars is a very common, very useful tool
for JRuby users, and we've supported it for over four years. If Ruby
is going to adopt a standard archive format, it would seem rather
strange to ignore what we've done (and what users are doing) in JRuby
today.

- Charlie

In This Thread