Marcos Wright-Kuhns

Results 10 issues of Marcos Wright-Kuhns

The ruby-oembed gem currently relies on the xml-simple and json gems. It should allow for other parsing libraries to be either detected or specified. Libraries we should support: ### XML...

todo

I was just thinking, wouldn't it be nice if you could just call `OEmbed.get(@my_url)`? We can keep the `OEmbed::Providers` Class around for backwards compatibility, but can anyone think of a...

todo
1.0

The ruby-oembed gem doesn't have to be in competition with Embedly's [embedly-ruby gem](https://github.com/embedly/embedly-ruby). If the embedly-ruby gem is loaded, ruby-oembed should detect it and use a specialized `OEmbed::Providers::Embedly` Class that...

todo

I implemented oEmbed discovery as a "fallback" Provider but didn't have a chance to really flesh out the tests and ultimately think the whole process of setting a fallback_provider to...

todo

We'd like to use the sms_fu gem with a non-Rails app using Pony, but the way you have dependencies set up, we're still required to install the action_mailer gem. I...

Refresh a few of the VCR Casettes to help make sure real-world behavior still works.

An exact copy of PR #92 with the latest master-branch changes merged in. This PR is my attempt to get GitHub Actions-powered CI tests to run, since I'm seeing some...

Similar to comments in Issue #32, there are certain cases when we want to assert that a mocked function is never called (or is not over-called) but where the `expect`ed...

Note, this pull builds on top of pull #140, so includes all of its commits. ### Per-process Options Previously, if you wanted to specify different options for multiple sidekiq processes,...

Currently, even if I specify a `pidfile` value in my sidekiq.yml file, I'm forced to also set a `sidekiq_pid` value for capistrano-sidekiq. If I don't set a `sidekiq_pid` value, capistrano-sidekiq...