I realized that the simplest merb app would be (still Ezra's example):

rack_app = Proc.new do |env|
  [200, {"Content-Type" => "text/html"}, "hello world"]
end

run rack_app

But I'm still getting the routes error! This example should respond to
any http method, right?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"merb" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [email protected]
For more options, visit this group at http://groups.google.com/group/merb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to