module TrustyCms::Initializer

def load_gems


into Rails::Initializer from boot.rb if you follow the instructions at http://gembundler.com/rails23.html
Overrides the standard gem-loader to use Bundler instead of config.gem. This is the method normally monkey-patched
def load_gems
  @bundler_loaded ||= Bundler.require :default, Rails.env
end