宝石文件:
# Component requirements
gem 'bcrypt-ruby', :require => "bcrypt"
gem 'sass'
gem 'haml'
gem 'coffee-script'
gem 'activerecord', :require => "active_record"
gem 'sqlite3'
# Test requirements
# Padrino Stable Gem
gem 'padrino', '0.10.7'
应用程序.haml:
= stylesheet_link_tag 'reset'
= stylesheet_link_tag 'application'
样式表位于 public/stylesheets/application.scss
帕德里诺开始...
当我刷新页面终端时写:
DEBUG - GET (0.0009ms) /stylesheets/application.css?1340975740 - 404 Not Found
[2012-06-29 17:15:40] WARN Could not determine content-length of response body. Set content-length of the response or set Response#chunked = true
请帮帮我。