Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
update elixir and phoenix guides
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Enriched Elixir Ecto and Phoenix guides with content from their corresponding copy prompts. This is batch 4 of the copy prompt enrichment project (batch 1: #4692, batch 2: #4700, batch 3: #4709).
Changes:
pool_size: 10to config example, Elixir 1.15+ version requirement (harness finding), "Notes for AI-assisted setup"<details>section (:extra_applicationsanti-pattern, SSL mandatory, transaction guidance,config.exsvsruntime.exscredential handling)<details>section (SSL mandatory, app name handling,mix phx.newis interactive, security cross-reference)Automated test harness results:
mix ecto.createnever completed.Both guides hit the same root cause: the container shipped Elixir 1.14 but current Postgrex requires 1.15+. Added version requirements to both guides based on this finding.
Notable finding: When the guide body shows hardcoded credentials and the
<details>section says "don't hardcode for production," agents follow the guide body's code example. The<details>section is effective for corrections that don't contradict the guide's own examples, but cannot override them.