Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hard time on installation #12

Open
abuisine opened this issue Sep 14, 2016 · 1 comment
Open

Hard time on installation #12

abuisine opened this issue Sep 14, 2016 · 1 comment

Comments

@abuisine
Copy link

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:

  • rails new project
  • add gem 'resque-web', require: 'resque_web' and gem 'resque-scheduler-web' to Gemfile
  • add mount ResqueWeb::Engine => "/resque_web" to config/routes.rb
  • bundle install

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
Copy link
Owner

mattgibson commented Sep 14, 2016

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants