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.
I get :
/home/lsoave/.rvm/gems/ruby-1.9.2-p136/gems/serve-1.5.0/lib/serve/project.rb:87:in `copy_project_template': invalid template (RuntimeError)
running "serve create -t blank my-project", anyway it seems to create the sructure ( have a look at http://pastie.org/2214572 )
My version is serve (1.5.0)