0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

【Heroku】デプロイしたけど背景画像がアップロードされないよ!!

Posted at

皆さん、こんにちは!のんびり系初心者白ヒゲさんです(´∇`)

今回はHerokuへデプロイした時のお話です。

##最終形態のview
citylab.jpg

上記の画像のようなviewを模写コーディングしながらアップロードしようとしたのですが...

##初回デプロイのview
citylab2.png

上記のように背景画像が反映されていませんでした_:(´ཀ`」 ∠):

そーいえば、今まで背景画像をつけたものをHerokuへ上げてませんでした。

Herokuって画像が消えるとか聞くし背景画像もあげれない!?
そんな馬鹿な事を薄ぼんやりと考えながら検索していくとありました(´∇`)

##へへっ...なんだよ、やっぱりできるじゃねぇかよ...

config(設定)>environments(環境)>production(本番)

config>enviroment.rb>production.rb
  # Do not fallback to assets pipeline if a precompiled asset is missed.
  config.assets.compile = false
config>enviroment.rb>production.rb
  # Do not fallback to assets pipeline if a precompiled asset is missed.
  config.assets.compile = true

とりあえずこれで背景画像が写るようになりました(´∇`)

##ただし!ここの仕組みが詳しくわかっていない!!
イマイチ仕組みを理解しきれていないので結局どうして?や応用がこれを書いているときは把握できていません!!
ちょっと詳しく調べていきたいと思います( ; ; )

それでは、お疲れ様でした!

0
0
1

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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?