This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8Rays is small bootstrapped services company looking for ace web | |
application programmers. We have several large challenging projects, small and | |
fun loving team and clients who adore us. We do not have any bureaucracy, | |
crazy work hours or corporate orientation programs. | |
If you are a top programmer, a team player and have good communication | |
skills, we would love to hear from you. Experience with web application | |
development, MySQL, Ruby on Rails and Linux will get you a slight edge. | |
Benefits: Salary as per skills and experience, Laptop, health insurance and host |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env ruby | |
# -*- ruby -*- | |
require 'rubygems' | |
require 'daemon_spawn' | |
RAILS_ROOT = File.expand_path(File.join(File.dirname(__FILE__), '..')) | |
class DelayedJobWorker < DaemonSpawn::Base | |
def start(args) | |
ENV['RAILS_ENV'] ||= args.first || 'development' |