I want to create a new scaffold. Would it be best to implement as a plugin? Any tips on how to get started? -- Best Regards, -Larry "Work, work, work...there is no satisfactory alternative." --- E.Taft Benson -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060721/2e9f2ca6/attachment.html
Larry Kelly wrote:> I want to create a new scaffold. Would it be best to implement as a > plugin? > > Any tips on how to get started?Have a look at ajaxscaffold for some sample code on generators and specifically scaffold generators. http://www.ajaxscaffold.com -- Posted via http://www.ruby-forum.com/.
Thanks, I''ll look at your new has_many :through generatior as well. -Larry On 7/21/06, Dr Nic <drnicwilliams@gmail.com> wrote:> > Larry Kelly wrote: > > I want to create a new scaffold. Would it be best to implement as a > > plugin? > > > > Any tips on how to get started? > > Have a look at ajaxscaffold for some sample code on generators and > specifically scaffold generators. > > http://www.ajaxscaffold.com > > -- > Posted via http://www.ruby-forum.com/. > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails >-- Best Regards, -Larry "Work, work, work...there is no satisfactory alternative." --- E.Taft Benson -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060721/11d1bf03/attachment-0001.html
Larry Kelly wrote:> Thanks, > I''ll look at your new has_many :through generatior as well. > -LarryHa. Generators are fun :) You spend a lot of effort in order to be lazy! -- Posted via http://www.ruby-forum.com/.