HANCO
에러 해결 새로운 컨트롤러를 생성하고 이러한 에러가 발생할때가 있다. 이 에러 때문에 하루를 날려버렸는데 알고보니 별거 아닌 에러였다. https://edgeguides.rubyonrails.org/getting_started.html 사이트에 컨트롤 F(찾기)를 누르고 검색창에 저 에러를 검색해보자 그럼 에러에 대한 영문 설명이 나온다. 대략적인 설명은 그렇다. The first part identifies which template is missing. In this case, it's the articles/new template. Rails will first look for this template. If not found, then it will attempt to load a template..
웹개발/Ruby on Rails
2018. 8. 12. 15:48