Files
fizzy/app/models
Ítalo Matos 0833c52aa0 Refactor: use idiomatic .last instead of .order(:desc).first (#2098)
Simplifies the last_event method in ActivitySpike::Detector by using
the more idiomatic Rails pattern .order(:created_at).last instead of
.order(created_at: :desc).first. Both generate the same SQL query but
.last is more readable and conventional in Rails codebases.
2025-12-11 20:35:38 -08:00
..
2025-12-11 11:21:09 +00:00
2025-11-14 11:24:55 +01:00
2025-11-24 12:03:34 +01:00
2025-12-09 20:24:09 -05:00
2025-12-03 14:27:52 +00:00
2025-12-11 11:21:09 +00:00
2025-11-14 11:44:04 +01:00
2025-11-17 09:12:40 -05:00
2025-11-27 12:34:31 -05:00
2025-11-27 11:30:54 -05:00
2025-11-27 11:08:45 -05:00
2025-07-21 20:11:03 -05:00
2025-11-21 14:53:17 +00:00
2025-11-17 09:11:36 -05:00
2025-12-10 07:36:03 +01:00
2025-11-17 09:12:40 -05:00
2025-11-17 09:12:41 -05:00