An open API service indexing awesome lists of open source software.

https://github.com/phlex-ruby/phlex

Object-oriented views in Ruby.
https://github.com/phlex-ruby/phlex

component-architecture component-library phlex ruby server-side-rendering ssr ui-components view-components

Last synced: 24 days ago
JSON representation

Object-oriented views in Ruby.

Awesome Lists containing this project

README

        

# Phlex

Phlex lets you build object-oriented web views in pure Ruby.

- [v2 Docs](https://www.phlex.fun)
- [v1 Docs](https://v1.phlex.fun)

## 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.