slack-ruby / slack-ruby-bot-server

A library that enables you to write a complete Slack bot service with Slack button integration, in Ruby.
MIT License
268 stars 74 forks source link

Removed unused ext module. #161

Closed dblock closed 1 year ago

dblock commented 1 year ago

Trying to upgrade https://github.com/dblock/slack-sup and ran into an issue where lib/slack-ruby-bot-server/ext/mongoid/slack-ruby-bot/commands/base.rb was not being loaded. It was not ported into slack-ruby-bot-server-rtm as it tries to handle mongoid validation errors better, which seems like an overkill.

dangerpr-bot commented 1 year ago
1 Warning
:warning: There're library changes, but not tests. That's OK as long as you're refactoring existing code.

Generated by :no_entry_sign: Danger