RubyGems Navigation menu

cre 2.1.1

Cre reduces the amount of code you have to write when fetching rails credentials. If your encrypted credentials look like this: production: password: 'foobar' development: password: 'foobar' test: password: 'foobar' Usually you have to get it like this: `Rails.application.credentials.dig(Rails.env, :password)` with Cre you can just do: `Cre.dig(:password)`. By default it grabs the current Rails environment. To overwrite this behavior add the enviroment as the first argument: `Cre.dig(:production, :password)`

Gemfile:
=

インストール:
=

バージョン履歴:

  1. 2.1.1 December 17, 2021 (6.5KB)
  2. 2.1.0 July 10, 2021 (6.5KB)
  3. 2 January 05, 2020 (6.5KB)
  4. 0.1.5 January 31, 2019 (6.5KB)
  5. 0.1.3 October 02, 2018 (6.5KB)
全てのバージョンを表示(全9件)

Runtime依存関係 (1):

rails >= 5.2

Development依存関係 (5):

awesome_print >= 1.8
pry >= 0.11
rspec >= 3.8
simplecov >= 0.10
sqlite3 ~> 1.4, >= 1.4.2

所有者:

プッシュ者:

作者:

  • Khalil Gharbaoui

SHA 256チェックサム:

=

累計ダウンロード数 22,336

このバージョンのみ 11,717

このバージョンがリリースされたのは:

ライセンス:

MIT

必要なRubyのバージョン: >= 0

リンク: