Add and install delayed_job gem
This commit is contained in:
parent
3cbf555ee5
commit
608419701e
5 changed files with 52 additions and 1 deletions
5
bin/delayed_job
Executable file
5
bin/delayed_job
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env ruby
|
||||
|
||||
require File.expand_path(File.join(File.dirname(__FILE__), '..', 'config', 'environment'))
|
||||
require 'delayed/command'
|
||||
Delayed::Command.new(ARGV).daemonize
|
Loading…
Add table
Add a link
Reference in a new issue