Monolith的新时代

本文已获得原作者( Svyatoslav Kryukov 、 Travis Turner )和 Evil Martians 授权许可进行翻译。原文讲述了 Inertia.js 这个新兴工具在 Rails 中的集成。对 Monolith 架构的促进,并以具体实例进行了演示。

# Ruby # rails # ReAct # Inertiajs
Avatar
xfyuan
·
0
2

Rails helpers tips for writing better view

The dom_id helper takes a string or any object as an argument that can be converted to a dom_id. And it helps us convert an object into a...

# rails # Hotwire
Avatar
steve lee
·
1
1

在 Rails 中使用 SSE 来实现一个 ChatGPT 应用

英文原文:https://renny.ren/ch/articles/40

# rails # ChatGPT # SSE
Avatar
Renny
·
1
4

Export large file in Rails with Sidekiq

In some systems, you'll have to do something very slow. Maybe you need to export a large dataset to a CSV file, or need to generate a tho...

# rails # sidekiq
Avatar
steve lee
·
2
1
- END -