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

jruby.rails_path.rb Maven / Gradle / Ivy

module Rails
  class Configuration    
    def threadsafe?
      if(Rails::Configuration.instance_methods.include?'threadsafe!')
        preload_frameworks && cache_classes && !dependency_loading && action_controller.allow_concurrency
      else
        false
      end
    end
  end
end




© 2015 - 2025 Weber Informatics LLC | Privacy Policy