Sha256: aff2a552e5512e73e58e6c2bc9235264280a49dec028d695d8a0c8f1fda24c7a

Contents?: true

Size: 923 Bytes

Versions: 39

Compression:

Stored size: 923 Bytes

Contents

Description: 
    The Rails `encrypted` commands provide access to encrypted files or configurations.
    See the `Rails.application.encrypted` documentation for using them in your app.

Encryption Keys:
    By default, Rails looks for the encryption key in `ENV["RAILS_MASTER_KEY"]` or
    `config/master.key`, but that lookup can be overridden with `--key`:

        <%= executable(:edit) %> config/encrypted_file.yml.enc --key config/encrypted_file.key

    Don't commit the key! Add it to your source control's ignore file. If you use
    Git, Rails handles this for you.

Examples:
    To edit or create an encrypted file use:

        <%= executable(:edit) %> config/encrypted_file.yml.enc

    This opens a temporary file in `$VISUAL` or `$EDITOR` with the decrypted contents for editing.

    To print the decrypted contents of an encrypted file use:

        <%= executable(:show) %> config/encrypted_file.yml.enc

Version data entries

39 entries across 39 versions & 5 rubygems

Version Path
minato_ruby_api_client-0.2.2 vendor/bundle/ruby/3.2.0/gems/railties-7.1.3.4/lib/rails/commands/encrypted/USAGE
railties-8.0.1 lib/rails/commands/encrypted/USAGE
railties-8.0.0.1 lib/rails/commands/encrypted/USAGE
railties-7.2.2.1 lib/rails/commands/encrypted/USAGE
railties-7.1.5.1 lib/rails/commands/encrypted/USAGE
railties-8.0.0 lib/rails/commands/encrypted/USAGE
railties-7.2.2 lib/rails/commands/encrypted/USAGE
railties-7.1.5 lib/rails/commands/encrypted/USAGE
railties-8.0.0.rc2 lib/rails/commands/encrypted/USAGE
railties-7.2.1.2 lib/rails/commands/encrypted/USAGE
railties-7.1.4.2 lib/rails/commands/encrypted/USAGE
railties-8.0.0.rc1 lib/rails/commands/encrypted/USAGE
railties-7.2.1.1 lib/rails/commands/encrypted/USAGE
railties-7.1.4.1 lib/rails/commands/encrypted/USAGE
railties-8.0.0.beta1 lib/rails/commands/encrypted/USAGE
omg-railties-8.0.0.alpha9 lib/rails/commands/encrypted/USAGE
omg-railties-8.0.0.alpha8 lib/rails/commands/encrypted/USAGE
omg-railties-8.0.0.alpha7 lib/rails/commands/encrypted/USAGE
omg-railties-8.0.0.alpha4 lib/rails/commands/encrypted/USAGE
omg-railties-8.0.0.alpha3 lib/rails/commands/encrypted/USAGE