roovo:web

The End of Dependency Hell?

Saw an interesting commit message in the merb repo on github today.

The part that caught my attention was:

Adds support for Merb::Config[:ignore_system_gems], which if set to true will not fallback to system gems. This enables you to be sure your merb app has all required gems bundled, and not accidently using system gems.

This sounds like it has the potential to keep all those nasty already loaded errors at bay. Can’t wait to see if it’s true.