II.
Framework JSON
Structured · liveframework:rails
Ruby on Rails json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "framework:rails",
"_kind": "Framework",
"_file": "domain/frameworks/rails.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Ruby on Rails",
"homepageUrl": "https://rubyonrails.org",
"belongsToLanguageId": "language:ruby",
"category": "web-backend",
"description": "Ruby on Rails web framework.\n"
},
"outgoingEdges": [
{
"from": "framework:rails",
"to": "language:ruby",
"kind": "belongs_to_language"
},
{
"from": "framework:rails",
"to": "skill-area:backend-api-design",
"kind": "used_by_skill_area",
"attributes": {}
},
{
"from": "framework:rails",
"to": "framework:laravel",
"kind": "alternative_to",
"attributes": {
"comparison": "Full-stack server-side frameworks"
}
}
],
"incomingEdges": [
{
"from": "framework:laravel",
"to": "framework:rails",
"kind": "alternative_to",
"attributes": {
"comparison": "Full-stack server-side frameworks"
}
},
{
"from": "specialization:backend-development",
"to": "framework:rails",
"kind": "uses_framework"
},
{
"from": "stack-profile:rails-stack",
"to": "framework:rails",
"kind": "composed_of"
},
{
"from": "tool-server:mcp-rails",
"to": "framework:rails",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "scope-boundary:rails.scope",
"to": "framework:rails",
"kind": "bounds_subject"
}
]
}