We use nginx and thin in our staging stack, after installing font_assets gem(1.10), and when we tried to restart Thin (RAILS_ENV=staging bundle exec thin restart -C etc/thin/staging_config.yml --onebyone). we got
/home/admin/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.3/lib/action_dispatch/middleware/stack.rb:120:in `assert_index': No such middleware to insert before: "ActionDispatch::Static" (RuntimeError)
We use nginx and thin in our staging stack, after installing font_assets gem(1.10), and when we tried to restart Thin (RAILS_ENV=staging bundle exec thin restart -C etc/thin/staging_config.yml --onebyone). we got /home/admin/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.3/lib/action_dispatch/middleware/stack.rb:120:in `assert_index': No such middleware to insert before: "ActionDispatch::Static" (RuntimeError)
Did I miss anything?