2012-05-26 2 views
-3

레일을 사용하기 위해 bootstrap sass 2.0.0을 가져올 수 없습니다. 응용 프로그램 레이아웃은 레일 3.2를 사용하는 Micheal Hartl 자습서를 수행 한 후에도 변경되지 않습니다. 가능한 모든 변경을 시도했습니다. 나는이 문제를 해결하려면 어떻게부트 스트랩 sass 2 - custom.css.scss.css 404 찾을 수 없음

Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-05-26 03:42:45 +0300 
Served asset /application.js - 304 Not Modified (0ms) 
[2012-05-26 03:42:45] WARN Could not determine content-length of response body. Set content-leng 
th of the response or set Response#chunked = true 


Started GET "/assets/rails.png" for 127.0.0.1 at 2012-05-26 03:42:45 +0300 
Served asset /rails.png - 304 Not Modified (0ms) 
[2012-05-26 03:42:45] WARN Could not determine content-length of response body. Set content-leng 
th of the response or set Response#chunked = true 

:

Started GET "/assets/custom.css.scss.css" for 127.0.0.1 at 2012-05-26 03:42:45 +0300 
Served asset /custom.css.scss.css - 404 Not Found (7ms) 

ActionController::RoutingError (No route matches [GET] "/assets/custom.css.scss.css"): 
actionpack (3.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' 
actionpack (3.2.3) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' 
railties (3.2.3) lib/rails/rack/logger.rb:26:in `call_app' 
railties (3.2.3) lib/rails/rack/logger.rb:16:in `call' 
actionpack (3.2.3) lib/action_dispatch/middleware/request_id.rb:22:in `call' 
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' 
rack (1.4.1) lib/rack/runtime.rb:17:in `call' 
activesupport (3.2.3) lib/active_support/cache/strategy/local_cache.rb:72:in `call' 
rack (1.4.1) lib/rack/lock.rb:15:in `call' 
actionpack (3.2.3) lib/action_dispatch/middleware/static.rb:62:in `call' 
railties (3.2.3) lib/rails/engine.rb:479:in `call' 
railties (3.2.3) lib/rails/application.rb:220:in `call' 
rack (1.4.1) lib/rack/content_length.rb:14:in `call' 
railties (3.2.3) lib/rails/rack/log_tailer.rb:14:in `call' 
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' 
c:/RailsInstaller/Ruby1.9.3/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' 
c:/RailsInstaller/Ruby1.9.3/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' 
c:/RailsInstaller/Ruby1.9.3/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' 


Rendered c:/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms) 

이 레일 서버를 실행할 때 오는 것입니까?

+0

pls는 어떤 하나의 도움 난 내 서버가 여기 와트는 지금 shhows ... 종료 계속 이름을 변경하면 내가 그것을 – alron

+0

시도'에 파일의 이름을 변경; – bkconrad

답변

1

custom.css.scss

+0

custom.css.scss' – alron

+0

이름을 바꾼 – alron

관련 문제