home/categories/full-stack/thiagosil-rails-best-practices-skill-md
full-stackdevelopment

rails-best-practices

Guide for building Rails applications following 37signals/DHH patterns. Use when developing Rails apps for: (1) Controller design and routing, (2) Model concerns and business logic, (3) Authentication without Devise, (4) Hotwire/Turbo/Stimulus patterns, (5) CSS architecture, (6) Testing with Minitest. Emphasizes vanilla Rails, rich models, thin controllers, CRUD-everything, and database-backed infrastructure over Redis.

thiagosil
maintainer
thiagosil
更新于 1/14/2026
星标
0
分支
0
quick start

Installation and usage

Guide for building Rails applications following 37signals/DHH patterns. Use when developing Rails apps for: (1) Controller design and routing, (2) Model concerns and business logic, (3) Authentication without Devise, (4) Hotwire/Turbo/Stimulus patterns, (5) CSS architecture, (6) Testing with Minitest. Emphasizes vanilla Rails, rich models, thin controllers, CRUD-everything, and database-backed infrastructure over Redis.

安装
$ install --globalskills.sh
使用

安装后,您可以通过在终端运行以下命令来使用此技能:

skills use rails-best-practices