Skip to content

Instantly share code, notes, and snippets.

@kryali
Created December 26, 2010 23:06
Show Gist options
  • Save kryali/755711 to your computer and use it in GitHub Desktop.
Save kryali/755711 to your computer and use it in GitHub Desktop.
(05:03:15 PM) Adam Cu: You will need to add /home/kryali/ruby/gems to the include path.
You can do this by adding the following code to your script: $:.push("/home/kryali/ruby/gems")
(05:03:47 PM) Kiran: where do I do this?
(05:04:09 PM) Adam Cu: Add the code to your script.
(05:04:15 PM) Kiran: which file?
(05:05:02 PM) Adam Cu: Is there more than one script file for Rake Server?
(05:05:50 PM) Adam Cu: I am not 100% certain. I am not able to see everything as you see it. But based on what I have seen, You will need to add /home/kryali/ruby/gems to the include path.
(05:06:03 PM) Adam Cu: You can do this by adding the following code to your script: $:.push("/home/kryali/ruby/gems")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment