warbler
jRuby and Problems with Warbler, RVM, and Tomcat
I\'ve been having a tough time getting jRuby on Rails 3 deployed on Tomcat 6. I got it to work exactly once.[详细]
2023-01-19 15:10 分类:问答jruby regex different on windows from os x?
i\'ve got a jruby regex that i\'m printing in rails: @@private = /somethingthatshouldnevermatch/ def secure?[详细]
2023-01-15 11:04 分类:问答Error on creating war using warbler
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[详细]
2023-01-04 05:24 分类:问答Rails deployment strategies with Bundler and JRuby
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[详细]
2022-12-30 20:07 分类:问答How should jruby-jars and jruby-rack be added to the classpath using warbler?
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?[详细]
2022-12-26 02:47 分类:问答Why do I get a NoSuchMethod error running Warbler?
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?[详细]
2022-12-26 01:12 分类:问答Warbler config.java_classes and log4j.properties
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/[详细]
2022-12-14 19:16 分类:问答Glassfish can't find activerecord-jdbc-adapter
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)[详细]
2022-12-14 13:51 分类:问答warbler config and jruby version
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[详细]
2022-12-12 10:08 分类:问答