wooden-pizza-89220
10/13/2023, 6:38 PMminiature-optician-85831
10/13/2023, 6:38 PMlemon-wall-20836
10/13/2023, 8:11 PMredirect
actions response. then you repeat (logic and redirect to a differnet action or page)
2. usign a custom tool. with this technique you should use regular Rails, Turbo and Stimulus code. depending on what you're trying to achieve, you might not need stimulus at all. But have one modal
turbo frame and after each modal respond from the controller within the same frame with a new modal.lemon-wall-20836
10/13/2023, 8:12 PMlemon-wall-20836
10/13/2023, 8:12 PMlemon-wall-20836
10/13/2023, 8:12 PMwooden-pizza-89220
10/19/2023, 4:24 PMredirect
action response, would the path for another action be something like: redirect_to avo.actions_step_two_path
?lemon-wall-20836
10/19/2023, 4:26 PMlemon-wall-20836
10/19/2023, 4:28 PMredirect_to "/avo/resources/posts/1/actions?action_id=Sub::DummyAction"
lemon-wall-20836
10/19/2023, 4:29 PMlemon-wall-20836
10/19/2023, 4:29 PMwooden-pizza-89220
10/20/2023, 4:39 PMredirect_to "/avo/resources/some_resource/#{model_id}/actions?action_id=StepTwo"
AND
redirect_to "/avo/resources/some_resource/1/actions?action_id=StepTwo"
I'll try option 2 next though.lemon-wall-20836
10/22/2023, 3:16 PMlemon-wall-20836
10/25/2023, 10:33 AMlemon-wall-20836
10/25/2023, 2:12 PM