2008/11/2 Roman Gonzalez <[EMAIL PROTECTED]>: > > Hello there, > > I started a new project with the latest version of merb (0.9.12), and > I found an issue when trying to list the rake tasks list, the weirdest > thing is, that it does not raise the error when running the bin/merb > command. > > Here is the error I get, the gem dependency is in the gems folder. I > don't know where to look out for errors :-S > > http://pastie.org/305895 > > Has anyone had this issue already?
try requiring that gem by hand (using Gem.path to set up rubygems path). I experienced some issues with Merb caring too much about not being able to load something. It turned out it was ParseTree or something that could not load, and Merb certain thinks that is a drama even for rake tasks. I also think that Merb swallows some exceptions in dependency loading code but I need to look it up. -- 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 -~----------~----~----~----~------~----~------~--~---
