Skip to content

Instantly share code, notes, and snippets.

@zamith
Created January 22, 2015 14:20
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 zamith/a96de678c2a65d296fff to your computer and use it in GitHub Desktop.
Save zamith/a96de678c2a65d296fff to your computer and use it in GitHub Desktop.
require "frank"
require "ecr"
require "ecr/macros"
get "/" do |context|
context.response.content_type = "text/html"
ECR.process_file("views/index.ecr")
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment