You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
포스트의 커버로 사용하는 이미지 파일에 대한 url 은 아래와 같습니다.
$ rails c Rails.application.routes.url_helpers.rails_blob_path(Post.find(35).cover, only_path: true) => "/rails/active_storage/blobs/xxxxxxxxxxx-xxxxxx/xxx.png"
포스트의 커버로 사용하는 이미지 파일에 대한 url 은 아래와 같습니다.
$ rails c
Rails.application.routes.url_helpers.rails_blob_path(Post.find(35).cover, only_path: true)
=> "/rails/active_storage/blobs/xxxxxxxxxxx-xxxxxx/xxx.png"
운영 서버에서 포스트 35번의 커버 이미지 url은 아래와 같습니다.
https://datapublic.kr/rails/active_storage/blobs/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBbVlCIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--c8920091359e09f74be15aa0066e546be9eabcfc/logo-2-2.jpg
로컬 개발환경에서는 blobs 뒤에 고유한 아이디를 사용하여 운영서버의 커버 이미지 url을 그대로 사용할 수 없습니다.
로컬 개발을 위한 이미지 파일 연결 방법을 고민하고 있습니다.
다른 방법이 있을 것 같은데 좀 더 찾아보고 공유하겠습니다.
update 2/14
이미지 파일 연결 방법:
The text was updated successfully, but these errors were encountered: