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

What if i don't have rails? #11

Closed karlbright closed 13 years ago

karlbright commented 14 years ago

I realise serve is more than likely to be used alongside rails but after moving over to RVM i find myself setting up a gemset specifically for prototyping. Ideally the gemspec should install all the requirements for getting serve up and running and not relying on rails.

Have amended the gemspec to include the missing gem dependencies:

jlong commented 13 years ago

i18n is now in there, but Mongrel isn't required so it's not a dependancy