Skip to content

Instantly share code, notes, and snippets.

View akmathur's full-sized avatar

Amit K Mathur akmathur

  • Bangalore, India
View GitHub Profile
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
#!/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'