# Phlex [![Ruby Users Forum](https://img.shields.io/discourse/topics?server=https%3A%2F%2Fwww.rubyforum.org&style=flat&logo=discourse&label=Ruby%20Users%20Forum)](https://www.rubyforum.org/tag/phlex) Phlex lets you build object-oriented web views in pure Ruby. - [v2 Docs](https://www.phlex.fun) - [v1 Docs](https://v1.phlex.fun) ## Community Join us in the `phlex` tag on the [Ruby Users Forum](https://www.rubyforum.org/tag/phlex). ## Versioning and Maintenance Phlex does not follow Semantic Versioning (SemVer). Instead, we follow [BreakVer](https://www.taoensso.com/break-versioning). ### Security When a security issue is brought to our attention, we aim to release patches as soon as possible. We aim to patch with a new `non-breaking` version: - every `minor` version that was released in the last year; - the latest `minor` version of the latest two `major` versions, even if over a year old; and - the `main` branch in GitHub.