jlong / serve

Serve is a small Rack-based web server and rapid prototyping framework for Web applications (specifically Rails apps). Serve is meant to be a lightweight version of the Views part of the Rails MVC. This makes Serve an ideal framework for prototyping Rails applications or creating simple websites. Serve has full support for Rails-style partials and layouts.
http://get-serve.com
Other
836 stars 90 forks source link

fix routing priority on directory index #120

Closed hungtatai closed 9 years ago

hungtatai commented 9 years ago

In original version, /index-xxx.html 's priority is higher than index.html 's when fetching directory (like http://your.domain/). So it may search index. first.

wazery commented 9 years ago

+1 for this, would merge.