Skip to content

Instantly share code, notes, and snippets.

@luizamboni
Created November 14, 2015 02:36
Show Gist options
  • Save luizamboni/e0be29bd581ee40fab5d to your computer and use it in GitHub Desktop.
Save luizamboni/e0be29bd581ee40fab5d to your computer and use it in GitHub Desktop.
only run sidekiq with JRUBY in rvm when the raisl project still run in MRI
rvm use jruby && bundle && bundler exec sidekiq -e development -C config/sidekiq.yml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment