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

blank is invalid #43

Closed lgs closed 13 years ago

lgs commented 13 years ago

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)

jlong commented 13 years ago

You need to upgrade to 1.5.1.

lgs commented 13 years ago

done, ... it works fine.

very promising tool ... thanks