Sha256: d941d453559daa5a44588307411e635f8a7f5230f3b4c7d5cad05af66aa19577

Contents?: true

Size: 1.04 KB

Versions: 29

Compression:

Stored size: 1.04 KB

Contents

# Fortitude

Fortitude is a new rendering engine for Ruby (with or without Rails), based on the same principles as
[Erector](https://github.com/erector/erector). It expresses HTML using a Ruby DSL. By doing this, it allows you to
factor your view layer far more (and much more naturally) than any other templating engine, allowing dramatically
better maintainability and code quality — in what is often one of your application's largest layers.

Currently, Fortitude is in beta release: while there are no known bugs, and it has extensive tests (548 examples and
counting), it is as-of-yet largely undocumented and has not received much use outside of its author's environment.
As a result, it is largely intended for people who are already familiar with Erector, and for use in environments
where occasional bugs (that will be fixed quickly) are not an issue.

Fortitude should be production-ready in a short while, including very extensive documentation.

If you're familiar with Erector and want to use Fortitude, see [README-erector.md](README-erector.md).

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
fortitude-0.9.6-java README.md
fortitude-0.9.6 README.md
fortitude-0.9.5-java README.md
fortitude-0.9.5 README.md
fortitude-0.9.4-java README.md
fortitude-0.9.4 README.md
fortitude-0.9.3-java README.md
fortitude-0.9.3 README.md
fortitude-0.9.2-java README.md
fortitude-0.9.2 README.md
fortitude-0.9.1-java README.md
fortitude-0.9.1 README.md
fortitude-0.9.0-java README.md
fortitude-0.9.0 README.md
fortitude-0.0.10-java README.md
fortitude-0.0.10 README.md
fortitude-0.0.9-java README.md
fortitude-0.0.9 README.md
fortitude-0.0.7-java README.md
fortitude-0.0.7 README.md