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.
- Host: GitHub
- URL: https://github.com/phlex-ruby/phlex
- Owner: phlex-ruby
- License: mit
- Created: 2022-06-01T14:40:16.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-22T23:30:20.000Z (25 days ago)
- Last Synced: 2025-04-23T00:28:14.209Z (25 days ago)
- Topics: component-architecture, component-library, phlex, ruby, server-side-rendering, ssr, ui-components, view-components
- Language: Ruby
- Homepage: https://phlex.fun
- Size: 1.21 MB
- Stars: 1,398
- Watchers: 18
- Forks: 93
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
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.