Skip to content

Instantly share code, notes, and snippets.

@attilahorvath
Last active August 29, 2015 14:17
Show Gist options
  • Save attilahorvath/e09919b2ac810b095909 to your computer and use it in GitHub Desktop.
Save attilahorvath/e09919b2ac810b095909 to your computer and use it in GitHub Desktop.
Generate bin/delayed_job executable on server to fix command not found error on Capistrano deploy
# To fix 'command not found: bin/delayed_job' error on Capistrano deploy, execute this on the server
bundle exec rails generate delayed_job
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment