mattgibson / resque-scheduler-web

Tabs in the Resque Web gem for the Resque Scheduler plugin.
https://rubygems.org/gems/resque-scheduler-web
MIT License
25 stars 24 forks source link

Doesn't do anything #2

Closed fireboy1919 closed 9 years ago

fireboy1919 commented 9 years ago

All resque gems in my gem file: gem 'capistrano-resque', require: false gem 'resque' gem 'resque-scheduler' gem 'resque-scheduler-web' gem 'resque-loner'

My routes.rb:

  mount ResqueWeb::Engine => "/resque_web"
end

Accessing /resque_web, and I see no tabs.

mattgibson commented 9 years ago

Thanks for the report. I'll try to replicate later this evening.

mattgibson commented 9 years ago

I replicated this on a clean Rails 4 app with your gems as outlined above. However, this is not a bug with resque-scheduler-web, but with resque-web: https://github.com/resque/resque-web/issues/62

To fix it (until that bug is sorted out), add the following line to your Gemfile:

gem 'twitter-bootstrap-rails', '~>2.2.8'