Hi,
I want to build a wizard like multi-step input form for my model.
I want to stick to rest practices as long as possible.
The individual steps in the wizard don't have much inter-dependency so to avoid the round trip to the server, I want to store the whole data on client side using JQueryUI tabs or similar.
I have following question.
Is there any better way this could be achieved ?
Can anyone point me to any example or documentation regarding the use JQueryUI-tabs and rails together ?
regards.