Hi Could someone please point me to a simple ActiveScaffold example that I can copy and see if this thing works. The example given on their site does not work for me. I am trying to learn this stuff (Rails) but every now and then I hit a something and spend hours trying to hunt a solution. Please don''t ask me to google about this. Regards Sandeep -- 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-/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 -~----------~----~----~----~------~----~------~--~---
Sandeep Chandra wrote:> Hi > > Could someone please point me to a simple ActiveScaffold example that I > can copy and see if this thing works. The example given on their site > does not work for me. I am trying to learn this stuff (Rails) but every > now and then I hit a something and spend hours trying to hunt a > solution. > > Please don''t ask me to google about this. > > Regards > > SandeepIf you want to know what the scaffold() method does you can simply do it yourself by running the generator for your project location ./script/generate OnOfYourModels OptionalControllerHere hope this helps -- 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-/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 -~----------~----~----~----~------~----~------~--~---