Skip to content

Instantly share code, notes, and snippets.

@itchy
Created June 18, 2014 04:44
Show Gist options
  • Save itchy/f45dc1f3ae65db70c1f5 to your computer and use it in GitHub Desktop.
Save itchy/f45dc1f3ae65db70c1f5 to your computer and use it in GitHub Desktop.
poor man's background job
system("bash", "-c", "cd #{Rails.root} && bundle exec rake tasks:regenerate['#{current_practice.id}'] &")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment