Btw, I would have opened a ticket on codehaus, but the captcha to
create an account is just horrible and I couldn’t get past it. Some
of the characters were basically just blobs.
This code in jruby/rack/rackup.rb makes it impossible to have custom
rails environments
case env
when “development”, “test”
app = Rack::Builder.new {
use Rack::CommonLogger, $stderr
use Rack::ShowExceptions
use Rack::Lint
run inner_app
}.to_app
when “deployment”, “production”
app = Rack::Builder.new {
use Rack::CommonLogger, $stderr
run inner_app
}.to_app
Btw, I would have opened a ticket on codehaus, but the captcha to
create an account is just horrible and I couldn’t get past it. Some
of the characters were basically just blobs.
This code in jruby/rack/rackup.rb makes it impossible to have custom
rails environments