git clone git://github.com/mperham/sidekiq
cd sidekiq && git checkout rails5
cd myapp && bundle
bundle exec sidekiq
# in another terminal tab
bundle exec rails s
Now hit http://localhost:3000/work
to create a random set of jobs for sidekiq to perform.