|
|
|
|
| Action Pack Readmm |
阅读数:399次 |
Action Pack splits the response to a web request into a controller part (performing the logic) and a view part (rendering a template). This two-step approach is known as an action, which will normally create, read, update, or delete (CRUD for short) some sort of model part (often backed by a database) before choosing either to render a template or redirecting to another action.
|
| 原文网址:http://ap.rubyonrails.com/files/README.html |
等级:
时间:9/8/2005 6:36:17 AM 收藏人:问天
|
|
| Ajax on Rails |
阅读数:469次 |
In a few short months, Ajax has moved from an obscure and rarely used technology to the hottest thing since sliced bread. This article introduces the incredibly easy-to-use Ajax support that is part of the Ruby on Rails web application framework. This is not a step-by-step tutorial, and I assume that you know a little bit about how to organize and construct a Rails web application.
|
| 原文网址:http://www.onlamp.com/pub/a/onlamp/2005/06/09/rails_ajax.html |
等级:
时间:9/2/2005 5:53:33 AM 收藏人:问天
|
|
| BlueCloth - Trac |
阅读数:476次 |
BlueCloth is a Ruby implementation of Markdown, a text-to-HTML conversion tool for web writers. Markdown allows you to write using an easy-to-read, easy-to-write plain text format, then convert it to structurally valid XHTML (or HTML).
|
| 原文网址:http://www.deveiate.org/projects/BlueCloth |
等级:
时间:10/5/2005 3:47:53 AM 收藏人:问天
|
|
|
|
|
|
| Liquid - Trac |
阅读数:590次 |
Liquid is a template engine which I wrote for very specific requirements
* It has to have beautiful and simple markup. Template engines which don't produce good looking markup are no fun to use.
* It needs to be non evaling and secure. Liquid templates are made so that users can edit them. You don't want to run code on your server which your users wrote.
* It has to be stateless.
|
| 原文网址:http://home.leetsoft.com/liquid |
等级:
时间:11/7/2005 11:20:24 PM 收藏人:问天
|
|