From: Damjan Rems Date: 2008-06-13T14:47:37+09:00 Subject: Re: how to install gem from differnet location Junkone wrote: > i always try to install gem using the gem tools. for eg gem install > > how can i download and install a gem other than the > gems.rubyforge.org. > > this is the gem i want to try. > > http://trypticon.org/software/actionmessenger/doc/ gem install activerecord-sqlserver-adapter --source=http://gems.rubyonrails.org or in your case gem install agem --source=http://trypticon.org/software/actionmessenger/doc/ by TheR -- Posted via http://www.ruby-forum.com/.