Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

로컬 개발을 위한 이미지 파일을 연결합니다. #54

Open
wagurano opened this issue Jan 30, 2021 · 1 comment
Open

로컬 개발을 위한 이미지 파일을 연결합니다. #54

wagurano opened this issue Jan 30, 2021 · 1 comment
Assignees

Comments

@wagurano
Copy link
Contributor

wagurano commented Jan 30, 2021

포스트의 커버로 사용하는 이미지 파일에 대한 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을 그대로 사용할 수 없습니다.

로컬 개발을 위한 이미지 파일 연결 방법을 고민하고 있습니다.

  1. 이미지를 일부 또는 전체 내려받아서 Post 마다 커버 이미지를 업데이트하는 스크립트를 작성합니다.
  2. 기타

다른 방법이 있을 것 같은데 좀 더 찾아보고 공유하겠습니다.

update 2/14
이미지 파일 연결 방법:

  1. 첨부파일에 대해 운영환경 정보(development, production)를 meta json 컬럼({..., env})에 저장합니다.
  2. 로컬 개발환경에서 운영중인 첨부파일의 위치를 불러올 경우, 클라우드 스토리지 서버의 위치를 가져옵니다.
@dalikim
Copy link
Contributor

dalikim commented Feb 13, 2021

@wagurano @human109 https://github.com/parti-coop/factcheck/compare/81ca80d85bb1...51340ca9c282 이렇게 구현해 볼 수 있습니다.

이것도 봐주시고요. https://github.com/parti-coop/factcheck/compare/51340ca9c282...0f7aa91ed80e

@MartianLee MartianLee self-assigned this Jul 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants