Cannot load such file #528
-
DescriptionI got the following error after I added extras in pagy.rb in the initializers Added and installed pagy
application_controller.rb
application_helper.rb
pagy.rb
Error:
Server keeps stopping. |
Beta Was this translation helpful? Give feedback.
Answered by
benkoshy
May 30, 2023
Replies: 1 comment 1 reply
-
Try adding
Then run:
Then see if you still get an error? |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ddnexus
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Try adding
gem 'pagy', '~> 6.0'
to your GemfileThen run:
bundle install
Then see if you still get an error?