I\'ve been having a tough time getting jRuby on Rails 3 deployed on Tomcat 6. I got it to work exactly once.
i\'ve got a jruby regex that i\'m printing in rails: @@private = /somethingthatshouldnevermatch/ def secure?
i have开发者_如何转开发 a jruby application, and use warbler to make war files of it. But everytime i ran jruby -S rake war The warbler throw an error, it said can\'t convert nil to String and the err
I have a jruby rails app and I\'ve just started using bundler for gem dependency management.I\'m interested in hearing peoples\' opinions on deployment strategies.The docs say that bundle package will
I\'ve been reading through the warbler source code, and I can\'t figure out how the jruby-jars and jruby-rack jars are meant to end up on the servlet classpath?
I\'m getting the following error when running warble under both jRuby 1.3 and 1.4. I\'m new to warbler, any suggestions what to try next?
I\'m packaging up a rails app with warbler and I want app specific logging.I\'ve added the log4j and commons-loggin jar to the WEB-INF/lib directory, and I want to add log4j.properties to the WEB-INF/
I\'m trying to deploy simple Rails app on glassfish v3 and get the following error: org.jruby.rack.RackInitializationException: Could not find RubyGem activerecord-jdbc-adapter (>= 0)
I just installed jruby-1.4.0 to play around with it.I\'m noticing however that warbler is packaging this by default with my rails deploy.My production uses jruby-complete-1.3.1 (which I\'ve added to m