Phoenix 1.6.x what is `put_root_layout/2` good for?
|
|
6
|
404
|
February 16, 2022
|
How to handle actions with not matching parameters
|
|
7
|
215
|
February 14, 2022
|
Why "Elixir.Phoenix.Controller.render/4 with a view is deprecated"?
|
|
2
|
236
|
February 8, 2022
|
Where do you preload associations?
|
|
24
|
1148
|
January 26, 2022
|
Controller pattern matching post body params, => vs short-hand
|
|
3
|
218
|
November 16, 2021
|
Liberator - build controllers with full access to the HTTP decision graph
|
|
1
|
358
|
October 1, 2021
|
Phoenix controller and views for bulk insert
|
|
2
|
424
|
June 26, 2021
|
Set active Bootstrap navbar item with Phoenix
|
|
7
|
1329
|
June 22, 2021
|
Only the first querystring parameters is in the params of the controller?
|
|
6
|
304
|
May 7, 2021
|
Does conditional render stop code execution?
|
|
5
|
315
|
April 14, 2021
|
In Phoenix, get the function named path (or route) created by the Router Macro in the Controller
|
|
5
|
1100
|
March 1, 2021
|
Test controller who return application/octet-stream
|
|
2
|
1008
|
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
|
1323
|
October 9, 2020
|
How to display a value in a template?
|
|
4
|
1630
|
September 19, 2020
|
Phoenix Router :new action route going to :show action in controller
|
|
1
|
383
|
August 22, 2020
|
Anyone can welp-me givin an exemple of Many to many nested form?
|
|
1
|
230
|
August 19, 2020
|
Controllers for LiveView
|
|
6
|
820
|
August 17, 2020
|
CSRF protection and testing controllers
|
|
2
|
900
|
May 6, 2020
|
Returning simple "Hello World" from controller function without a view?
|
|
2
|
875
|
April 30, 2020
|
Is there a better way to do this (handling an optional query parameter)?
|
|
2
|
386
|
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
|
409
|
April 9, 2020
|
Is PRG a valid technique in Phoenix?
|
|
32
|
2434
|
April 2, 2020
|
Phoenix Controller: Matching on content-type
|
|
5
|
2790
|
February 9, 2020
|
"Let’s be clear. What we’re doing here is controversial", testing authentication in a controller, Programming Phoenix. Can someone explain in greater detail the risk here?
|
|
9
|
1233
|
January 26, 2020
|
Function Adding Args to Controller Actions
|
|
4
|
2057
|
December 4, 2019
|
Data transformation in controllers instead of views?
|
|
3
|
520
|
October 30, 2019
|
How could I revamp response after controller?
|
|
2
|
384
|
September 24, 2019
|
Redirect request to a complex multi parameter URL (like an AWS S3 presigned URL)
|
|
2
|
728
|
August 26, 2019
|
Adding a query string to a redirection
|
|
5
|
2442
|
August 19, 2019
|
MyApp.Controllers.User instead of MyApp.UserController
|
|
3
|
508
|
July 17, 2019
|