Skip to content

Instantly share code, notes, and snippets.

@tooky
Created November 6, 2008 09:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tooky/22550 to your computer and use it in GitHub Desktop.
Save tooky/22550 to your computer and use it in GitHub Desktop.
# works
gem('activemerchant'); require 'active_merchant'
# fails with FATAL: The file activemerchant was not found
dependency('activemerchant') { require 'active_merchant' }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment