Because premailer-rails doesn't inline the CSS in Rails 4.1.x (actually it does, but it's slow as fuck) and I don't want to put the same patch everywhere.
Just append gem 'premailer-rails-inline-css-fix' to your Gemfile.
While with puma this fix works like a charm, it seems not working with thin. Any suggestion or report is welcomed.