class DatabaseConfigurations
Ruby on Rails 7.0.10
Since v6.0.6ActiveRecord::DatabaseConfigurations returns an array of DatabaseConfig objects (either a HashConfig or UrlConfig) that are constructed from the application’s database configuration hash or URL string.
Inherits from
Namespace
Classes
Attributes
Methods (defined here)
- # blank?
- # configs_for
- # empty?
- # find_db_config
- self. new
Private methods
(12)
Implementation detail — not part of the public API.
Methods (inherited)
From Object (16)
- # acts_like?
- # blank?
- # deep_dup
- # duplicable?
- # html_safe?
- # in?
- # instance_values
- # instance_variable_names
- # presence
- # presence_in
- # present?
- # to_param
- # to_query
- # try
- # try!
- # with_options
From ActiveRecord::TestFixtures (4)
From ActiveSupport::Concern (3)
- # class_methods
- # included
- # prepended