The JRuby community is pleased to announce the release of JRuby 1.0.2.
Homepage: http://www.jruby.org/Download: http://dist.codehaus.org/jruby/
JRuby 1.0.2 is a minor release of our stable 1.0 branch. The fixes in thisrelease include primarily obvious compatibility issues that we felt werelow risk. We periodically push out point releases to continue supportingproduction users of JRuby 1.0.x.
Highlights:- Fixed several nasty issues for users on Windows- Fixed a number of network compatibility issues- Includes support for Rails 1.2.5- Reduced memory footprint- Improved File IO performance- trap() fix- 99 total issues resolved since JRuby 1.0.1
Special thanks to the new JRuby contributors who rose to Charlie's challengeto write patches for some outstanding bugs: Riley Lynch, Mathias BiilmannChristensen, Peter Brant, and Niels Bech Nielsen. Welcome aboard...
By Ola Bini | In: Uncategorized | tags: 1.0.2, jruby, release. | #
One Comment, Comment or Ping
Trying to install mongrel under jruby seems to not provide any valid options. This is the output I got. Any suggestions on installing mongrel and mongrel_jcluster?
Thanks!
>%JRUBY_HOME%\bin\jruby -S gem install mongrel
Select which gem to install for your platform (java)
1. mongrel 1.0.4 (mswin32)
2. mongrel 1.0.4 (ruby)
3. mongrel 1.0.3 (ruby)
4. mongrel 1.0.2 (ruby)
5. mongrel 1.0.2 (mswin32)
6. mongrel 1.0.1 (mswin32)
7. mongrel 1.0.1 (ruby)
8. Skip this gem
9. Cancel installation
> 9
ERROR: While executing gem … (Gem::RemoteInstallationCancelled)
Installation of mongrel cancelled.
November 2nd, 2007
Reply to “JRuby 1.0.2 released”