All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jruby.rack.core_ext.rb Maven / Gradle / Ivy

Go to download

A servlet bridge for (Ruby-based) Rack applications that allow them to run in Java Application servers using JRuby.

There is a newer version: 1.2.2
Show newest version
#--
# Copyright (c) 2010-2012 Engine Yard, Inc.
# Copyright (c) 2007-2009 Sun Microsystems, Inc.
# This source code is available under the MIT license.
# See the file LICENSE.txt for details.
#++

require 'jruby/rack/capture'

$DEBUG ||= ! ENV['DEBUG'].nil?

class Exception
  include JRuby::Rack::Capture::Base
  include JRuby::Rack::Capture::Exception
  include JRuby::Rack::Capture::Environment if $DEBUG
  include JRuby::Rack::Capture::RubyGems
  include JRuby::Rack::Capture::Bundler
  include JRuby::Rack::Capture::JRubyRackConfig
  include JRuby::Rack::Capture::JavaEnvironment if $DEBUG
end

class LoadError
  include JRuby::Rack::Capture::LoadPath
end

class NativeException
  include JRuby::Rack::Capture::Native
end




© 2015 - 2025 Weber Informatics LLC | Privacy Policy