cloudhead / toto

the 10 second blog-engine for hackers
MIT License
1.49k stars 244 forks source link

File not found: index.html #111

Closed pinkusdinkus closed 12 years ago

pinkusdinkus commented 12 years ago

I was updating my Gemfile now all of a sudden it wont render the root page / articles seem to show up fine, just the main page wont. Any ideas?

ajaswa commented 12 years ago

I ran into this the other day, downgrading Rack to 1.3.5 seems to fix it. Checkout: https://github.com/rack/rack/issues/301

pinkusdinkus commented 12 years ago

aye carumba! Thx that fixed it.... BTW works on 1.3.6 too.