This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
Zack Gilbert
zackgilbert.com
did:plc:phltwysasntbpkgmtvjmy4ca
Rails friends... just discovered something interesting...
When using the pagy gem, if you have custom select values in your query (like sum or other calculations), they will get cleared out by pagy when doing the count.
I got around this (for now) by using `pagy_countless` to skip this count call.
2024-11-26T05:30:59.556Z