UI Deploy

Curated, Short, Web UI Dev we Love.

A better method of handling multistep forms in rails

If there ever was a task that seemed straightforward from the outside, but then turned out to be really complicated when you got into it, a multi-step form is it.

Why are multi-step forms so hard? The main challenge seems to be validating partial objects.

view source

Advertisement