Dry-web-roda : roda flow plugin causing routing wildcard

That wasn’t intentional, it just wasn’t up-to-date with the latest roda version, as it overrides the roda if_match request method, it needs to track the roda implementation, and I hadn’t noticed as I haven’t been using the gem. (Although I probably wouldn’t have noticed even if I were, so nice find :slight_smile:)

I’m wondering whether it’s worth tracking the roda version number with releases and locking it down as a dependency, WDYT @timriley @solnic @flash-gordon @GustavoCaso @dymaxion

See:

The problem was that the if_match method now expects a single array argument rather than a splat for the args argument.