Hmm, seems like my brain is currently unable to grasp how this
works...I installed minigems system-wide by doing "gem install
minigems", then I went to my application folder and entered "sudo
minigem install". By looking at load-paths for merb it seems that
minigems is correctly invoked but it is unable to find all gems. For
example it could not find "merb-auth", even when I tried "minigem
prepare merb-auth". Guess I'm doing something wrong here...

Thanks

On 15 Okt, 09:06, Anvar <[EMAIL PROTECTED]> wrote:
> Thanks Fabien! Works great, or so I think. Is there any way to see if
> the gems are correctly loaded from minigems instead of rubygems?
>
> On 14 Okt, 20:24, loob2 <[EMAIL PROTECTED]> wrote:
>
> > Hi Anvar,
>
> > You can use minigems with a bundled application without problems. The
> > only thing to note is that minigems needs to be installed system-wide,
> > it should not be bundled with your app, since it needs to be available
> > before rubygems loads.
>
> > You can use the following to get up and running:
>
> > sudo rake install minigems;
> > sudo minigem install;
>
> > All bundled gems are automatically prepared (the bin/* executables) to
> > use minigems, with fallback to rubygems if minigems isn't available.
--~--~---------~--~----~------------~-------~--~----~
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