RCR 30: Add the ability of Ruby to load extensions (.rb, .so, etc) from .zip files
submitted by Rich_Kilmer on 2001-08-27 01:21:57
This is a legacy RCR. If this is your RCR, please resubmit it using the new format and process.
From a distribution prospective, it would be nice to allow Ruby to have a list of .zip (or .jar - Java Archive format) files that it searches for extensions to load instead of the file system. Although the file system is great for development purposes, you could reduce a Ruby distribution to a dozen files (or less) if you zipped the lib directory. It would also decrease the size of the distribution. I used winzip ("normal" mode) and compressed the 1.6 lib directory(s) (mingw32 distro). It went from 1.2MB to 347KB. This would allow those distributing applications on Ruby to package their entire application code into a single file as well. Jar/Zip was a great feature when added to Java...and I believe it would serve the same benefit for Ruby.
Back to RCRchive.
RCR Submission page and RCRchive powered by Ruby, Apache, RuWiki (modified), and RubLog