Skip to content

Instantly share code, notes, and snippets.

@kiko
Created February 15, 2009 01:38
Show Gist options
  • Save kiko/64555 to your computer and use it in GitHub Desktop.
Save kiko/64555 to your computer and use it in GitHub Desktop.
require 'innate'
class Main
Innate.node '/'
def index
render_template('title')
end
def title
"Title"
end
end
Innate.start :adapter => :thin, :port => 7000
#=> SystemStackError: stack level too deep
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment