I had the same problem upgrading from 0.9.3 to 0.9.9
The problem was that using absolute path doesn't work anymore in
0.9.9.
Instead of
partial("/code/example")
I had to use
partial("code/example")
On Oct 13, 5:13 pm, Roman Gonzalez <[EMAIL PROTECTED]> wrote:
> I've updated the merb-more and merb-core package and have the same
> issues :-(...
>
> On Oct 14, 10:45 am, "Michael Klishin" <[EMAIL PROTECTED]>
> wrote:
>
> > You upgraded -core but probably do not -more. This change in how
> >partiallocals are implemented
> > happened a couple of weeks ago.
>
> > 2008/10/13 dc <[EMAIL PROTECTED]>:
>
> > > hi -
>
> > > upgraded merb today and it now fails to boot. getting the following
> > > problem...
>
> > > /Library/Ruby/Gems/1.8/gems/merb-core-0.9.9/lib/merb-core/controller/
> > > template.rb:127:in `compile_template': wrong number of arguments (3
> > > for 4) (ArgumentError)
> > > ~ loading gem 'merb_helpers' ...
>
> > It's merb-helpers (part of merb metagem) for a week or so already.
> > --
> > 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
-~----------~----~----~----~------~----~------~--~---