Hey guys, im quite new to Rails, and have been so far trying to design my schema.rb file using migrations manually, from looking at my design in DB Designer. It there an easier way to design the schema rather than doing it manually? I would like to be able to design the database visually and then get rails to generate the schema.rb from my design. Is this possible ? regards, Chubbs --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
On Nov 2, 8:50 am, Chubbs <acetin...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hey guys, > > im quite new to Rails, and have been so far trying to design my > schema.rb file using migrations manually, from looking at my design in > DB Designer. It there an easier way to design the schema rather than > doing it manually? I would like to be able to design the database > visually and then get rails to generate the schema.rb from my design. > Is this possible ? > > regards, > Chubbsyou could try this: (note wiki page is from 2005) http://wiki.rubyonrails.org/rails/pages/DBModelGem --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
On Nov 2, 8:50 am, Chubbs <acetin...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hey guys, > > im quite new to Rails, and have been so far trying to design my > schema.rb file using migrations manually, from looking at my design in > DB Designer. It there an easier way to design the schema rather than > doing it manually? I would like to be able to design the database > visually and then get rails to generate the schema.rb from my design. > Is this possible ? > > regards, > Chubbsyou could try this: (note wiki page is from 2005) http://wiki.rubyonrails.org/rails/pages/DBModelGem --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---