Testing controllers - unexpected problems with custom Pow auth
|
|
1
|
163
|
October 30, 2022
|
Where to Plug so that it is called for every action?
|
|
5
|
286
|
September 22, 2022
|
Respond with json string without render from :view or :controller
|
|
1
|
234
|
September 20, 2022
|
Send message, `send(pid, message)`, from controller to a LiveView process not possible? If so, why not?
|
|
19
|
583
|
September 5, 2022
|
Using Phoenix as a "redirect server". Anyone else?
|
|
4
|
296
|
August 28, 2022
|
How to handle actions with not matching parameters
|
|
10
|
730
|
June 14, 2022
|
Pass a list of integers as a field in a post body in a Controller test
|
|
2
|
239
|
June 7, 2022
|
Phoenix 1.6.x what is `put_root_layout/2` good for?
|
|
6
|
1227
|
February 16, 2022
|
Why "Elixir.Phoenix.Controller.render/4 with a view is deprecated"?
|
|
2
|
445
|
February 8, 2022
|
Where do you preload associations?
|
|
24
|
3470
|
January 26, 2022
|
Controller pattern matching post body params, => vs short-hand
|
|
3
|
479
|
November 16, 2021
|
Liberator - build controllers with full access to the HTTP decision graph
|
|
1
|
454
|
October 1, 2021
|
Phoenix controller and views for bulk insert
|
|
2
|
629
|
June 26, 2021
|
Set active Bootstrap navbar item with Phoenix
|
|
7
|
1829
|
June 22, 2021
|
Only the first querystring parameters is in the params of the controller?
|
|
6
|
464
|
May 7, 2021
|
Does conditional render stop code execution?
|
|
5
|
419
|
April 14, 2021
|
In Phoenix, get the function named path (or route) created by the Router Macro in the Controller
|
|
5
|
1806
|
March 1, 2021
|
Test controller who return application/octet-stream
|
|
2
|
1283
|
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
|
1638
|
October 9, 2020
|
How to display a value in a template?
|
|
4
|
1939
|
September 19, 2020
|
Phoenix Router :new action route going to :show action in controller
|
|
1
|
524
|
August 22, 2020
|
Anyone can welp-me givin an exemple of Many to many nested form?
|
|
1
|
304
|
August 19, 2020
|
Controllers for LiveView
|
|
6
|
970
|
August 17, 2020
|
CSRF protection and testing controllers
|
|
2
|
1043
|
May 6, 2020
|
Returning simple "Hello World" from controller function without a view?
|
|
2
|
1017
|
April 30, 2020
|
Is there a better way to do this (handling an optional query parameter)?
|
|
2
|
536
|
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
|
513
|
April 9, 2020
|
Is PRG a valid technique in Phoenix?
|
|
32
|
2710
|
April 2, 2020
|
Phoenix Controller: Matching on content-type
|
|
5
|
3507
|
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
|
1374
|
January 26, 2020
|