phoenix
Here are 1,230 public repositories matching this topic...
IPv6 support
The changelog.com website seems to be inaccessible over IPv6. Since the site seems to be hosted on Linode, which has great IPv6 support, it should hopefully be a fairly simple fix.
For cdn.changelog.com it should be a matter of asking Fastly support to enable IPv6 on the map, [per their IPv6 documentation](https://docs.fastly.com/guides/basic-setup/ipv6-support.html#enabling-ipv6-on-customer-sp
-
Updated
May 25, 2020 - Elixir
I propose that we should remove the ability to pass an element to any of the Browser functions. Doing this removes an entire class of race conditions since queries block until they become true. This also makes the api more consistent and should help to reduce issues with chaining. We already support Element so if people want to find a specific element and then pass that element to the `Element
In order to boot the app you have to set the following variables:
# AWS_ACCESS_KEY_ID=TKTK
# AWS_SECRET_ACCESS_KEY=TKTK
# AWS_S3_BUCKET=TKTK
# AWS_S3_REGION=TKTK
# GITHUB_CLIENT_ID=TKTK
# GITHUB_CLIENT_SECRET=TKTK
# SENDGRID_API_KEY=TKTK
It's great this is documented, but not great that I need to set them (even to dummy values) to get the tests to run.
After that I **was abl
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
Dec 20, 2019
-
Updated
May 27, 2020 - Elixir
This is a good, easy entry point to contribute!
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
Version 0.8.2 requires Elixir 1.8 or higher because the function Mix.task.recursing?/0 is not defined in Elixir prior to 1.8. Can the documentation be updated to reflect this?
From what I can tell in the documentation for this project, the assumption appears to be that it can run in Elixir 1.6 or higher.
mix.exs [specifies 1.6 or higher](https://github.com/xerions/phoenix_swagger/blob/ma
-
Updated
Oct 23, 2018 - Elixir
-
Updated
Feb 20, 2020 - Elixir
-
Updated
Mar 23, 2020 - Elixir
-
Updated
Mar 17, 2020 - Elixir
As a maintainer,
I want to automatically run database migrations when pushing hot upgrades,
So that we don't have to run full-restart deploys when migrations are added.
By Way Of Explanation: at the moment, we're [opting out of hot upgrades when deploying changes that include new database migration files](stride-nyc/remote_retro@b9c9df4
-
Updated
Feb 15, 2018 - Elixir
The package creation/splitting is heavily dependant on zones. Prevent deletion of the last available zone.
Steps to reproduce
- Copy current
.env.exampleas.env - Source
.env - Start the application in production mode
- Visit the application in the browser
Expected behavior
No basic authentication prompt
Actual behavior
Basic authentication prompt. Username and password are set to empty strings
See #535 and #536.
-
Updated
Dec 28, 2019 - Elixir
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
More Backends
We should have more backends, because this project aims to be maximally useful in a variety of architectures. Perhaps:
- Mnesia
- Postgres (or a generic SQL backend? Probably Ecto)
- MongoDB
- ???
-
Updated
Feb 10, 2020 - JavaScript
Hi, The documentation mentions that paper_trail can "revert back to anytime in history", but I can't figure out exactly how to revert or reconstitute an older version of a model. Is there documentation somewhere that describes this?
Also, it's mentioned that you "don't delete your paper_trail versions, instead you can merge them", but I can't figure out exactly how to merge them. Is there docum
Improve docs
Would be nice to improve the docs, make it clearer, simpler and easy to understand.
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."
Hello🙂
I am currently following the tutorial Getting started with Guardian and within the section Create Implementation Module is a broke link to the implementation module docs.
The correct one would be `https://github.com/ueberauth/guardian/blob/master/guides/introduction/