public
Description: Serve is a rapid prototyping framework for Rails applications. It is designed to compliment Rails development and enforce a strict separation of concerns between designer and developer. Using Serve with Rails allows the designer to happily work in his own space creating an HTML prototype of the application, while the developer works on the Rails application and copies over HTML from the prototype as needed. This allows the designer to focus on presentation and flow while the developer can focus on the implementation.
Homepage: http://rubyforge.org/projects/serve/
Clone URL: git://github.com/jlong/serve.git
serve / test_project
name age message
..
file _layout.haml Sat Oct 25 11:41:12 -0700 2008 changes for haml 2.0.3 [jlong]
directory erb/ Fri Sep 19 09:21:22 -0700 2008 fixed ERB partial support [jlong]
directory haml/ Fri Sep 19 09:21:22 -0700 2008 fixed ERB partial support [jlong]
file main.sass Sat Oct 25 11:41:12 -0700 2008 changes for haml 2.0.3 [jlong]
file test.haml Thu Jul 17 06:51:15 -0700 2008 merged in adams changes [jlong]
file test.html.erb Sat May 31 19:00:39 -0700 2008 first pass at support for erb git-svn-id: svn... [jlong]
file view_helpers.rb Thu Jul 17 06:52:48 -0700 2008 added view helpers and .gitignore [jlong]