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.

Darren

On Oct 30, 11:14 pm, geekylucas <[EMAIL PROTECTED]> wrote:
> Hey guys,
>
> I just installed Merb (MacOS 10.5.5) and I'm having some troubles
> getting going. I think Merb is looking for a version of merb-action-
> args that is older than what I have installed?
>
> ====================
> lucasbookpro:Sites lucas$ merb-gen app my_application
> Generating with app generator:
>      [ADDED]  tasks/merb.thor
>      ---- *SNIP* ----
>      [ADDED]  app/views/layout/application.html.erb
>
> lucasbookpro:Sites lucas$ cd my_application
>
> lucasbookpro:my_application lucas$ merb
> Loading init file from /Users/lucas/Sites/my_application/config/
> init.rb
> Loading /Users/lucas/Sites/my_application/config/environments/
> development.rb
>  ~ Loaded DEVELOPMENT Environment...
>  ~
>  ~ FATAL: The gem merb-action-args (= 0.9.10, runtime), [] was not
> found
>  ~
>  ~
>  ~ FATAL: The file merb-action-args was not found
>  ~
> =====================
>
> Here's what I have installed:
> =====================
> lucasbookpro:my_application lucas$ sudo gem list | grep merb
> merb (0.9.12)
> merb-action-args (0.9.12)
> merb-assets (0.9.12)
> merb-auth (0.9.12)
> merb-auth-core (0.9.12)
> merb-auth-more (0.9.12)
> merb-auth-slice-password (0.9.12)
> merb-cache (0.9.12)
> merb-core (0.9.12)
> merb-exceptions (0.9.12)
> merb-gen (0.9.12)
> merb-haml (0.9.12)
> merb-helpers (0.9.12)
> merb-mailer (0.9.12)
> merb-more (0.9.12)
> merb-param-protection (0.9.12)
> merb-slices (0.9.12)
> merb_datamapper (0.9.12)
> =====================
>
> If someone could point me in the right direction I'd much appreciate
> it. :)
>
> Lucas.
--~--~---------~--~----~------------~-------~--~----~
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