« Return to Thread: Rails 2.0 scaffold

Re: Rails 2.0 scaffold

by Ryan Bigg-2 :: Rate this Message:

Reply to Author | View in Thread

You're specifying (100), (200) and (10,2) when it's not needed.

On Dec 22, 2007 9:18 PM, Chris Willis <rails-mailing-list@...> wrote:

I still dont get it
What am i doing wrong when i put this in

C:\ruby\depot>ruby script\generate scaffold Product Admin id:int
title:varchar(1
00) description:text image_url:varchar(200) price:decimal(10,2)



--
Ryan Bigg
http://www.frozenplague.net
Feel free to add me to MSN and/or GTalk as this email.
--~--~---------~--~----~------------~-------~--~----~
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@...
To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe@...
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

 « Return to Thread: Rails 2.0 scaffold