LoginSignup
12

More than 5 years have passed since last update.

Railsで、database.yml(設定ファイル)からDBのユーザー名・パスワード等を取得

Posted at
db_config = Rails.configuration.database_configuration
db_username = db_config[Rails.env]["username"]
db_password = db_config[Rails.env]["password"]

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
12