Teknik utk membuat wizard: acts_as_state_machine. Make a Wizard model that handles the state of the wizard and a WizardController that advances the state of the Wizard. The Wizard model itself probably will be using composed_of to become the container for the real objects that you manipulate in the Wizard.
Err, does this make sense or give you a general idea how to attack the problem? Regards kamal On Jan 23, 2008, at 3:41 PM, Muhammad Ichsan wrote: > Dear Pecinta Ruby, > > Ada yang tau plugin atau teknik membuat wizard di Rails gak? Siapa > tahu udah ada jadi tinggal make doang. :D > > Trims > > -- > ~Useful man to others is a lucky man > http://michsan.wordpress.com > > > ID-Ruby > Berdiskusi dan belajar bersama Bahasa Pemrograman Ruby, termasuk > segala varian Ruby (JRuby, Rubinius, IronRuby, XRuby), dan program > yang dibuat dengan Ruby (Ruby on Rails, JRuby on Rails) > > http://news.gmane.org/gmane.comp.lang.ruby.region.indonesia > > > Yahoo! Groups Links > > > Regards, Kamal

