Shaun Dern
Shaun Dern
Yes please
> I'm not familiar with `config.paths` and there's zero public docs on it. Do you have something you can point me to for this? https://apidock.com/rails/Rails/Engine/Configuration/paths
> Further, are there methods on `Definition` that we no longer need? (`path`, `full_path`)? These could probably go away. Currently they're being used in a helper for creating new views...
Adding a custom regex for determining if the resolution is in the original filename seems to be the easiest and fastest solution. Personally I'm more inclined to using `ffprobe` to...
I created a PR to address this. https://github.com/parroty/exvcr/pull/47 You can override the default `match_requests_on` to something like this: ``` elixir use Mix.Config config :exvcr, [ match_requests_on: [:query, :request_body], ] ```