Skip to content

Instantly share code, notes, and snippets.

@shtirlic
Created March 21, 2012 11:11
Show Gist options
  • Save shtirlic/2146256 to your computer and use it in GitHub Desktop.
Save shtirlic/2146256 to your computer and use it in GitHub Desktop.
Disable Rack::Lint
module Rack
class Lint
def call(env = nil)
@app.call(env)
end
end
end
@TSMMark
Copy link

TSMMark commented May 18, 2018

thanks @troelskn

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment