差分

Tabetai

529 バイト追加, 2023年7月5日 (水) 13:38
create application
サーバー側
<nowiki>$ bundle install --without test development
database.yml username:などを確認する (2箇所)
<nowiki># /config/database.yml
production: <<: *default database: koresore_production username: jq password: <%= ENV["KORESORE_DATABASE_PASSWORD"] %></nowiki>  <nowiki># /config/environments/production.rb  config.assets.compile = true  config.action_mailer.raise_delivery_errors = true config.action_mailer.delivery_method = :smtp #host = 'localhost' host = 'http://koresore.pokpok.jp' config.action_mailer.default_url_options = { host: host }</nowiki>
== テスト用のデータで開発用のデータをつくる設定 ==