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

Rename bin to exe to match the new Bundler convention #128

Closed wazery closed 9 years ago

wazery commented 9 years ago

See: http://bundler.io/blog/2015/03/20/moving-bins-to-exe.html

wazery commented 9 years ago

Waiting to hear from Travis, then will merge.