2017-10-15 11 views
0

나는 완벽하게 개발 중이지만 한 번 heroku에 푸시 된 오래된 레일 응용 프로그램이 있습니다. 오류가 발생합니다. ActionView :: Template :: Error (v1_retired) : 여기 있습니다 응용 프로그램의 repo에 대한 링크ActionView :: Template :: Error (v1_retired) :

아무도 사전에 도와 주셔서 감사합니다.

응용 프로그램의 게시물 경로로 이동하면 오류가 발생합니다. Heroku가 로그를 보여 그냥 또한 내 이전 레일 응용 프로그램에 대해 동일한 문제로 실행

2017-10-15T06:15:40.681364+00:00 app[web.1]: Rendered posts/index.html.erb within layouts/application (242.1ms) 
2017-10-15T06:15:40.684606+00:00 heroku[router]: at=info method=GET path="/posts" host=palmettostudios.herokuapp.com request_id=7cef0fd8-3df4-4eac-8236-499f871c4949 fwd="61.68.174.8" dyno=web.1 connect=1ms service=255ms status=500 bytes=1669 protocol=https 
2017-10-15T06:15:40.682377+00:00 app[web.1]: Completed 500 Internal Server Error in 247ms (ActiveRecord: 8.3ms) 
2017-10-15T06:15:40.683956+00:00 app[web.1]: 
2017-10-15T06:15:40.683958+00:00 app[web.1]: ActionView::Template::Error (v1_retired): 
2017-10-15T06:15:40.683959+00:00 app[web.1]:  27:    <p><%= link_to 'Read Full Post', post_path(post), class:'pull-right btn btn-xs btn-link' %></p> 
2017-10-15T06:15:40.683960+00:00 app[web.1]:  28:   </div> 
2017-10-15T06:15:40.683960+00:00 app[web.1]:  29:   <div class='col-md-4 col-xs-12 post-image'> 
2017-10-15T06:15:40.683961+00:00 app[web.1]:  30:    <%= image_tag(post.image.url, class:'pull-right img img-responsive img-rounded') if post.image? %> 
2017-10-15T06:15:40.683962+00:00 app[web.1]:  31:   </div> 
2017-10-15T06:15:40.683962+00:00 app[web.1]:  32:  <% end %> 
2017-10-15T06:15:40.683963+00:00 app[web.1]:  33: </div> 
2017-10-15T06:15:40.683964+00:00 app[web.1]: app/views/posts/index.html.erb:30:in `block in _app_views_posts_index_html_erb___362288039534911980_70062267701880' 
2017-10-15T06:15:40.683964+00:00 app[web.1]: app/views/posts/index.html.erb:21:in `_app_views_posts_index_html_erb___362288039534911980_70062267701880' 
2017-10-15T06:15:40.683965+00:00 app[web.1]: 

답변

0

.

제게는 Dropbox의 retired API v1에 의존하는 현재 사용되지 않는 보석 paperclip-dropbox을 사용하는 것과 관련이 있습니다.

희망 정보이 정보는 설명이 포함되지 않는 오류 ActionView::Template::Error (v1_retired)을 검색하여 모든 사용자에게 유용 할 것입니다.