Developing a wizard or multi-steps forms in Rails

Nicolas Blanco
6 min readNov 30, 2016

Subjects covered in this article : binding Rails forms to custom objects, ActiveModel::Model, ActiveSupport delegate method, ActiveSupport constantize method, custom exceptions, the Rails session object, good practices…

All Rails developers who already had to create “multi-steps” forms or a wizard know that it can be a painful feature to develop. One of the main reasons is that…

--

--