Modularizing Rails Monoliths One Bite at a Time by Marc Reynolds

Поділитися
Вставка
  • Опубліковано 20 січ 2025

КОМЕНТАРІ • 9

  • @leoluchi
    @leoluchi 11 місяців тому

    Nice topic, well explained

  • @sunstrikovich
    @sunstrikovich 10 місяців тому +1

    Amazing talk! Thank you for sharing the experience

  • @LouisNguyen-y5h
    @LouisNguyen-y5h Рік тому +1

    Really nice 👍topic

  • @fuu812
    @fuu812 8 місяців тому

    Thanks for this talk!

  • @zaqueudovale852
    @zaqueudovale852 3 місяці тому

    Mudei meu projeto que usava exceptions pra usar a lib OneOf. Achei que fica mais claro no codigo os possiveis fluxos de execucao e tbm os casos de teste.

  • @stpaquet
    @stpaquet Рік тому +2

    nice

  • @BahriddinAbdiev
    @BahriddinAbdiev Рік тому

    This is great talk. Thank youIf you. I have a q: if you don't have database level constraints between tables (foreign key) you might have records which are stale. Then you should have some sort of syncing mechanism or dealing with bunch of rescue RecordNotFound errors. Isn't FK constraint actually good without cascade delete?

  • @kevanschwitzer8585
    @kevanschwitzer8585 Рік тому

    Not a rails developer, but great talk! Appreciated the insights!

  • @Aalii6
    @Aalii6 21 день тому

    👍👍