Sha256: 0d65d7ab13b6dd8c142ea18e561fd6fd73f7eb9f98dc68bd9ecfa7998a1901f5
Contents?: true
Size: 702 Bytes
Versions: 35
Compression:
Stored size: 702 Bytes
Contents
# Oboe Gem Configuration ## Environment Variables The following environment variables are detected by the oboe gem: * `IGNORE_TRACEVIEW_WARNING` - tells the oboe gem to __not__ output the _missing TraceView libraries_ message on stack initialization * `OBOE_GEM_VERBOSE` - sets the verbose flag (`Oboe::Config[:verbose]`) early in the gem loading process which may output valuable information ## Oboe::Config `Oboe::Config` is a nested hash used by the oboe gem to store preferences and switches. See [this Rails generator template file](https://github.com/appneta/oboe-ruby/blob/master/lib/rails/generators/oboe/templates/oboe_initializer.rb) for documentation on all of the supported values.
Version data entries
35 entries across 35 versions & 1 rubygems