> [2012-04-17 18:23:03] INFO WEBrick::HTTPServer#start: pid=2392 > port=3000 > /home/scorpio/.rvm/gems/ruby-1.9.3-p125/gems/activesupport-3.1.0/lib/ > active_support/json/decoding.rb:12:in `decode': [DEPRECATION] > MultiJson.decode is deprecated and will be removed in the next major > version. Use MultiJson.load instead.
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: http://stackoverflow.com/questions/6312448/how-to-disable-logging-of-asset-pipeline-sprockets-messages-in-rails-3-1 > 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 -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/hobousers?hl=en.
