From 2a0dbdbb09f1c7b8a70a5cf2c0670914e38eaed6 Mon Sep 17 00:00:00 2001 From: Joel Drapper Date: Wed, 4 Sep 2024 16:02:22 +0100 Subject: [PATCH 1/2] Call out Ruby dev tools --- index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.md b/index.md index f9618d1..0b74dda 100644 --- a/index.md +++ b/index.md @@ -17,7 +17,7 @@ hero: features: - title: Pure, beautiful Ruby icon: 💎 - details: Phlex gives you HTML semantics in Ruby syntax. Don’t learn a new templating language, use your existing Ruby skills. Extracting methods, inheritance, loops, conditionals and data access are completely seamless. + details: Phlex gives you HTML semantics in Ruby syntax so you can use your existing Ruby skills making object-oriented views. Plus, you get to use tools like Solargraph, RubyLSP, Rubocop and Simplecov. - title: Fast enough icon: 🚀 details: Phlex renders HTML at over 1gbps on a MacBook Pro and unlike Rails partials, it doesn’t slow down the more components you extract. From adda05ed455d9b0a62ad1603a85b489d5c7aa811 Mon Sep 17 00:00:00 2001 From: Joel Drapper Date: Wed, 4 Sep 2024 16:10:10 +0100 Subject: [PATCH 2/2] Update index.md --- index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.md b/index.md index 0b74dda..94ef432 100644 --- a/index.md +++ b/index.md @@ -17,7 +17,7 @@ hero: features: - title: Pure, beautiful Ruby icon: 💎 - details: Phlex gives you HTML semantics in Ruby syntax so you can use your existing Ruby skills making object-oriented views. Plus, you get to use tools like Solargraph, RubyLSP, Rubocop and Simplecov. + details: Phlex gives you HTML semantics in Ruby syntax so you can use your existing skills designing object-oriented views. Plus, you get to use tools like RubyLSP, Rubocop and Simplecov. - title: Fast enough icon: 🚀 details: Phlex renders HTML at over 1gbps on a MacBook Pro and unlike Rails partials, it doesn’t slow down the more components you extract.