Role-based and Access-based Authorization in Phoenix controller
|
|
2
|
252
|
June 27, 2023
|
Is there a way to put a tiny heex template directly in a controller action?
|
|
4
|
481
|
March 27, 2023
|
Render a 404 from a resource controller when a resource is not found
|
|
0
|
142
|
February 28, 2023
|
How to display a value in a template?
|
|
5
|
2496
|
February 25, 2023
|
Testing controllers - unexpected problems with custom Pow auth
|
|
1
|
364
|
October 30, 2022
|
Where to Plug so that it is called for every action?
|
|
5
|
391
|
September 22, 2022
|
Respond with json string without render from :view or :controller
|
|
1
|
411
|
September 20, 2022
|
Send message, `send(pid, message)`, from controller to a LiveView process not possible? If so, why not?
|
|
19
|
1189
|
September 5, 2022
|
Using Phoenix as a "redirect server". Anyone else?
|
|
4
|
515
|
August 28, 2022
|
How to handle actions with not matching parameters
|
|
10
|
1206
|
June 14, 2022
|
Pass a list of integers as a field in a post body in a Controller test
|
|
2
|
452
|
June 7, 2022
|
Phoenix 1.6.x what is `put_root_layout/2` good for?
|
|
6
|
2132
|
February 16, 2022
|
Why "Elixir.Phoenix.Controller.render/4 with a view is deprecated"?
|
|
2
|
836
|
February 8, 2022
|
Where do you preload associations?
|
|
24
|
5998
|
January 26, 2022
|
Controller pattern matching post body params, => vs short-hand
|
|
3
|
814
|
November 16, 2021
|
Liberator - build controllers with full access to the HTTP decision graph
|
|
1
|
513
|
October 1, 2021
|
Phoenix controller and views for bulk insert
|
|
2
|
860
|
June 26, 2021
|
Set active Bootstrap navbar item with Phoenix
|
|
7
|
2287
|
June 22, 2021
|
Only the first querystring parameters is in the params of the controller?
|
|
6
|
644
|
May 7, 2021
|
Does conditional render stop code execution?
|
|
5
|
539
|
April 14, 2021
|
In Phoenix, get the function named path (or route) created by the Router Macro in the Controller
|
|
5
|
2655
|
March 1, 2021
|
Test controller who return application/octet-stream
|
|
2
|
1589
|
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
|
2084
|
October 9, 2020
|
Phoenix Router :new action route going to :show action in controller
|
|
1
|
652
|
August 22, 2020
|
Anyone can welp-me givin an exemple of Many to many nested form?
|
|
1
|
369
|
August 19, 2020
|
Controllers for LiveView
|
|
6
|
1098
|
August 17, 2020
|
CSRF protection and testing controllers
|
|
2
|
1219
|
May 6, 2020
|
Returning simple "Hello World" from controller function without a view?
|
|
2
|
1158
|
April 30, 2020
|
Is there a better way to do this (handling an optional query parameter)?
|
|
2
|
694
|
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
|
608
|
April 9, 2020
|