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 / Manifest.txt
100644 46 lines (45 sloc) 1.054 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
History.txt
License.txt
Manifest.txt
Quickstart.textile
README.txt
Rakefile
bin/serve
config/hoe.rb
config/requirements.rb
lib/serve.rb
lib/serve/application.rb
lib/serve/handlers/dynamic_handler.rb
lib/serve/handlers/email_handler.rb
lib/serve/handlers/file_type_handler.rb
lib/serve/handlers/markdown_handler.rb
lib/serve/handlers/redirect_handler.rb
lib/serve/handlers/sass_handler.rb
lib/serve/handlers/textile_handler.rb
lib/serve/version.rb
lib/serve/webrick/extensions.rb
log/debug.log
script/destroy
script/generate
script/txt2html
setup.rb
spec/serve_application_spec.rb
spec/serve_spec.rb
spec/spec.opts
spec/spec_helper.rb
tasks/deployment.rake
tasks/environment.rake
tasks/rspec.rake
tasks/undefine.rake
tasks/website.rake
test_project/_layout.haml
test_project/erb/_footer.html.erb
test_project/erb/_layout.html.erb
test_project/erb/index.html.erb
test_project/haml/_footer.haml
test_project/haml/_layout.haml
test_project/haml/index.haml
test_project/main.sass
test_project/test.haml
test_project/test.html.erb
test_project/view_helpers.rb