Friday March 13, 2009
JRuby, Rails, and GlassFish - "Easiest Rails stack in the world"!!!
@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
Posted by Arun Gupta in web2.0 | Comments[4]
|
|
|
|
|
Today's Page Hits: 1713
Total # blog entries: 1002
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.
Posted by Ray Hooker on May 15, 2009 at 09:21 AM PDT #
Does your app work on GlassFish outside NetBeans ?
Does it work using JRuby/Mongrel ?
You can always post questions to users@ruby.netbeans.org.
-Arun
Posted by Arun Gupta on May 15, 2009 at 10:38 AM PDT #
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.
Posted by Ray Hooker on May 15, 2009 at 11:05 AM PDT #
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 users@ruby.netbeans.org.
Posted by Arun Gupta on May 15, 2009 at 11:10 AM PDT #