0
내 응용 프로그램에서 비디오 파일을 보려면 팬시 상자 (jquery 플러그인)를 사용하고 있습니다. 나는 플러그인을 공급 업체 -> Javascripts -> javascript 아래에 두었습니다.레일 3.1.1 응용 프로그램의 jquery 플러그인에 대한 라우팅 오류
하지만 개발 서버를 실행할 때 다음과 같은 오류가 얻을 :
참고 : 난 아무것도 수정하지 않은 : 난 그냥/자바 스크립트 폴더를 바탕 화면에서 파일을 이동 및 공급 업체에서 그들을 배치
ActionController::RoutingError (No route matches [GET] "/jquery.fancybox-1.3.4/fancybox/jquery.fancybox-1.3.4.js"):
Rendered /Users/jayparteek/.rvm/gems/[email protected]/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms)
ActionController::RoutingError (No route matches [GET] "/jquery.fancybox-1.3.4/fancybox/jquery.fancybox-1.3.4.css"):
Rendered /Users/jayparteek/.rvm/gems/[email protected]/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms)
폴더 jquery.fancybox-1.3.4는 public dir에 있습니까? – vladdruzh
해당 공급 업체/자바 스크립트/팬시 박스 –
동일한 사용자가 복제 - [Rails 3.1.3 assets/javascripts 폴더 내의 파일에 액세스 할 수 없음] (http://stackoverflow.com/questions/8274418/rails-3-1- 3 - 액세스 할 수없는 파일 내부 자산 - javascripts 폴더) – coreyward