Latest #generators Threads 
Phoenix generators are fighting back :laughing:
Ok, it is not over 9000 but got a sudden increase recently. Going from 800 to over 3000,...
New
Why?
Every time I start a new Phoenix project, I find myself doing the same repetitive stuff: swapping esbuild for Bun, adding Oban, conf...
New
There is an example in Ash Framework of adding a resource Album into Music domain
mix ash.gen.resource Tunez.Music.Album --extend postgr...
New
A Mix task that wraps any Elixir Mix project generator in a devenv.sh environment.
Note that you can install Nix on top of macOS or most...
New
Episode 259 of Thinking Elixir. News includes the public launch of Phoenix.new - Chris McCord’s revolutionary AI-powered Phoenix developm...
New
I recently started playing with Igniter and it’s a great code generator already as it is. With Chris’ keynote, I can also see our trend a...
New
When I use generators I can enforce some nesting for the contexts (and their associated schemas) but this does not seem to be the case fo...
New
Hey, I’m thinking about migrating a NodeJS backend to Ash. It’s one of those times in the life of a project where you start to think a fu...
New
I am just getting started with Elixir, Ash etc., so most likely I am missing some configuration or step here. I tried to go through the d...
New
When generating live views through phx.gen.live the entire set of table, schema and corresponding liveviews (.ex and heex), router links ...
New
This Week's Trending
This Month's Trending
This Year's Trending
A Mix task that wraps any Elixir Mix project generator in a devenv.sh environment.
Note that you can install Nix on top of macOS or most...
New
Why?
Every time I start a new Phoenix project, I find myself doing the same repetitive stuff: swapping esbuild for Bun, adding Oban, conf...
New
Episode 259 of Thinking Elixir. News includes the public launch of Phoenix.new - Chris McCord’s revolutionary AI-powered Phoenix developm...
New
Phoenix generators are fighting back :laughing:
Ok, it is not over 9000 but got a sudden increase recently. Going from 800 to over 3000,...
New
There is an example in Ash Framework of adding a resource Album into Music domain
mix ash.gen.resource Tunez.Music.Album --extend postgr...
New
Last Three Year's Trending
Background
OpenAPI is a standard for documenting API resources. Libraries like Spex allow you to generate OpenAPI descriptions of your en...
New
Hi! I’m running the latest version of Phoenix and LiveView, which is making it very hard for me to follow the book “Programming Phoenix L...
New
I have a minimal Ash, PostgreSQL and Phoenix setup in which I do a
mix phx.gen.html Shop Product products name:string price:float --no-c...
New
I recently started playing with Igniter and it’s a great code generator already as it is. With Chris’ keynote, I can also see our trend a...
New
:rotating_light: New AshAuthentication Installers :rotating_light:
The AshAuthentication igniter installers are released! Today on strea...
New
Hi. I ran this command:
mix phx.gen.live Forms Form forms domain:string bg_color:string primary_color:string title:string description:te...
New
@victorbjorklund thanks for your @ThinkingElixir #167 on Phoenix Generators.
This would solve a problem at work where we want all new se...
New
Did anything come of the additional struct for user connection variables:
%MyApp.Scope{
user: ...,
org: ....,
user_agent: ...,
client_ip...
New
During a recent interview, I learned how easily the Phoenix generators can be customized for our projects. How did I not know this? Do ot...
New
Hi everyone,
When you generate a context with phx.gen.context, the generator creates a changeset function in the schema file that casts ...
New
When generating live views through phx.gen.live the entire set of table, schema and corresponding liveviews (.ex and heex), router links ...
New
Looking at the generated code, there’re email_changeset and other <noun>_changesets. Hence, for consistency, confirm_changeset shou...
New
Episode 167 of Thinking Elixir. We’ve all run “mix phx.new”, but have you ever thought to customize what that does? We talk with Victor B...
New
I am just getting started with Elixir, Ash etc., so most likely I am missing some configuration or step here. I tried to go through the d...
New
Hey, I’m thinking about migrating a NodeJS backend to Ash. It’s one of those times in the life of a project where you start to think a fu...
New
Trending Over Three Years
My problem is that I am working with an umbrella project.
Context and schemas reside in core_app, migrations in db_app and “html” in the...
New
So Python has a nice concept of generators - functions that become iterators when called:
def step(x, s):
while True:
yield ...
New
I heard on a podcast episode on Thinking |> Elixir that there could be some TailwindCSS support when generating new Phoenix projects. ...
New
Hey All,
Im probably in the minority in that I generally dislike some of the way that the Ecto/Phoenix generators work in and would like...
New
Hi I’ve tried every combination of
mix phx.gen.html About about --no-context --no-schema
I took out about and About in several combinat...
New
Normally, for a simple one word table, I would be using something like this:
$ mix phx.gen.context Cars Car cars model:string price:stri...
New
Hi! I’ve been experiencing with Phoenix lately and was wondering if the PRG (Post Redirect Get) technique is relevant or there’s a better...
New
Hey all,
I created a phx.gen.tailwind Mix task that adds Node + TailwindCSS to a new Phoenix project. Essentially, it does the following...
New
Hello everyone,
When using the phoenix generators to create a new context (i.e. mix phx.gen.context ContextName SchemaName table_name co...
New
I know how to use comprehensions to generate combinations/permutations:
(for a <- 0..9,
b <- 0..9 |> Enum.reject(&Kernel.==...
New
Hello!
Having trouble running the phx.gen.html templates. This is the command I’m trying
mix phx.gen.html Shipments shipmentroutes ship...
New
I’m reading, Contexts — Phoenix v1.6.15, and it’s all about phx.gen.html. When would you use phx.gen.live instead?
I generated both and ...
New
Hi! I was wondering if we have something similar to the concept of “areas” in ASP.NET MVC for Phoenix.
It’s nothing really complicated; ...
New
Hello everyone,
I really enjoy the PhoenixDiff website for seeing changes between Phoenix versions. It makes it much easier to upgrade a...
New
So I am exploring Umbrella Apps to migrate a old application to have a better separation of concerns and of course I am trying to use the...
New
Latest on Elixir Forum
Get money off!
The Pragmatic Bookshelf
35% off any eBook
Manning Publications
45% off any item
ElixirCasts
10% off for life
The Pragmatic Studio
20% off any course
AppSignal
10% off for 12 months
Honeybadger
10% off for 12 months
Simply use coupon code "devtalk.com" or "elixirforum" at checkout!
Filter by Type:
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #channels
- #exunit
- #elixirconf
- #discussion
- #javascript
- #podcasts
- #code-sync
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixir-ls
- #phoenix_html
- #iex
- #blog-post
- #graphql
- #genstage
- #ai
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #api
- #processes
- #forms
- #metaprogramming
- #security
- #performance
- #hex







