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