updating to rails 3.1.4 should fix this one.
> [2012-04-17 18:23:07] WARN Could not determine content-length of
> response body. Set content-length of the response or set
> Response#chunked = true
This one I haven't seen before.
> Half of that is what I'm used to with hobo but the multijason warning
> up top and the ton of asset output is puzzling at the very least...
the ton of asset output is very annoying, yes. There are a several
options to silence this cruft:
> I've tried to run webrick in production to check if its a dev issue
> only as I know rails handles assets in a different way for dev and
> production.
>
> Tried.. but I get this:
>
> scorpio@scorpio-vb:~/Desktop/Sites/dev$ rake assets:precompile --trace
> ** Invoke assets:precompile (first_time)
> ** Execute assets:precompile
> mkdir -p /home/scorpio/Desktop/Sites/dev/public/assets
> mkdir -p /home/scorpio/Desktop/Sites/dev/public/assets
> rake aborted!
> jquery-ui/redmond isn't precompiled
> (in /home/scorpio/.rvm/gems/ruby-1.9.3-p125/gems/jquery-ui-
> themes-0.0.4/app/assets/stylesheets/jquery-ui/redmond.css.scss)
>
> I dunno how to add the precompile path as this file is clearly within
> the gem so the path will be different when I deploy.
>
> Any ideas on what this all means ?
>
That's very strange. hobocookbook-1.4 runs rake assets:precompile on
every deploy, you could check it to see if it is doing something
differently than you are. Do you have the sass-rails gem in your
Gemfile? That's most likely the only scss file in your project, so
that may be why it's failing.
Bryan
This warning is from Rails. Maybe they'll clean it up in 3.1.5. Or
maybe we'll be on 3.2 soon.
Bryan
> [2012-04-17 18:23:07] WARN Could not determine content-length of
> response body. Set content-length of the response or set
> Response#chunked = true