Skip to content

Instantly share code, notes, and snippets.

@dsaenztagarro
Last active December 18, 2015 05:59
Show Gist options
  • Save dsaenztagarro/5736636 to your computer and use it in GitHub Desktop.
Save dsaenztagarro/5736636 to your computer and use it in GitHub Desktop.
Unicorn and RVM Gemsets

If you have a rvmrc dotfile in your rails project and you are using an specific Gemset for your Ruby version, take care!!

Unicorn ALWAYS uses Ruby version @global gemset. You could get a template error like this: "Could not find XXXX in any of the sources"

If you want to fix quickly this issue you can copy your current gemset of files to global default gemset, like this example:

rvm gemset copy [email protected] 1.9.3@global

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment