I'm not sure about that, we tried that once and it was a bit of a rat hole.
Finding all the deps you have and their own deps is a bit tricky. Also how
would the script know if you use thin or mongrel or passenger?

I believe we support a dependency.yml file that the thor task can load, you
you should look into the thor tasks for more info:

thor -T --all to see all the tasks, including the advanced ones.

-Mat

On Sat, Nov 15, 2008 at 11:34 PM, Jacques Crocker <[EMAIL PROTECTED]>wrote:

>
> Thanks Matt. Installing the gem manually with the --cache option
> solved my problem
>
> Are there plans to have add a nice merb:gem:install --all which will
> include everything (including dependencies)?
>
> On Nov 15, 7:25 pm, "Matt Aimonetti" <[EMAIL PROTECTED]> wrote:
> > you need to do:
> >
> > thor merb:gem:install name_of_your_dep
> >
> > if you didn't release your gem, simply do:
> >
> > thor merb:gem:install name_of_your_dep --cache
> >
> > -Matt
> >
> >
> >
> > On Sat, Nov 15, 2008 at 9:19 PM, Jacques Crocker <[EMAIL PROTECTED]>
> wrote:
> >
> > > I'm trying to freeze my gems dependencies.
> >
> > > thor merb:gem:install
> >
> > > This seems to freeze all my merb related stuff. But it doesnt include
> > > my custom dependencies
> >
> > > Here is my dependencies file:
> > >http://gist.github.com/25386
> >
> > > After running 'thor merb:gem:install', here is the directory list of
> > > my gems/gems folder
> > >http://gist.github.com/25387
> >
> > > Please let me know what I might be doing wrong. Thanks
> >
>

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