Thursday, June 04, 2026 2:36:26 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
> login.slim
.login-redirect.d-flex.align-items-center.justify-content-center.vh-100
  .text-center
    .spinner-border.text-primary.mb-4 role="status"
    h4.text-light.mb-2 Connecting to Discord
    p.text-muted Just a moment while we redirect you...

= form_with url: user_discord_omniauth_authorize_path,
           method: :post,
           class: "d-none",
           data: { controller: "auto-submit" } do |form|

javascript:
  document.addEventListener("DOMContentLoaded", function() {
    document.querySelector("form").submit();
  });
All opinions represented herein are my own
- © 2024 - 2026 itsthedevman
- build 4294fb2