x_sendfile_header -- why my Heroku app won't serve static assets
8.14.2013Heroku used to do three magical configuration steps for Rails 3 applications that no longer work with Rails 4 apps due to the removal of support for vendor/plugins
. With the rails_12factor
gem for Rails 4 apps they only added two magical steps back.