Using Github Actions with Elixir Rustler - Using Rust crates in Elixir

Phoenix 1.7's verified routes

I had questions about Phoenix’s new verified routes:

  • Is it helpful with typos and undefined routes?
  • How to use it in paths with arguments?
  • What about Phoenix.Param protocol?
  • How does it handle query params?

Decided to investigate and wrote a post about it 👇 https://germanvelasco.com/blog/phoenix-1-7-verified-routes