When running Ruby on Rails in a war using the GoldSpike servlets and context-param jruby.standalone is set to true you will need to use the jruby-complete jar file. Rails requires Gems in order to boot strap. I found that using the jruby jar file caused Rails to fail in initializer.rb when it tried to require 'logger' which is included in the ActiveSupport gem.
Also be sure to copy your required gems into WEB-INF/gems.
[EDIT: Better yet use ruby gem install --install-dir WEB-INF/gems. ]
Recent comments
4 days 15 hours ago
1 week 1 day ago
2 weeks 12 hours ago
2 weeks 3 days ago
2 weeks 3 days ago
3 weeks 18 hours ago
6 weeks 2 days ago
6 weeks 6 days ago
7 weeks 31 min ago
8 weeks 1 day ago