Missing a step for pagy v43 (probably) #912
-
DescriptionI have a project where I'm adding pagy for the first time. I began with the latest pagy following the docs, v 43.5.6 It repeatedly failed to launch with NameError: uninitialized constant Pagy::Backend or Pagy::Frontend, depending on where I referenced it first. I downlevelled to pagy v9.4, and the only other change I made is to use an earlier pagy.yml (borrowed from an older project) and now everything works just fine. I'm guessing there's a missing step somewhere for the server to find Pagy, but with apologies, I couldn't work out what it was. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Hi @sarah-fflow,
That happens because there is no Try to start from Quick Start |
Beta Was this translation helpful? Give feedback.
Hi @sarah-fflow,
That happens because there is no
Pagy::BackendnorPagy::Frontendin the code or docs of 43+. Maybe you are following an old tutorial for version <43?Try to start from Quick Start