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