Irfan Ahmed
2010-Aug-24 10:28 UTC
can not execute ruby script/generate scaffold Product Admin
in my depot application, i need to execute this command correctly...but I can not do anything! the command could not execute as it is stated and figured in the book. if there is an equivalent command for creating and Model Product under Admin controller, please let me know. Now I know how to configure mysql with rails. So there is no problem. -- Irfan Ahmed Rizvi http://www.creativemake.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.
Jan Marquardt
2010-Aug-24 10:52 UTC
Re: can not execute ruby script/generate scaffold Product Admin
On 08/24/2010 12:28 PM, Irfan Ahmed wrote:> in my depot application, i need to execute this command correctly...but > I can not do anything! the command could not execute as it is stated and > figured in the book.Which version of rails are you using? In Rails 3 the command has changed to `rails generate scaffold`. if there is an equivalent command for creating and> Model Product under Admin controller, please let me know. Now I know how > to configure mysql with rails. So there is no problem. > > -- > Irfan Ahmed Rizvi > http://www.creativemake.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.-- 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.
Irfan Ahmed
2010-Aug-24 11:09 UTC
Re: can not execute ruby script/generate scaffold Product Admin
my ruby version is showing 1.8 and rails is 2.23 On 24 August 2010 16:52, Jan Marquardt <janno-R+7h4gkPAorrZ44/DZwexQ@public.gmane.org> wrote:> On 08/24/2010 12:28 PM, Irfan Ahmed wrote: > >> in my depot application, i need to execute this command correctly...but >> I can not do anything! the command could not execute as it is stated and >> figured in the book. >> > > Which version of rails are you using? In Rails 3 the command has changed to > `rails generate scaffold`. > > > if there is an equivalent command for creating and > >> Model Product under Admin controller, please let me know. Now I know how >> to configure mysql with rails. So there is no problem. >> >> -- >> Irfan Ahmed Rizvi >> http://www.creativemake.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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> >> . >> For more options, visit this group at >> http://groups.google.com/group/rubyonrails-talk?hl=en. >> > > -- > 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> > . > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. > >-- Irfan Ahmed Rizvi http://www.creativemake.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.
Irfan Ahmed
2010-Aug-25 10:17 UTC
Re: can not execute ruby script/generate scaffold Product Admin
I have solved all the previous problems today! thanks to all of you:) On 24 August 2010 17:09, Irfan Ahmed <irfandhk-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> my ruby version is showing 1.8 and rails is 2.23 > > > On 24 August 2010 16:52, Jan Marquardt <janno-R+7h4gkPAorrZ44/DZwexQ@public.gmane.org> wrote: > >> On 08/24/2010 12:28 PM, Irfan Ahmed wrote: >> >>> in my depot application, i need to execute this command correctly...but >>> I can not do anything! the command could not execute as it is stated and >>> figured in the book. >>> >> >> Which version of rails are you using? In Rails 3 the command has changed >> to `rails generate scaffold`. >> >> >> if there is an equivalent command for creating and >> >>> Model Product under Admin controller, please let me know. Now I know how >>> to configure mysql with rails. So there is no problem. >>> >>> -- >>> Irfan Ahmed Rizvi >>> http://www.creativemake.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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> >>> . >>> For more options, visit this group at >>> http://groups.google.com/group/rubyonrails-talk?hl=en. >>> >> >> -- >> 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> >> . >> For more options, visit this group at >> http://groups.google.com/group/rubyonrails-talk?hl=en. >> >> > > > -- > Irfan Ahmed Rizvi > http://www.creativemake.com > >-- Irfan Ahmed Rizvi http://www.creativemake.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.
Possibly Parallel Threads
- Suggested books for the complete Noveice
- Should be obvious, but how do I even know what versions of ruby are available for rvm to use with rvm install?
- want to access the page file of VM from host on Xen platform
- want to access the page file of VM from host on Xen platform using libguestfs
- xen 4.1.3, EFI boot and "no console to OS" problem