Sha256: d8a7359193680a640c5696459ba31dbca3ed522b1058a24bf23d0181bf4efac2
Contents?: true
Size: 475 Bytes
Versions: 2
Compression:
Stored size: 475 Bytes
Contents
module Rails class Configuration def threadsafe? if(Rails::Configuration.instance_methods.include?'threadsafe!') if(Rails::Configuration.instance_methods.include?'preload_frameworks') preload_frameworks && cache_classes && !dependency_loading && action_controller.allow_concurrency else cache_classes && !dependency_loading && action_controller.allow_concurrency end else false end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
glassfish-1.0.3-universal-java | lib/jruby/rails_path.rb |
glassfish-1.0.3.beta.1-universal-java | lib/jruby/rails_path.rb |