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

Fixed typos and root references #94

Closed hursman closed 11 years ago

hursman commented 11 years ago

Some the the H1 tags weren't being closed properly, so I fixed those.  Also the tutorial says to create the _header.html.erb and _footer.html.erb files in the root of the project. They should've said to put them in the views directory, which I corrected.

revans commented 11 years ago

Looks good.