Re: [Rails] How to Include Gem in Different Path

2012-08-18 Thread Colin Law
On 17 August 2012 23:29, Admin Tensor wrote: > Hi, > > I just tried Ruby on Rails (with RailsInstaller 2.1.0) and it works fine > on my PC. However, when I put this on the website, I got the following > error message: > > Could not find multi_json-1.3.6 in any of the sources > (Bundler::GemNotFou

Re: [Rails] How to Include Gem in Different Path

2012-08-17 Thread Himanshu Prakash
Hi Bill, either you can- include the path (where your gem is installed) into your system's PATH variable. OR install the gem into specified locationi.e.- /home/username/myapp Thanks, Himanshu On Sat, Aug 18, 2012 at 3:59 AM, Admin Tensor wrote: > Hi,

[Rails] How to Include Gem in Different Path

2012-08-17 Thread Admin Tensor
Hi, I just tried Ruby on Rails (with RailsInstaller 2.1.0) and it works fine on my PC. However, when I put this on the website, I got the following error message: Could not find multi_json-1.3.6 in any of the sources (Bundler::GemNotFound) The problem is that the website has multi_json 1.0.4.