Hi,
I am having several problems using Ruby on Rails through cPanel. The
main problems come when using Ruby Gems.
They seem to install correctly, however errors are caused when I try to
include them in the application.
cPanel states;
"Using Your Ruby Gem(s)
You will need to add /home/***/ruby/gems to the include path.
You can do this by adding the following code to your script:
$:.push("/home/***/ruby/gems")"
However I don’t really understand what this means. Where do I put this?
How would I go about including a Gem?
Thanks in advance,
Rob