Hello, does anyone know if there is a "best practice" how to implement wizard pages in RoR? I want to have multiple pages for entity editing and creation. Is there any rails plugin available? I think it would be nice to have a howto in the rails wiki or to have built-in wizard support in RoR. What do you think? Any suggestions how to implement this elegant? -- Oliver Paulus OpenPGP Key id: 28D9C44F Fingerprint: EADA 62FC 07DC 3361 A3D6 4174 2DE3 C027 28D9 C44F Public Key: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x28D9C44F -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: Digitale PGP-Unterschrift Url : http://wrath.rubyonrails.org/pipermail/rails/attachments/20060428/4199cd87/attachment.bin
What do you mean by wizard pages? Charlie Bowman www.recentrambles.com On Fri, 2006-04-28 at 21:47 +0200, Oliver Paulus wrote:> Hello, > > does anyone know if there is a "best practice" how to implement wizard pages in > RoR? I want to have multiple pages for entity editing and creation. Is there > any rails plugin available? I think it would be nice to have a howto in the > rails wiki or to have built-in wizard support in RoR. What do you think? Any > suggestions how to implement this elegant? > > -- > Oliver Paulus > > OpenPGP > Key id: 28D9C44F > Fingerprint: EADA 62FC 07DC 3361 A3D6 4174 2DE3 C027 28D9 C44F > Public Key: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x28D9C44F > _______________________________________________ Rails mailing list Rails@lists.rubyonrails.org http://lists.rubyonrails.org/mailman/listinfo/rails-------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060428/5df86034/attachment.html
Charlie Bowman wrote:> What do you mean by wizard pages? > > Charlie Bowman > www.recentrambles.come.g. I have 5 pages to create/edit one entity in my RoR app. I do not want to have only one page because I think it is better to give the user several smaller pages (step 1 of 5, step 2 of 5, ...). Now my question was if there is any "best practices" approach for such a behaviour (or a howto). Some other frameworks support this with built-in functionality (e.g. Spring, MonoRails, ...) - perhaps this can be implemented in RoR too - to give the RoR user a comfortable functionality. -- Posted via http://www.ruby-forum.com/.
Google for the acts_as_state_machine plugin and have a look at it. Oliver Paulus wrote:> Charlie Bowman wrote: >> What do you mean by wizard pages? >> >> Charlie Bowman >> www.recentrambles.com > > e.g. I have 5 pages to create/edit one entity in my RoR app. I do not > want to have only one page because I think it is better to give the user > several smaller pages (step 1 of 5, step 2 of 5, ...). > Now my question was if there is any "best practices" approach for such a > behaviour (or a howto). Some other frameworks support this with built-in > functionality (e.g. Spring, MonoRails, ...) - perhaps this can be > implemented in RoR too - to give the RoR user a comfortable > functionality.-- Posted via http://www.ruby-forum.com/.
Reasonably Related Threads
- http parser
- How do CRUD and REST work for a wizard-style application?
- [ wxruby-Bugs-15633 ] Cannot load a subclass of Wx::Wizard from XRC
- [ wxruby-Bugs-18848 ] Wizard#get_page_area_sizer
- Ruby on rail installation framework similar to installAnywhere or some sort of installation wizard