ActiveRecord::ConnectionAdapters

Public Class Methods

fiber_pools() click to toggle source
   # File lib/active_record/fiber_patches.rb, line 6
6:     def self.fiber_pools
7:       @fiber_pools ||= []
8:     end
register_fiber_pool(fp) click to toggle source
    # File lib/active_record/fiber_patches.rb, line 9
 9:     def self.register_fiber_pool(fp)
10:       fiber_pools << fp
11:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.