On Fri, Oct 31, 2008 at 5: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.
>

Hi Lucas,

Try running merb with the  --verbose flag set.  I saw this yesterday and it
was due to an old version of hoe of all things :(

Still haven't traced where it's coming from but if you update hoe you should
be fine.

Cheers
Daniel

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