Skip to content
#

phoenix

Here are 1,230 public repositories matching this topic...

keathley
keathley commented Jul 12, 2018

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

zzak
zzak commented Feb 2, 2018

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

clifton-mcintosh
clifton-mcintosh commented Dec 23, 2019

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

jesseshieh
jesseshieh commented Apr 20, 2017

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 this page

Add a description, image, and links to the phoenix topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the phoenix topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.