Tanawat Limungkura
2010-Sep-22 13:11 UTC
Newbie: Instant rails => scaffold creation problem
I try to create scaffold in Instan-rails lastest version but the problem in the picture was found.What''s wrong and what should I do Thanks Attachments: http://www.ruby-forum.com/attachment/5077/conflict.png -- Posted via http://www.ruby-forum.com/. -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
John Anderson
2010-Sep-22 13:21 UTC
Re: Newbie: Instant rails => scaffold creation problem
why do u create double scaffolds with same name and without any attribute? try "generate scaffolds scaffolds_name attribute1:type attribute2:type" On 9月22日, 下午9时11分, Tanawat Limungkura <li...@ruby-forum.com> wrote:> I try to create scaffold in Instan-rails lastest version but the problem > in the picture was found.What''s wrong and what should I do > Thanks > > Attachments:http://www.ruby-forum.com/attachment/5077/conflict.png > > -- > Posted viahttp://www.ruby-forum.com/.-- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
radhames brito
2010-Sep-22 13:49 UTC
Re: Re: Newbie: Instant rails => scaffold creation problem
> > why do u create double scaffolds with same name and without any > attribute? > try "generate scaffolds scaffolds_name attribute1:type > attribute2:type" >this , and if you dont pass any attribute the migration and the views wont have any fields, and is a useless scaffold -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.