Flowdock

No documentation

This module has no description. You can help the Ruby on Rails community by adding new notes.

Constants

VALID_CONN_PARAMS = [:host, :hostaddr, :port, :dbname, :user, :password, :connect_timeout, :client_encoding, :options, :application_name, :fallback_application_name, :keepalives, :keepalives_idle, :keepalives_interval, :keepalives_count, :tty, :sslmode, :requiressl, :sslcompression, :sslcert, :sslkey, :sslrootcert, :sslcrl, :requirepeer, :krbsrvname, :gsslib, :service]

RAILS_ENV = -> { (Rails.env if defined?(Rails)) || ENV["RAILS_ENV"] || ENV["RACK_ENV"] }

DEFAULT_ENV = -> { RAILS_ENV.call || "default_env" }

Attributes

Show files where this module is defined (5 files)
Register or log in to add new notes.