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

Hard time on installation #12

Open abuisine opened 8 years ago

abuisine commented 8 years ago

Hi there,

Is there any deeper documentation regarding the setup of resque-scheduler-web ? I have an hard time debugging this as I am quite a newbie on ruby on rails.

I did setup resque-web successfully through the following:

then http://host/resque_web works as expected once I launch the webapp through rails server

but no luck to see the new scheduling tabs, although I got the gems installed in /usr/local/bundle/gems:

resque-1.26.0
resque-scheduler-4.3.0
resque-scheduler-web-1.1.0
resque-web-0.0.9

by the way mount ResqueWeb::Engine => "admin/resque_web" does not seem to work

PS: sorry for my poor ruby level :P

mattgibson commented 8 years ago

Hi there. Sorry for the docs not being as helpful as they could be.

Can you tell me what version of Rails you're using? I'll try to reproduce your setup locally and see what's up.