iiRecord
Agentic AI Atlas · Turbo Rails
framework:turbo-railsa5c.ai
II.
Framework JSON

framework:turbo-rails

Structured · live

Turbo Rails json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · domain/frameworks/frameworks-server-mobile.yamlCluster · domain
Record JSON
{
  "id": "framework:turbo-rails",
  "_kind": "Framework",
  "_file": "domain/frameworks/frameworks-server-mobile.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Turbo Rails",
    "homepageUrl": "https://turbo.hotwired.dev",
    "belongsToLanguageId": "language:ruby",
    "category": "web-fullstack",
    "description": "Turbo Rails is part of the Hotwire suite for Ruby on Rails, enabling fast\nserver-rendered HTML updates via Turbo Frames and Turbo Streams. It speeds up\nRails apps by replacing full-page reloads with targeted DOM updates over WebSockets.\n"
  },
  "outgoingEdges": [
    {
      "from": "framework:turbo-rails",
      "to": "language:ruby",
      "kind": "belongs_to_language"
    },
    {
      "from": "framework:turbo-rails",
      "to": "skill-area:frontend-development",
      "kind": "used_by_skill_area",
      "attributes": {}
    },
    {
      "from": "framework:turbo-rails",
      "to": "framework:htmx",
      "kind": "alternative_to"
    },
    {
      "from": "framework:turbo-rails",
      "to": "framework:stimulus",
      "kind": "alternative_to"
    },
    {
      "from": "framework:turbo-rails",
      "to": "framework:alpine",
      "kind": "alternative_to"
    }
  ],
  "incomingEdges": [
    {
      "from": "framework:htmx",
      "to": "framework:turbo-rails",
      "kind": "alternative_to"
    },
    {
      "from": "framework:stimulus",
      "to": "framework:turbo-rails",
      "kind": "alternative_to"
    }
  ]
}