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?

【Rails】画像ファイルの格納について

Last updated at Posted at 2025-04-20

記事概要

Ruby on Railsの画像ファイル格納について、まとめる

前提

  • Ruby on Railsでアプリケーションを作成している

手順(app/assets/images配下)

  1. Finderでアプリのパスへ移動する
  2. app/assets/images配下へ移動する
  3. 画像ファイルを格納する
  4. 画像利用時、画像ファイル名だけで画像を使用できる
    menu.jpg

手順(public配下)

  1. Finderでアプリのパスへ移動する
  2. public配下へ移動する
  3. 画像ファイルを格納する
  4. 画像利用時、/から記述することで画像を使用できる
    /menu.jpg

Ruby on Railsまとめ

0
0
0

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?