Entries from 2012-10-23 to 1 day

WEBrickからThinに

やたらログに WARN Could not determine content-length of response body. Set content-length of the response or set Response#chunked = true って表示される。 one of Rails-Core's membersはnothing is being hurt.って言ってるのでWARNログが出てるこ…

Asset PipelineとView Helper

Railsの初期状態はapp/views/layout/application.html.erbに <%= stylesheet_link_tag "application", :media => "all" %> <%= javascript_include_tag "application" %> って書いてある。 これを読み込んだ先の=require_tree .で assets/stylesheets assets…