{
"id": "stack-profile:rails-stack",
"_kind": "StackProfile",
"_file": "domain/stack-profiles/rails-stack.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Rails + Hotwire + Stimulus",
"description": "Classic modern-Rails stack: Ruby on Rails with Hotwire (Turbo Frames and\nTurbo Streams) for server-driven UI updates without writing JavaScript,\nand Stimulus for small, targeted client-side behaviors.\n\nActiveRecord (PostgreSQL or MySQL), Active Job (with Sidekiq for\nbackground processing), Action Mailer, and Action Cable (WebSockets)\nare the canonical Rails companions. Tailwind CSS via the cssbundling-rails\ngem is the standard styling approach. Deployment commonly targets Heroku,\nRender, or Fly.io. This stack favors convention over configuration and\nmaximizes developer productivity for feature-rich web applications.\n",
"composes": [
"language:ruby",
"framework:rails"
]
},
"outgoingEdges": [
{
"from": "stack-profile:rails-stack",
"to": "language:ruby",
"kind": "composed_of"
},
{
"from": "stack-profile:rails-stack",
"to": "framework:rails",
"kind": "composed_of"
}
],
"incomingEdges": []
}