couldn't find file 'jquery.ui.all' with type 'text/css' 에러는
jquery-ui-rails 를 젬에 설치하고나서
app/asset/javascript/application.js 에 require jquery.ui.all
app/asset/stylesheets/application.css 에 *= require jquery.ui.all을 추가 했을때 생기는 에러이다.
이 에러는 jquery-ui-rails의 버전이 올라감에따라 각각의 파일에 선언하는 방식이 달라져서 생긴 에러다.
app/asset/javascript/application.js 에 require jquery-ui
app/asset/stylesheets/application.css 에 require jquery-ui 라고 추가하고 서버를 재시작 하면 에러는 사라진다.
이렇게 젬들이 업데이트 됨에따라 선언되는 방식이 달라질수 있으므로
이러한 에러가 날때마다. 젬들의 github이나 document를 수시로 확인해 봐야 겠다.
'ruby on rails' 카테고리의 다른 글
rails+nginx+passenger 트러블슈팅 (0) | 2015.06.30 |
---|---|
rails+nginx+passenger 로 deploy시 css및 자바스크립트 작동안되는 현상 (0) | 2015.06.30 |
rack/cache Be sure to add rack-cache to your Gemfile (LoadError) 에러 (0) | 2015.06.22 |
rails에서 javascript 작성 했는데 코드가 실행 되지 않을때 (0) | 2015.06.18 |
rails에 google web font 추가 하기 (0) | 2015.06.18 |
WRITTEN BY
- rabbbit
필기
,