Igor Aleksandrov

Results 127 comments of Igor Aleksandrov

Here is Gist, how this can be easily done without any patching. https://gist.github.com/1462080

Good question. I've tried it, but if won't work out of the box, we can make it work easily. Can you try and share results with me?

@excid3 thanks for your response! Using `chat.postMessage` API call allows you to interact with Slack by tokens obtained from OAuth2 flow. In this case you can message to users, channels...

@excid3 I removed `slack-ruby-client` dependency and switched to `Net::HTTP`. Also updated documentation. I also consider also renaming `slack` delivery method to `slack_webhook` and mark `slack` as deprecated. What do you...

@excid3 Chris, I also think it would be great to have stubs inside of delivery methods. Here is an example of how this can be implemented in `SlackMessage`: ```ruby module...

@excid3 Chris did you have a chance to think on this?

I removed v0.2.3 and v0.3.3. Let's see how it goes. Thanks for reporting!

Done. I am currently working on `Attacher` class, that will give an ability to start working on a ORM adapters (you can read more about it here: [https://twin.github.io/upcoming-features-in-shrine-3-0](https://twin.github.io/upcoming-features-in-shrine-3-0)). As soon...

@watzon what best (at least working) library for AWS S3 you can suggest?