Skip to content

phlex-ruby/phlex

Repository files navigation

Phlex logo

Phlex lets you compose web views in pure Ruby — kind of like JSX, but not really anything like JSX. It’s super-fast, thread-safe and supports TruffleRuby v23.1+ and CRuby 3.2+. Phlex currently supports HTML and SVG views, and we’re exploring JSON and XML.

Docs and more at Phlex.fun

Maintenance schedule

Bug fixes

  • Only the latest minor version of each major version will receive bug fixes.
  • We may choose to fix bugs by releasing a new minor version rather than patching the existing minor version.
  • Major versions will stop receiving bug fixes one year after the next major version is released.
  • We are not likely to attempt to fix bugs that affect maintained versions of Ruby, even if our gemspec lists support for unmaintained versions of Ruby.

Security patches

  • When a security issue is brought to our attention, we aim to release patches for any minor version that was released in the last year.
  • Additionally, the latest minor version of the latest major version will receive security patches, even if that version is over a year old.

Prior Art 🎨