A newer version of GlassFish v3 Gem for Ruby on Rails is now available.
What’s new ?
- Codebase aligned with GlassFish v3 Technology Preview 2
- Previous version (0.1.2) had some packaging issues which increased the size but now it’s back to sweet 2.8 Mb.
Check if previously installed by using the following command:
| ~/testbed/jruby-1.1.1 >bin/jruby -S gem list glassfish
*** LOCAL GEMS *** glassfish (0.1.2) |
If already installed (as indicated by the list of gems) then uinstall it using the following command:
| ~/testbed/jruby-1.1.1 >bin/jruby -S gem uninstall glassfish Successfully uninstalled glassfish-0.1.2-universal-java Remove executables: glassfish_rails, asadmin, asadmin.bat in addition to the gem? [Yn] y |
And then install it again as:
| ~/testbed/jruby-1.1.1 >bin/jruby -S gem install glassfish JRuby limited openssl loaded. gem install jruby-openssl for full support. http://wiki.jruby.org/wiki/JRuby_Builtin_OpenSSL Successfully installed glassfish-0.2.0-universal-java 1 gem installed |
Updating the gem is giving unpredictable results (mostly not updating) and will be investigated later.
Rails powered by the GlassFish Application Server explains why GlassFish is a better deployment option for Rails applications.
All the latest information about the gem can be found at GlassFish JRuby wiki or JRuby wiki.
Please use the gem and send us feedback on GlassFish forums, dev@glassfish or gem mailing list.
Related posts:
[Trackback] Vivek released 0.3.0 version of GlassFish Gem for Rails (a total of 11 issues fixed and resolved – RubyForge & GlassFish Issue Tracker) earlier. But that caused a regression on #4228. And so matching the agility expected by Rails developers, h…
Comment by Arun Gupta's Blog — June 25, 2008 @ 6:42 am