Schema design

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 could try this: (note wiki page is from 2005)

http://wiki.rubyonrails.org/rails/pages/DBModelGem

you could try this: (note wiki page is from 2005)

http://wiki.rubyonrails.org/rails/pages/DBModelGem