Skip to content

Commit

Permalink
Remove autoloading gem plugin crap, GemPlugin system causes weird pro…
Browse files Browse the repository at this point in the history
…blems in Mongrel, thx evan!

Revert "Add very basic plugin mechanism, all gems starting with 'thin-' or 'thin_' will be loaded when Thin loads."

This reverts commit 90b15c3.
  • Loading branch information
macournoyer committed Apr 4, 2008
1 parent 90b15c3 commit f3c09c3
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 55 deletions.
2 changes: 0 additions & 2 deletions CHANGELOG
@@ -1,6 +1,4 @@
== 0.8.0 Dodgy Dentist release
* Add very basic plugin mechanism, all gems starting with 'thin-' or 'thin_' will be loaded when
Thin loads.
* Allow disabling signal handling in Server with :signals => false
* Make Server.new arguments more flexible, can now specify any of host, port, app or hash options.
* Add --backend option to specified which backend to use, closes #55
Expand Down
4 changes: 0 additions & 4 deletions lib/thin.rb
Expand Up @@ -47,7 +47,3 @@ module Adapter
autoload :Rails, 'rack/adapter/rails'
end
end

# Load plugins at last so we can reopen any stuff
require 'thin/plugins'
Thin::Plugins.load
26 changes: 0 additions & 26 deletions lib/thin/plugins.rb

This file was deleted.

23 changes: 0 additions & 23 deletions spec/plugins_spec.rb

This file was deleted.

0 comments on commit f3c09c3

Please sign in to comment.