This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit 5a1ced1acee74a72e1de316bc5b7e5facd42d633
tree 77c0f80d5155f0b5399d35ca18c95e3b3443ba83
parent 583cfbf80677ae10ea72516e9b1817c5a410acb0
tree 77c0f80d5155f0b5399d35ca18c95e3b3443ba83
parent 583cfbf80677ae10ea72516e9b1817c5a410acb0
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Tue Aug 18 12:25:39 -0700 2009 | |
| |
README | Fri Jun 20 09:04:45 -0700 2008 | |
| |
admin/ | Mon Oct 12 11:04:10 -0700 2009 | |
| |
images/ | Sat Oct 03 00:35:33 -0700 2009 | |
| |
index.redirect | Fri Jan 30 12:38:04 -0800 2009 | |
| |
javascripts/ | Mon Oct 12 11:04:10 -0700 2009 | |
| |
stylesheets/ | Mon Oct 12 11:04:10 -0700 2009 | |
| |
view_helpers.rb | Thu Oct 01 14:10:14 -0700 2009 |
README
== What is this? This is a simple HTML prototype of Radiant written in HAML that is designed to be viewed with serve. What is serve? 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. We are presently experimenting with using serve in this capacity to speed the development and implementation of new features in Radiant. = How do I install and run serve? Serve is distributed as a gem to make it easy to get up and running. To install: % sudo gem install serve To get up and running, open up a terminal, cd to this directory and execute: % serve This will startup serve on port 4000. You can now view the prototype in your Web browser at this URL: http://localhost:4000 Click around. You will find that serve enables us to prototype most of the functionality of Radiant without writing a single line of back end code! = Can I contribute? Sure! We welcome contributions to the prototype. If you have an idea for a new feature this is the perfect place to get the action rolling. Once you have it prototyped using serve, create a ticket on the dev site and attach your patch. Then give us a holler on the dev mailing list and we can debate the merits of your idea there.







