Skip to content

Instantly share code, notes, and snippets.

@smgt
Created May 12, 2012 08:04
Show Gist options
  • Select an option

  • Save smgt/2665138 to your computer and use it in GitHub Desktop.

Select an option

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

smgt commented May 12, 2012

Copy link
Copy Markdown
Author

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