Sha256: 12499ccf978cde1cfd23f66be7a97f17f29eb0da52f74bfc6270e531cacc8601

Contents?: true

Size: 627 Bytes

Versions: 1

Compression:

Stored size: 627 Bytes

Contents

h1. Why you should be interested in ace?

In Ace, every page is an instance
Typically I want to define methods, like @post.excerpt

There are also *generators* available for easier generating items on the fly.

Ace has *template inheritance*. I love template inheritance, it's more flexible pattern than layouts.

Tasks for deployment included.

h1. The boot process

# load @boot.rb@ where the
# load the rules (controllers / globs mapping)
# load & instantiate the items: only the renderables (concrete post)
# run the filters, layoutin' ... actually this can be defined in the controller
# match the routes, write the files

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ace-0.1 README.textile