diff options
author | Stefan Wintermeyer <stefan.wintermeyer@amooma.de> | 2013-01-20 19:20:30 +0100 |
---|---|---|
committer | Stefan Wintermeyer <stefan.wintermeyer@amooma.de> | 2013-01-20 19:20:30 +0100 |
commit | 66147369d3f1a96ebd7c20bb89165a116ec1e147 (patch) | |
tree | 29322ac20106c5f98b942382a44ff9fc06eb8acb /config/environments | |
parent | f0f27ea9b4a1ae9f0d47c2e900da7882fe0bceaa (diff) |
Use thin to get rid of those annoying
"WARN Could not determine content-length of response body." log entries.
Diffstat (limited to 'config/environments')
-rw-r--r-- | config/environments/development.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/environments/development.rb b/config/environments/development.rb index 5076f48..1a3acae 100644 --- a/config/environments/development.rb +++ b/config/environments/development.rb @@ -40,7 +40,7 @@ Gemeinschaft42c::Application.configure do # Enable Hirb: extend Hirb::Console - Hirb::View.enable + Hirb::View.enable end |