hello queer.af friends!
we're reviewing our registration policy, so we're turning off invites for the moment, including expiring all existing invitation links.
we'll follow up with more news tonight.
`Invite.where('expires_at >= ?', Time.now.utc).or(Invite.where(expires_at: nil)).each &:expire!`, for the record
@edef I think you mean for the ActiveRecord
@erincandescent i considered and decided against posting that joke
@edef your restraint is appreciated
having to learn the appropriate Rails incantation sucked, because apparently `UPDATE invites SET expired_at = now() WHERE NOT expires_at <= now()` doesn't invoke the appropriate magical Rails cruft, so now i'm scarred for life from having to interact with ActiveRecord