I am using Rvm and have install jruby-1.6.4 (with ruby 1.9.2) i use warbler to create the war file and deploy it over tomcat-6.0.4
The following error shows up in my Glassfish log when attempting to access my app: Caused by: org.jruby.exceptions.RaiseException: (NameError) method \'to_yaml\' not defi开发者_如何学编程ned in Objec
I\'m trying to use warbler on ChiliProject (a Redmine fork, Rails 2.3 app) to deploy it in a Java Jetty web server. But when I run warble at the projects root folder, it fails with the given error mes
I\'ve created a simple \'hello\' type JRuby application and use Warbler to WAR up and then deploy to JBoss. However, I get the following error when using the application:
I have a project that I\'m working on that uses a gem we\'ve created internally.It\'s not hosted on rubygems.org or github.But we do have it in our repository and in a path on our local machine.
I am using JRuby 1.4.0 and want to use Ruport to make CSV files. This perfectly works until I make a war-file from it with warbler to put it on a server.
I am using warbler to create war of my Jruby application. It creates a war without any problem, but when I deploy it in tomcat (webapps) it gives me following exception:
/var/lib/hudson/.rvm/rubies/ruby-1.9.2-p180/lib/ruby/site_ruby/1.9.1/rubygems.rb:900:in `report_activate_error\': Could not find RubyGem warbler (>= 0) (Gem::LoadError)
I\'m using the following config/warble.rb in my hello-world-style application: Warbler::Config.new do |config|
I have used Warble to make .war files.That worked pretty well. Some of the tutorials online suggest using the \"rake\" command at various times.If rake is for compilation, I thought Ruby didn\'t need