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
As noted in comments on #38 (comment) it looks like this gem still requires assets to be pre-compiled locally if you are running rails without sprockets.
In order to get resque web to run I had to add this to my environments/development.rb file:
# This is required for Resque Web
config.assets.compile = true
As noted in comments on #38 (comment) it looks like this gem still requires assets to be pre-compiled locally if you are running rails without sprockets.
In order to get resque web to run I had to add this to my environments/development.rb file:
and this line to my initializers/resque.rb file:
The text was updated successfully, but these errors were encountered: