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

Gem updates, getting rack security patch in #92

Closed revans closed 11 years ago

revans commented 11 years ago

Updated most of the gems to their latest versions. This also brings in the security patch for rack.

jlong commented 11 years ago

Robert just made you an owner over on rubygems.org so you can push out an update for this if you like. I think @ntalbott has been messing around with stuff in master though, so kick the tires before pushing.

revans commented 11 years ago

@jlong Thanks! I need to mock out a site, so I'll use master to do so. I was going to go through a few of the pull requests and issues as well if you don't mind.