How to make database extension inside project with sequel? #2246
fbayaffo2097
started this conversation in
General
Replies: 1 comment 2 replies
-
Thanks for posting about this. For a quick fix, if you add that |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
@jeremyevans Sorry to bother you again today. I've been trying to make a custom extension and I keep getting errors
I have Roda + sequel + Zeitwerk app.
Inside my sequel.rb I add:
lib/sequel/extensions/my_extensions.rb:
But when I got error:
This happens immediately when I add a line like this in my sequel.rb:
If you comment out this line and open rack-console there will be Sequel::MyExtension there
I don't understand which way to look? I don't see anything specific in my settings
Beta Was this translation helpful? Give feedback.
All reactions