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

Make it easier to create a serve project with sensible defaults with `serve create` #8

Closed jlong closed 13 years ago

jlong commented 14 years ago

Modify the serve command so that serve create creates a skeleton serve project with a basic Rack config, views and public directories, etc... Optionally add cool flags for different types of configurations like: --compass, --haml, --erb, etc.