-
-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NameError: uninitialized constant SlackRubyBotServer::Api::Presenters::TeamPresenter::Boolean w/mongoid 7.3.x #138
Comments
This comes from Grape, https://github.com/ruby-grape/grape/blob/master/lib/grape/validations/validators/coerce.rb#L5, so it' probably something about order of includes. I can take a look if you haven't found a solution yet? |
I haven't found a solution yet. I can try tracking down which |
Broke because https://jira.mongodb.org/browse/MONGOID-4753 was implemented. |
Someone has already tried to fix this in #137, linking here. |
Fixed in #140. |
Hiya!
I am actually using
slack-ruby-bot-server
in another slack-bot rails app. This is the repo. When runningrails s
, I receive the following error:/Users/dharmon/.rvm/gems/ruby-3.0.1/gems/slack-ruby-bot-server-1.2.0/lib/slack-ruby-bot-server/api/presenters/team_presenter.rb:13:in `<module:TeamPresenter>': uninitialized constant SlackRubyBotServer::Api::Presenters::TeamPresenter::Boolean (NameError)
This is the entire stack trace.
This is my Gemfile:
Any suggestions on debugging this error? Thanks in advance!
The text was updated successfully, but these errors were encountered: