Created
June 8, 2010 17:25
-
-
Save joshaven/430343 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if File.directory?("#{RAILS_ROOT}/gems") | |
Gem.use_paths("#{RAILS_ROOT}/gems", ["#{RAILS_ROOT}/gems"]) | |
end | |
# Write me if you want my full implementation (it is not for RAILS but it could be easily re-written) | |
# yourtech at gmail dot com |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment