Hello,
I have a customer table that has quite a few fields. Most consist
of billing and shipping address fields. I''d like to scaffold or
generate the views for this table, but the only way I know how would
be to create the model using the scaffold command (rails 2.0) and
specifying each field. There are at least 30 fields so my command line
is going to fill up fast. Ideally I''d like to create the table in the
db without rails, it would use the rails name conventions and all that
good stuff. Then I''d create the model to link to the table. Lastly
I''d
like to generate the view for the customer that would magically put
all the fields in a form for me. Does anyone know if this is possible?
Thanks,
Gunner
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---