Skip to content

Instantly share code, notes, and snippets.

@overture8
Created February 17, 2010 10:08
Show Gist options
  • Save overture8/306481 to your computer and use it in GitHub Desktop.
Save overture8/306481 to your computer and use it in GitHub Desktop.
# Middleware
use Rack::Codehighlighter, :coderay, :element => "pre", :pattern => /\A:::(\w+)\s*\n/
require ::File.expand_path('../config/environment', __FILE__)
run Test3app::Application
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment