Skip to content

Commit

Permalink
Tweaked the README
Browse files Browse the repository at this point in the history
  • Loading branch information
qerub committed Dec 21, 2008
1 parent 09dfe78 commit 728a7b0
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.markdown
Expand Up @@ -5,17 +5,19 @@ TODO: Improve this text.

# Rack::ESI

Rack::ESI is an implementation of a small (but still very useful!) subset of [ESI][]. It allows you to _easily_ cache everything but the user-customized parts of your dynamic pages when used together with [Ryan Tomayko's Rack::Cache][Rack::Cache].
Rack::ESI is an implementation of a small (but still very useful!) subset of [ESI][].

It allows you to _easily_ cache everything but the user-customized parts of your dynamic pages without leaving the comfortable world of Ruby when used together with [Ryan Tomayko's Rack::Cache][Rack::Cache].

Development of Rails::ESI has just begun and it is not yet ready for anything but exploration.

## Examples

rackup -p 8080 examples/basic_example_application.ru
rackup examples/basic_example_application.ru

With [Rack::Cache][]:

rackup -p 8080 examples/basic_example_application_with_caching.ru
rackup examples/basic_example_application_with_caching.ru

## TODO/FIXME

Expand Down

0 comments on commit 728a7b0

Please sign in to comment.