instance method schema_cache_path

Ruby on Rails 8.0.4

Since v6.1.7.10

Available in: v6.1.7.10 v7.0.10 v7.1.6 v7.2.3 v8.0.4 v8.1.2

Signature

schema_cache_path()

The path to the schema cache dump file for a database. If omitted, the filename will be read from ENV or a default will be derived.

Source
# File activerecord/lib/active_record/database_configurations/hash_config.rb, line 113
      def schema_cache_path
        configuration_hash[:schema_cache_path]
      end

Defined in activerecord/lib/active_record/database_configurations/hash_config.rb line 113 · View on GitHub · Improve this page · Find usages on GitHub

Defined in ActiveRecord::DatabaseConfigurations::HashConfig

Type at least 2 characters to search.

↑↓ navigate · open · esc close