Sha256: c8e3a4cd1551a6ad394972b6de09eb4ad5a90bc5ef04903a32fedb7ed684d3ac

Contents?: true

Size: 413 Bytes

Versions: 6

Compression:

Stored size: 413 Bytes

Contents

# Specify which environments to use Hypershield
Hypershield.enabled = Rails.env.production?

# Specify the schema to use and columns to show and hide
Hypershield.schemas = {
  hypershield: {
    # columns to hide
    # matches table.column
    hide: ["encrypted", "password", "token", "secret"],
    # overrides hide
    # matches table.column
    show: []
  }
}

# Log SQL statements
Hypershield.log_sql = false

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
hypershield-0.4.0 lib/generators/hypershield/templates/initializer.rb
hypershield-0.3.1 lib/generators/hypershield/templates/initializer.rb
hypershield-0.3.0 lib/generators/hypershield/templates/initializer.rb
hypershield-0.2.2 lib/generators/hypershield/templates/initializer.rb
hypershield-0.2.1 lib/generators/hypershield/templates/initializer.rb
hypershield-0.2.0 lib/generators/hypershield/templates/initializer.rb