The project is in a healthy, maintained state
A high-performance view framework optimised for fun.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

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 🎨