Nick Rivadeneira
Nick Rivadeneira
Ran into this at the same time as you 😆 ## Quick fix, tl;dr Add `:turbo_stream` as a navigational format. This line goes in `config/initializers/devise.rb`. I haven't tested this extensively,...
@dblock Added in #1801
@dblock After some more investigation, it looks like versioning occurs after the router attempts to match the path to routes. Ideally versioning would normalize paths before the router attempts to...
I'm trying to do this now - in the absence of this new feature, how should this be solved currently? The use case is "related products". I have a join...
@wolfgangwalther Thanks! I had to add the foreign key as a hint, but it works now. Using the tables above, the foreign key I had to use would have been...
This is great stuff, thanks for sharing!