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

Binstubs && GitIgnore #104

Closed revans closed 11 years ago

revans commented 11 years ago

Adding all binstubs to the gitignore directory, except for bin/serve. Updated bin/serve as well.

revans commented 11 years ago

This is primarily for development to avoid the bundle exec ... annoyance. (you'll need to run bundle install --binstubs to avoid the bundle exec ...)