Come work with me, well, remotely at least. Retail Zipline is hiring Rails Engineers: https://t.co/RILV9S3c9I
Great team, great perks, great codebase, greatness all over.
@iXeron did you find a solution to this https://t.co/PG722yxZuD? I’m not seeing those errors (maybe my postgres is configured differently) but seeing the same side-effect.
@readjosefarias Even worse than that… I open up TablesPlus. There’s definitely a better way but teaching old dogs new tricks is hard. #GrewUpOnPHPMyAdmin
@jnunemaker In theory perhaps… `has_many :cached_memberships, -> { readonly }`, I’m not sure if that blocks you from writing to it in the preloader though.
@jnunemaker What I like about this is if your preloader is complex, you can do something like:
ActiveRecord::Associations::https://t.co/wvIpurLlRG.preload(
scope,
:cached_memberships,
organization.memberships…
)