Skip to content

Instantly share code, notes, and snippets.

@bryanl
Created December 7, 2011 21:07
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bryanl/1444664 to your computer and use it in GitHub Desktop.
Save bryanl/1444664 to your computer and use it in GitHub Desktop.
begin
require 'unicorn/app/old_rails'
require 'unicorn/oob_gc'
ActionController::Dispatcher.middleware.use Unicorn::OobGC, 2, %r{\A/(?:expensive/foo|more_expensive/foo)}
rescue LoadError
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment