Skip to content

Instantly share code, notes, and snippets.

@monde
Created January 19, 2011 21:52
Show Gist options
  • Save monde/786947 to your computer and use it in GitHub Desktop.
Save monde/786947 to your computer and use it in GitHub Desktop.
# probably a bug with latest bundler, in config/application.rb
# needed to symbolize the rails env with latest bundler 1.0.8 and rails 3.0.3 to ensure
# bundler development and test groups are actually loaded
Bundler.require(:default, Rails.env.to_sym) if defined?(Bundler)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment