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

Fix demo app #79

Merged
merged 1 commit into from
Dec 13, 2016
Merged

Fix demo app #79

merged 1 commit into from
Dec 13, 2016

Conversation

dany1468
Copy link
Contributor

@dany1468 dany1468 commented Dec 9, 2016

Fix the following issues:

% bundle exec rake demo:limit
rake aborted!
LoadError: cannot load such file -- rack/showexceptions
/Users/dany/.ghq/github.com/brainopia/sidekiq-limit_fetch/demo/config/application.rb:7:in `<top (required)>'
/Users/dany/.ghq/github.com/brainopia/sidekiq-limit_fetch/demo/Rakefile:1:in `require'
/Users/dany/.ghq/github.com/brainopia/sidekiq-limit_fetch/demo/Rakefile:1:in `<top (required)>'
/Users/dany/.rbenv/versions/2.2.5/bin/bundle:23:in `load'
/Users/dany/.rbenv/versions/2.2.5/bin/bundle:23:in `<main>'
(See full trace by running task with --trace)

Installed gem versions:

  • Rails 5.0.0.1
  • Sidekiq 4.2.8

Fixed details

  • Remove unnecessary gems
    • Remove sinatra dependency after 4.2.0 changelog
  • Fix Sidekiq Web URL
    • The Worker tab is renamed to Busy after 3.0.0 changelog

- Remove unnecessary gems
- Fix Sidekiq Web URL
@brainopia brainopia merged commit a800b29 into deanpcmad:master Dec 13, 2016
@brainopia
Copy link
Collaborator

Thank you!

@dany1468 dany1468 deleted the fix_demo_app branch December 13, 2016 07:03
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

Successfully merging this pull request may close these issues.

2 participants