feat: add Ruby and Rails rules

This commit is contained in:
Affaan Mustafa
2026-05-13 06:16:40 -04:00
committed by Affaan Mustafa
parent cb3509ee19
commit c2762dd569
11 changed files with 275 additions and 0 deletions

View File

@@ -243,6 +243,24 @@
"security"
]
},
{
"id": "lang:ruby",
"family": "language",
"description": "Ruby and Rails coding, testing, and security guidance. Resolves through framework-language and security modules.",
"modules": [
"framework-language",
"security"
]
},
{
"id": "framework:rails",
"family": "framework",
"description": "Rails 8 application guidance for MVC, Hotwire, Solid Queue/Cache/Cable, authentication, testing, and security.",
"modules": [
"framework-language",
"security"
]
},
{
"id": "lang:rust",
"family": "language",