On Fri, Oct 31, 2008 at 11:45 AM, Darren <[EMAIL PROTECTED]> wrote: > > > Amongst the other suggestions, here is a simple way to figure out what > is broken... > > $ irb > % require 'rubygems' > % require 'merb-action-args' > > When I ran into the same error you are seeing, I tried to load the gem > in irb. Like someone else in this thread, my issue was with an older > version of hoe. It looks like merb-action-args won't load without > hoe-1.8.0 or above. >
Could you give us the details about your environment? looks like you are using rubygems 1.2 (since hoe shouldn't be a problem). I'm getting NameError: uninitialized constant Merb when doing what you described above. -- Luis Lavena AREA 17 - Human beings, who are almost unique in having the ability to learn from the experience of others, are also remarkable for their apparent disinclination to do so. Douglas Adams --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
