Wicked
Use wicked to make your Rails controllers into step-by-step wizards. To see Wicked in action check out the example Rails app or watch the screencast.
Why This fork is there ?
This is a fork from the original wicked : https://github.com/schneems/wicked, and it's purpose is adding the ability to browse backwards in the wizard, and in this fork I'm introducing the following methods:
View/URL Helpers
previous_wizard_path # Url of the next step
Controller Tidbits:
previous_step # Gets symbol of next step