phoenix icon indicating copy to clipboard operation
phoenix copied to clipboard

Peace of mind from prototype to production

Results 76 phoenix issues
Sort by recently updated
recently updated
newest added

# Overview This pr addresses #4336 . @chrismccord I took a stab at this issue, and added the remaining [`Phoenix.Logger`](https://hexdocs.pm/phoenix/Phoenix.Logger.html#module-instrumentation) metrics to the telemetry module in the installer template project....

This pull request originates [from this discussion](https://elixirforum.com/t/does-elixir-phoenix-team-spends-too-much-time-on-frontend/46822/22?u=exadra37) on the Elixir forum where I volunteered to add a guide to show how to use Phoenix for a JSON REST API. Signed-off-by:...

Simplify release process by storing Phoenix version and Elixir requirements in files This PRs simplifies the release process by storing as single source of truth for: - The Phoenix and...

This PR adds a new option to the `use MyApp.Endpoint` macro which allows you to choose a custom debugger instead of the default `Plug.Debugger` debugger. For example, this is me...

Hi! I wrote some code allowing a user to locate in its code base the controller function called, given an URL. Following @josevalim [suggestion](https://twitter.com/josevalim/status/1509408277460836354) to open a PR, here is...

Turns out your ping helped Jose! As discussed in #4617, here's an attempt to let Phoenix watchers run batch files more easily. I took care to not blanket pass any...

Hi there! I was working on the instrumentation of a project, particularly on the incoming events via channels. And apparently, learned that `handle_in` only emits `[:phoenix, :channel_handeled_in]` telemetry event after...