You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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
gem 'resque-web', require: 'resque_web'
andgem 'resque-scheduler-web'
to Gemfilemount ResqueWeb::Engine => "/resque_web"
to config/routes.rbbundle 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:
by the way
mount ResqueWeb::Engine => "admin/resque_web"
does not seem to workPS: sorry for my poor ruby level :P
The text was updated successfully, but these errors were encountered: