This project is mirrored from https://github.com/phoenixframework/phoenix.
Pull mirroring updated .
- Aug 27, 2021
-
-
Chris McCord authored
-
Benjamin Danklin authored
* Added descriptions of `@`, and `<%= %>` vs `<% %>` * change example to dot syntax * Update guides/views.md Co-authored-by: Benjamin Danklin <mark@marks-engineering.com> Co-authored-by: Chris McCord <chris@chrismccord.com>
-
Chris McCord authored
-
Chris McCord authored
-
- Aug 26, 2021
-
-
Chris McCord authored
-
José Valim authored
-
- Aug 25, 2021
-
-
José Valim authored
-
José Valim authored
-
José Valim authored
-
Chris McCord authored
-
Chris McCord authored
-
Chris McCord authored
Co-authored-by: José Valim <jose.valim@dashbit.co>
-
Chris McCord authored
-
Chris McCord authored
-
José Valim authored
-
José Valim authored
-
José Valim authored
-
Joe Yates authored
-
Michał Łępicki authored
This should silence some dialyzer warnings in phoenix related packages that use this field legitimately, e.g. this warning that currently appears in Phoenix.LiveView.Socket.id/1 should disappear: The inferred type for the 1st argument is not a supertype of the expected type for the id/1 callback in the Phoenix.Socket behaviour. Success type: atom() | %{ :private => atom() | %{:connect_info => nil | maybe_improper_list() | map(), _ => _}, _ => _ } Behaviour callback type: %Phoenix.Socket{ :assigns => map(), :channel => atom(), :channel_pid => pid(), :endpoint => atom(), :handler => atom(), :id => nil | binary(), :join_ref => _, :joined => boolean(), :private => %{}, :pubsub_server => atom(), :ref => _, :serializer => atom(), :topic => binary(), :transport => atom(), :transport_pid => pid() }
-
Michael Davis authored
-
- Aug 23, 2021
-
-
José Valim authored
-
José Valim authored
-
José Valim authored
-
- Aug 21, 2021
-
-
José Valim authored
-
José Valim authored
Instead of confirming when the link in the email is clicked, we explicitly require the user to press a button, that is to avoid crawlers from automatically visiting emails and confirming accounts.
-
- Aug 18, 2021
-
-
José Valim authored
-
José Valim authored
-
- Aug 16, 2021
-
-
Mike Binns authored
-
R. Miles McCain authored
-
José Valim authored
-
- Aug 14, 2021
-
-
José Valim authored
-
- Aug 11, 2021
-
-
José Valim authored
-
Thanabodee Charoenpiriyakij authored
-
Koen van Gilst authored
-
José Valim authored
-
José Valim authored
-
- Aug 07, 2021
-
-
José Valim authored
-
- Aug 06, 2021
-
-
Michael Crumm authored
-
Wojtek Mach authored
-