-
-
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
Undefined method 'owner=' #13
Comments
`config/initializers` makes it look like an app, but the contents were actually extensions to `bson`, `grape` and `slack-ruby-bot` This code layout supports granular `require`s where needed. See also: slack-ruby#13
Your server will potentially be running many instances of I'm guessing you're making granular |
Yeah, I can't use this repository as-is because it's not really pluggable. I'll look into expanding the requires. Thanks! |
I merged #14, @m5rk could you please confirm that that fixed your problem and that |
@dblock Wow, this team is very responsive. I appreciate that. I think the only remaining obstacle for me is that I don't want to use the |
Similarly, I'd rather not introduce |
I'm currently using this repository's server and service modules via the copy-and-paste method since that allows me to sidestep the mongoid dependencies and the definition of Team. As far as I'm concerned, you've resolved my immediate blocking issue. Thanks! |
Closing this. |
I'm trying to use the server/service code from this repository in a Rails app. I'm getting this error:
I looked here for some indication of what owner might be:
https://github.com/dblock/slack-ruby-bot/blob/master/lib/slack-ruby-bot/client.rb
but there's nothing in that gem that appears to help me with
owner
. I'm not sure what the intent or purpose of setting owner is.The text was updated successfully, but these errors were encountered: