@grantmichaels is one happy JRuby/Rails/GlassFish user. Here are some of his comments …
http://twitpic.com/22b5o – the easiest rails stack in the world, jruby 1.2rc, rails 2.3rc, glassfish v3 – (tweeted here)
and
@arungupta had wiped/restated one of my linodes to refront w/ nginx instead of passenger and it took only 1-2 mins to setup jruby/glassfish - (tweeted here)
and
@arungupta can only have praise for how simple it is to get a working, deployable jruby/rack/glassfish stack for sinatra/rails/ramaze etc – (tweeted here)
and
too easy to run jruby/rack/glassfish behind nginx – going to bed a happy camper tonight … (tweeted here)
We are very happy to know that users find JRuby and GlassFish easy-to-use for running their Rails applications!
Want to know who else is using GlassFish and Rails together ? Read here.
Did you know that you even deploy your Merb and Grails applications on GlassFish ? glassfish-scripting.dev.java.net provides all the details.
Technorati: glassfish jruby rubyonrails stories
Related posts:- JRuby, Rails, and GlassFish Bootcamp – San Francisco, May 19/20, 2009
- TOTD #110: JRuby on Rails application using Oracle on GlassFish
- Screencast #Web 9: JRuby-on-Rails standalone and shared WARs in GlassFish
- JRuby 1.0.3 + Rails 2.0 Hello World – Additional Steps Required
- TOTD #72: JRuby and GlassFish Integration Test #3: JRuby 1.2.0 RC2 + Rails 2.2.x + GlassFish v3
I am having trouble. I can deploy on Glassfish using Netbeans but my app cannot find the images for the layout. If I switch back to using regular ruby and rails from Netbeans, it works.
Is there somewhere I can post my question? I am look for a forum of people using JRuby and Rails, especially using Netbeans.
Comment by Ray Hooker — May 15, 2009 @ 9:21 am
Does your app work on GlassFish outside NetBeans ?
Does it work using JRuby/Mongrel ?
You can always post questions to .
-Arun
Comment by Arun Gupta — May 15, 2009 @ 10:38 am
I just quickly tried it with JRuby + WEBrick using Netbeans. It is able to find the images just fine.. Of course the ruby-ldap yet, but is another issue. I will try deploying it to Glassfish manually next.
I should add that when it is running in GlassFish under Netbeans that I can manually specify the link for the images and they appear properly, so I am not sure what is the difference.
Comment by Ray Hooker — May 15, 2009 @ 11:05 am
Ok, try it and let me know. If find a reproducible test case, then file a bug at:
https://glassfish.dev.java.net/servlets/ProjectIssues
Feel free to follow up on .
Comment by Arun Gupta — May 15, 2009 @ 11:10 am