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

Squashed version of #65 #70

Closed bmaland closed 12 years ago

bmaland commented 12 years ago

See #65 and #69 for details.

ntalbott commented 12 years ago

See the explanation on #69, but for now we're not going to delete the line that sets the port to 4000 in the config.ru file. Since John already got things going for Heroku cedar, I'm going to close this for now; if you think there's anything else in this PR that needs to get committed, please don't hesitate to re-open. Thanks!