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

serve fails to start when run in a path containing spaces #16

Closed bomberstudios closed 13 years ago

bomberstudios commented 13 years ago
ale@AleBook ~/Dropbox/work/Bebanjo/BeBanjo Design Playground/Metadata/Code/meta | master*
➜ serve
configuration Playground/Metadata/Code/meta/config.ru not found
jlong commented 13 years ago

Just merged your patch into head. Thanks!