Is there a way to put a tiny heex template directly in a controller action?
|
|
4
|
307
|
March 27, 2023
|
Render a 404 from a resource controller when a resource is not found
|
|
0
|
112
|
February 28, 2023
|
How to display a value in a template?
|
|
5
|
2264
|
February 25, 2023
|
Testing controllers - unexpected problems with custom Pow auth
|
|
1
|
241
|
October 30, 2022
|
Where to Plug so that it is called for every action?
|
|
5
|
342
|
September 22, 2022
|
Respond with json string without render from :view or :controller
|
|
1
|
330
|
September 20, 2022
|
Send message, `send(pid, message)`, from controller to a LiveView process not possible? If so, why not?
|
|
19
|
887
|
September 5, 2022
|
Using Phoenix as a "redirect server". Anyone else?
|
|
4
|
392
|
August 28, 2022
|
How to handle actions with not matching parameters
|
|
10
|
970
|
June 14, 2022
|
Pass a list of integers as a field in a post body in a Controller test
|
|
2
|
342
|
June 7, 2022
|
Phoenix 1.6.x what is `put_root_layout/2` good for?
|
|
6
|
1812
|
February 16, 2022
|
Why "Elixir.Phoenix.Controller.render/4 with a view is deprecated"?
|
|
2
|
669
|
February 8, 2022
|
Where do you preload associations?
|
|
24
|
4847
|
January 26, 2022
|
Controller pattern matching post body params, => vs short-hand
|
|
3
|
649
|
November 16, 2021
|
Liberator - build controllers with full access to the HTTP decision graph
|
|
1
|
485
|
October 1, 2021
|
Phoenix controller and views for bulk insert
|
|
2
|
756
|
June 26, 2021
|
Set active Bootstrap navbar item with Phoenix
|
|
7
|
2084
|
June 22, 2021
|
Only the first querystring parameters is in the params of the controller?
|
|
6
|
556
|
May 7, 2021
|
Does conditional render stop code execution?
|
|
5
|
485
|
April 14, 2021
|
In Phoenix, get the function named path (or route) created by the Router Macro in the Controller
|
|
5
|
2214
|
March 1, 2021
|
Test controller who return application/octet-stream
|
|
2
|
1453
|
October 18, 2020
|
Why are @valid_attrs @update_attrs and @invalid_attrs using atom/declared-types keys while controllers will pass along stringified params?
|
|
12
|
1862
|
October 9, 2020
|
Phoenix Router :new action route going to :show action in controller
|
|
1
|
596
|
August 22, 2020
|
Anyone can welp-me givin an exemple of Many to many nested form?
|
|
1
|
337
|
August 19, 2020
|
Controllers for LiveView
|
|
6
|
1039
|
August 17, 2020
|
CSRF protection and testing controllers
|
|
2
|
1140
|
May 6, 2020
|
Returning simple "Hello World" from controller function without a view?
|
|
2
|
1088
|
April 30, 2020
|
Is there a better way to do this (handling an optional query parameter)?
|
|
2
|
624
|
April 17, 2020
|
Best way to allow only creating new records in Phoenix while disabling all other methods [PUT, PATCH, DELETE] for a particular entity
|
|
2
|
574
|
April 9, 2020
|
Is PRG a valid technique in Phoenix?
|
|
32
|
2913
|
April 2, 2020
|