sstephenson / brochure

A Rack application for serving static sites

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Windows supported? (or bug)

clyfe opened this issue · comments

On windows:

  1. Make a simple app with a /templates/index.html.erb
  2. rackup
  3. go to localhost:9292

I should see my index.html.erb but instead I get a 404

Here's the lookup

$ rackup
[2010-11-30 13:44:02] INFO  WEBrick 1.3.1
[2010-11-30 13:44:02] INFO  ruby 1.9.2 (2010-08-18) [i386-mingw32]
[2010-11-30 13:44:02] INFO  WEBrick::HTTPServer#start: pid=1020 port=9292
/
/
/.html
/
/.html
//index.html
404
404
404.html
404
404.html
404/index.html
127.0.0.1 - - [30/Nov/2010 13:44:05] "GET / HTTP/1.1" 404 127 0.0510
/favicon.ico
/favicon.ico
/favicon.ico.html
/favicon.ico
/favicon.ico.html
/favicon.ico/index.html
404
404
404.html
404
404.html
404/index.html
127.0.0.1 - - [30/Nov/2010 13:44:06] "GET /favicon.ico HTTP/1.1" 404 127 0.0040