home.social

#kaigionrails — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #kaigionrails, aggregated by home.social.

  1. ⚡ From ~30 minutes to ~2 minutes: how a Rails team achieved ultra-fast CI — without rewriting tests.

    Parallel RSpec done right, smart workload balancing, PostgreSQL on tmpfs (RAM), and even reconsidering cloud vs physical hardware.

    Inspired by a Kaigi on Rails 2025 talk 🇯🇵

    🔗 rubystacknews.com/2026/02/18/%

    #Ruby #Rails #CI #RSpec #DevOps #Performance #KaigiOnRails

  2. 🚫 Stop checking admin? — it may be creating technical debt.

    Authorization bugs aren’t minor issues.
    They can expose salaries, contracts, or customer data.

    This article breaks down a Kaigi on Rails 2025 talk proposing a permission-centric architecture that scales with real SaaS systems — combining RBAC + ABAC and explicit rules instead of implicit roles.

    Read 👇
    rubystacknews.com/2026/02/17/s

    #Ruby #Rails #Authorization #Security #SaaS #WebDev #KaigiOnRails