Pramod announced the release of GlassFish v3 Gem ver 0.1.2. The focus of this release is bugfixes:
- IssueTracker #4228: Duplicate entries for Scaffold generated by Rails 2.0.2
- IssueTracker #3966: Blank page returned if no Rails instance is available
- RubyForge #17970: All requests are Ajax requests
- RubyForge #18162: observe_field for Ajax capablites work only once
After #4228 fix, you can easily follow TOTD#28 to create a scaffold using Rails 2.0 and deploy it on GlassFish gem instead of WEBrick – works on JRuby 1.1 RC2.
You can verify if have 0.1.1 version by giving the command:
-
Macintosh-187:jruby-1.1RC2 arungupta$ bin/jruby -S gem list -d glassfish*** LOCAL GEMS ***
glassfish (0.1.1)
GlassFish V3 Application Server for JRuby
You can update to the most recent version by giving the command:
Macintosh-187:jruby-1.1RC2 arungupta$ bin/jruby -S gem update glassfish |
And then again verify using the following command:
-
Macintosh-187:jruby-1.1RC2 arungupta$ bin/jruby -S gem list -d glassfish*** LOCAL GEMS ***
glassfish (0.1.2, 0.1.1)
GlassFish V3 Application Server for JRuby
If you installed version 0.1.0 then you need to uninstall it and install the new version using the following commands:
-
bin/jruby -S gem uninstall GlassFish
bin/jruby -S gem install glassfish
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.
File issues in JIRA or RubyForge or GlassFish Issue Tracker.
Related posts:
Thanks for the fantastic work you’ve been doing on this gem! I was the original submitter for ticket #18162 on RubyForge and I’m going to test out the new gem as we speak.
JRuby + Rails is quickly becoming more and more a reality in the enterprise because of this.
Thanks again and keep up the great work!
Comment by Matthew Williams — March 14, 2008 @ 4:27 am
[Trackback] JRuby 1.1 RC3 (third and final release candidate) was released last week. The highlights are: 58 issues resolved since JRuby 1.1RC2 ri/rdoc w/ documentation included in distribution More IO corner cases fixed (popen, reopen) Several small bottlen…
Comment by Arun Gupta's Blog — March 25, 2008 @ 8:05 am
[Trackback] As reported earlier, I presented on "Rails powered by GlassFish and jMaki" yesterday at The Server Side Java Symposium – Las Vegas. The slides are available here. The demos shown in the talk are available at: Rails 2.0 Scaffold…
Comment by Arun Gupta's Blog — March 27, 2008 @ 1:40 pm