[Rails] Re: Multi-steps forms aka wizards

2010-08-16 Thread Marnen Laibow-Koser
Marnen Laibow-Koser wrote: > Piotr Wlodarek wrote: >> Thanks for tips. Finally I resorted to "one model per wizard step" >> approach. > > Usually not a good idea. It's generally better to keep track of which > step you're on and save the (one) model as you go along. > > Best, > -- > Marnen Lai

[Rails] Re: Multi-steps forms aka wizards

2010-08-16 Thread Marnen Laibow-Koser
Piotr Wlodarek wrote: > Thanks for tips. Finally I resorted to "one model per wizard step" > approach. Usually not a good idea. It's generally better to keep track of which step you're on and save the (one) model as you go along. Best, -- Marnen Laibow-Koser http://www.marnen.org mar...@marnen

[Rails] Re: Multi-steps forms aka wizards

2010-08-16 Thread AppleII717
What about the railscast on multistep-forms. I think it was rails3. On Aug 16, 3:22 am, Shyam Khadka wrote: > Raul Martinez wrote: > > > Does anyone know about the "act_as_wizard" plug-in?? Any experience?? > > >http://github.com/Adkron/actsa

[Rails] Re: Multi-steps forms aka wizards

2010-08-16 Thread Shyam Khadka
Raul Martinez wrote: > > Does anyone know about the "act_as_wizard" plug-in?? Any experience?? > > http://github.com/Adkron/actsaswizard/tree/master > > Tanks a lot, > Raul. I searched and tried with acts_as_wizard plugin. You can use wizardly gem at http://github.com/jeffp/wizardly But I foun

[Rails] Re: Multi-steps forms aka wizards

2009-03-31 Thread Raul Martinez
Does anyone know about the "act_as_wizard" plug-in?? Any experience?? http://github.com/Adkron/actsaswizard/tree/master Tanks a lot, Raul. -- Posted via http://www.ruby-forum.com/. --~--~-~--~~~---~--~~ You received this message because you are subscribed to th