brendan.wong-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2007-Jan-29 19:40 UTC
changing order of form fields
hello. i''m just beginning to experiment with ruby on rails. is there any way to change the order that form fields appear in without redesigning the database schema? thanks --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
brendan.wong-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org wrote:> hello. i''m just beginning to experiment with ruby on rails. is there > any way to change the order that form fields appear in without > redesigning the database schema? thanksin the cmd run ruby script/generate scaffold table_name This will generate the form files allowing you to move them around as required -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
brendan.wong-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2007-Jan-30 05:21 UTC
Re: changing order of form fields
thank you. that helped tremendously On Jan 29, 11:46 am, paul <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> brendan.w...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org wrote: > > hello. i''m just beginning to experiment with ruby on rails. is there > > any way to change the order that form fields appear in without > > redesigning the database schema? thanks > > in the cmd run ruby script/generate scaffold table_name > > This will generate the form files allowing you to move them around as > required > > -- > Posted viahttp://www.ruby-forum.com/.--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---