ericallam / font_assets

Helps with serving font assets with Rails 3.1
137 stars 79 forks source link

runtimeError when restart Thin #19

Open jackchang opened 10 years ago

jackchang commented 10 years ago

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?

elijahmurray commented 10 years ago

+1 Any resolution?

pezholio commented 10 years ago

Yup. Same issue here. Any ideas?