[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Rails: generate scaffold Product Admin overwrites admin pages

Phlip

9/15/2006 5:19:00 PM

[This post belongs on the Rails mailing list but its server is full]

Rubies:

I'm up to the infamous Page 57 in Joel Spolsky's most favoritest book in the
whole world, /Agile Web Development with Rails/ by the Daves.

It says:

ruby script/generate scaffold Product Admin

That makes an instant view and editor into the Product model and database
table.

Now suppose I want to, uh, create a second database table, and I need a
second administration view on it. So I create the table, and then run this:

ruby script/generate scaffold AnotherTable Admin

The system overwrites (with permission) the exiting administration files.

What's the fix? Should I rename the prior files? If so, what's the exact
list to rename, and how to keep them linked in?

--
Phlip
http://www.greencheese.u... <-- NOT a blog!!!


1 Answer

e

9/15/2006 9:41:00 PM

0

Phlip wrote:
> [This post belongs on the Rails mailing list but its server is full]

That is not really an excuse :)

Until they fix it, #rubyonrails on irc.freenode.net may
(or may not) be able to help.

> The system overwrites (with permission) the exiting administration
> files.
>
> What's the fix? Should I rename the prior files? If so, what's the exact
> list to rename, and how to keep them linked in?

Two different things cannot be named the same, I believe.

--
Posted via http://www.ruby-....