سؤال

I'm using RubyMine 6.3. I tried to configure Sidekiq in RubyMine but I can't start it.

How would I configure and start Sidekiq in RubyMine?

هل كانت مفيدة؟

المحلول

  1. Go to Run/Debug Configurations
  2. Add a new Gem Command
  3. Enter 'sidekiq' as the Gem name and Executable name
  4. Check 'Run the script in the contexst of bundle (bundle exec) under the 'Bundler' tab
  5. Click 'Apply' and then run it.

enter image description here

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top