You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently, I created a multi-step form for a form object, employing turbo rendering step by step, and storing the state of the form object throughout the steps.
I also want to parse form object to sidekiq job
My Ideas
How about parsing objects without a model ID? One idea is to create a global object that isn't dependent on Active Record or a database; instead, it would be stored in Redis cache and revalidated if necessary.
This approach could be useful for scenarios such as managing many form objects or multi-step forms.
The text was updated successfully, but these errors were encountered:
My Use Case
Recently, I created a multi-step form for a form object, employing turbo rendering step by step, and storing the state of the form object throughout the steps.
I also want to parse form object to sidekiq job
My Ideas
The text was updated successfully, but these errors were encountered: