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

Added support for Slim templating engine #18

Closed fleadope closed 13 years ago

fleadope commented 13 years ago

No tests, but there weren't pre-existing template parsing tests.

boticello commented 13 years ago

The Slim support isn't working for me. I downloaded the 'test-project' and all the other templates render fine, but Slim is passed through as plain text. Didn't work when I created my own serve project either. Is anyone else having this problem? Slim is working fine for me in other tools.

jlong commented 13 years ago

@miklophone Is it working for you with the latest prerelease?

gem install --pre serve
boticello commented 13 years ago

It is. Thanks.