Skip to content

Instantly share code, notes, and snippets.

@smgt
Created May 12, 2012 08:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save smgt/2665138 to your computer and use it in GitHub Desktop.
Save smgt/2665138 to your computer and use it in GitHub Desktop.
Glorify test
$: << File.expand_path(".") + '/lib'
require 'sinatra'
require 'glorify'
get "/" do
@example = File.open("README.md", "rb").read
erb :index
end
__END__
@@layout
<html><head><link href="/pygments.css" media="screen" rel="stylesheet" type="text/css"><html><head></head><body><%= yield %></body></html>
@@index
<%= glorify @example %>
@smgt
Copy link
Author

smgt commented May 12, 2012

Put this file the glorify gem dir and run it.

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