Interestingly enough I do use the both as and extlib in my project
(due to Facebooker dependency on the AS) and don't have the same
problem.

Maybe because I did override the _template_location method to support
mobile devices.

Let's solve the extlib vs AS stuff and see.

Pavel

On Jun 25, 8:30 pm, Gary Yngve <[email protected]> wrote:
> Rather did the opposite -- removed active support, and the problem is
> fixed.
>
> The smoking gun is the class_inheritable_attributes set of monkey
> patches.
>
> The implementations between extlib and active_support are different
> and not compatible with each other.
>
> -g
>
> On Jun 25, 9:35 am, Gary Yngve <[email protected]> wrote:
>
>
>
> > Looks like some of our issues may be involving collisions between
> > active_support and extlib.  Trying to remove extlib from the
> > dependencies.
>
> > On Jun 24, 1:42 pm, Gary Yngve <[email protected]> wrote:
>
> > > Didn't find the root cause and will be on vacation for the next 10
> > > days.  We upgraded from 1.1.  We're also using DM1.0 and potentially
> > > have some merb-gen'ed files dating from 1.0.
>
> > > -Gary
>
> > > On Jun 23, 2:02 pm, Pavel Kunc <[email protected]> wrote:
>
> > > > Also what interest me is from which version did you actually migrated
> > > > from? So i can track issue easily?
>
> > > > Pavel
>
> > > > On Jun 23, 9:50 pm, Pavel Kunc <[email protected]> wrote:
>
> > > > > Hi, did you find the cause of that?
>
> > > > > Is that involving only parts or it's the issue with normal controllers
> > > > > as well?
>
> > > > > Pavel
>
> > > > > On Jun 23, 3:41 pm, Gary Yngve <[email protected]> wrote:
>
> > > > > > And I also had to patch
>
> > > > > > class Merb::MailController
> > > > > >   def self.template_roots
>
> > > > > > [[File.join(Merb.root,'app','mailers','views'), 
> > > > > > :_template_location]]
> > > > > >   end
> > > > > > end
>
> > > > > > class Merb::PartController
> > > > > >   def self.template_roots
>
> > > > > > [[File.join(Merb.root,'app','parts','views'), :_template_location]]
> > > > > >   end
> > > > > > end
>
> > > > > > There's still an issue with the exception page not finding its view
> > > > > > and the auto class reloading not working...
>
> > > > > > On Jun 22, 2:17 pm, Gary Yngve <[email protected]> wrote:
>
> > > > > > > Well, I have no idea why it was having trouble, but I "fixed" it 
> > > > > > > by
> > > > > > > monkey-patching
>
> > > > > > > class Merb::Controller
> > > > > > >   def self.template_roots
> > > > > > >     [[File.join(Merb.root,'app','views'), :_template_location]]
> > > > > > >   end
> > > > > > > end
>
> > > > > > > ugh.  charging onward to the next spec failure...
>
> > > > > > > -g
>
> > > > > > > On Tue, Jun 22, 2010 at 1:56 PM, Gary Yngve 
> > > > > > > <[email protected]> wrote:
> > > > > > > > working on upgrading..
>
> > > > > > > > it's crashing on
>
> > > > > > > > /Library/Ruby/Gems/1.8/gems/merb-core-1.1.2/lib/merb-core/controller/mixins
> > > > > > > >  /render.rb:in
> > > > > > > > `_template_for'
>
> > > > > > > > and what's happening is that the controller's first template 
> > > > > > > > root is nil.
>
> > > > > > > > has anyone experienced this and can save me a few hours of 
> > > > > > > > debugging?
>
> > > > > > > > thanks,
> > > > > > > > gary

-- 
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.

Reply via email to