Skip to content

Commit

Permalink
Remove Rails plugin magic. Too gross.
Browse files Browse the repository at this point in the history
  • Loading branch information
defunkt committed Sep 30, 2009
1 parent 82aa7bf commit 2b11f92
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 50 deletions.
3 changes: 0 additions & 3 deletions config.ru
Expand Up @@ -4,8 +4,5 @@ require 'logger'
$LOAD_PATH.unshift File.expand_path(File.dirname(__FILE__) + '/lib')
require 'resque/server'

$LOAD_PATH.unshift File.expand_path(File.dirname(__FILE__))
require 'init'

use Rack::ShowExceptions
run Resque::Server.new
39 changes: 0 additions & 39 deletions init.rb

This file was deleted.

8 changes: 0 additions & 8 deletions resque.yml.example

This file was deleted.

0 comments on commit 2b11f92

Please sign in to comment.