Ah, figured out. I created a new file config/dependencies.rb and specified:
dependency "merb-assets", "1.0" dependency "merb-helpers", "1.0" If I include these in config/init.rb, then a new runner can be created. It seems like dependencies.rb is not picked up for a core app. -Arun On Nov 17, 11:55 am, "Matt Aimonetti" <[EMAIL PROTECTED]> wrote: > hmm good catch, if you generated a stack app, merb-helpers and merb-assets > won't be declared as dependencies. > > -Matt > > On Mon, Nov 17, 2008 at 2:40 PM, Michael Klishin < > > [EMAIL PROTECTED]> wrote: > > > 2008/11/17 Arun <[EMAIL PROTECTED]>: > > > No Method Error 500 > > > undefined method `form_for' for #<Runners:0x197a120> > > > What's missing ? > > > Either merb-helpers is not loaded at all, or (for some very weird > > reason) default form builder is not set. > > -- > > MK --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "merb" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/merb?hl=en -~----------~----~----~----~------~----~------~--~---
