Thursday, June 04, 2026 2:36:27 AM
> project show esm_website_v1
The unexpected heart of the ESM ecosystem. What started as a simple Rails dashboard has evolved into the command center for thousands of gaming communities, proving that sometimes the best infrastructure projects are the ones you never planned to build.
Details
> index.slim
= render "communities/role_styles"

= render "communities/container", **local_assigns do
  .text-center.mb-4
    h1.mb-2 Command Configuration
    p.lead.text-muted Configure which commands are available and how they behave

  - commands_by_category.each do |category, commands|
    .mb-5
      h2.border-bottom.border-secondary.pb-2.mb-4
        = "#{category.humanize} Commands"

      .row.g-4
        - commands.each do |command|
          .col-xl-6
            = render "commands/command_card", command:, **local_assigns
All opinions represented herein are my own
- © 2024 - 2026 itsthedevman
- build 4294fb2