phoenix
Here are 1,294 public repositories matching this topic...
-
Updated
Sep 3, 2020 - Elixir
-
Updated
Sep 3, 2020 - Elixir
-
Updated
Sep 4, 2020 - Elixir
The following guides may be improved with unit test examples:
- https://github.com/danschultzer/pow/blob/master/guides/custom_controllers.md
- https://github.com/danschultzer/pow/blob/master/guides/sync_user.md
-
https://github.com/danschultzer/pow/blob/master/guides/lock_users.md -
https://github.com/danschultzer/pow/blob/master/guides/user_roles.md
There's alread
-
Updated
Nov 25, 2019 - Elixir
-
Updated
Dec 20, 2019
-
Updated
Aug 7, 2020 - Elixir
We want to add Elixir.Faker.Pokemon.Ru.location/0.
If this is the first time you contributing check out this guide.
Comment below if you want to start working on the issue and never be afraid to ask questions.
If you contribute module that does not exist yet [here is a good example PR](elixirs/faker#288
-
Updated
Oct 23, 2018 - Elixir
-
Updated
Sep 4, 2020 - Elixir
-
Updated
Aug 26, 2020 - Elixir
-
Updated
Jul 17, 2020 - Elixir
The package creation/splitting is heavily dependant on zones. Prevent deletion of the last available zone.
With the recent release of Phoenix 1.5
Now is a great time to go through this example/tutorial with a fresh pair of eyes and completely update it (including) links to code snapshots. We can also extend it to include auth_plug #25
- Checkout
master - Create new branch e.g: `update-t
Table of Contents?
-
Updated
Mar 23, 2020 - Elixir
-
Updated
Jul 2, 2020 - Scala
-
Updated
Feb 15, 2018 - Elixir
-
Updated
Dec 28, 2019 - Elixir
-
Updated
Aug 25, 2020 - Elixir
Improve this page
Add a description, image, and links to the phoenix topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the phoenix topic, visit your repo's landing page and select "manage topics."


Right now we only set the
ipandlast_seen_atfields when a customer record is created. Let's update the customerupdate_metadataendpoint (https://github.com/papercups-io/papercups/blob/master/lib/chat_api_web/controllers/customer_controller.ex#L58) so that it also handles this.(I think we can just default the
last_seen_atfield to the current timestamp for now.)