How to install gem from differnet location

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/

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

On Jun 13, 1:47 am, Damjan R. [email protected] wrote:

gem install activerecord-sqlserver-adapter
Posted viahttp://www.ruby-forum.com/.
I tried installing using your suggestion

U:>gem install actionmessenger-0.2.0 --source=http://trypticon.org/
software/actionmessenger/
ERROR: While executing gem … (Gem::RemoteSourceException)
HTTP Response 404

I am getting a 404. so i downloaded the gem to my local directory and
get a different kind of error. how do i convert the local source as a
url.

U:>gem install actionmessenger-0.2.0 --source =c:\temp
ERROR: While executing gem … (URI::InvalidURIError)
bad URI(is not URI?): =c:\temp/yaml

appreciate any help in fixing my gem command it from the http source
or my local source

Appreciate any help

Seede

On Jun 12, 2008, at 18:39 PM, 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/

action_messenger is in the gems.rubyforge.org repository.

$ gem list -r action_m

*** REMOTE GEMS ***

action_messager (0.0.2)

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Junkone wrote:
| On Jun 13, 1:47 am, Damjan R. [email protected] wrote:
|> 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 viahttp://www.ruby-forum.com/.
|
| I tried installing using your suggestion
|
| U:>gem install actionmessenger-0.2.0 --source=http://trypticon.org/
| software/actionmessenger/
| ERROR: While executing gem … (Gem::RemoteSourceException)
| HTTP Response 404
|
|
| I am getting a 404. so i downloaded the gem to my local directory and
| get a different kind of error. how do i convert the local source as a
| url.
|
| U:>gem install actionmessenger-0.2.0 --source =c:\temp
| ERROR: While executing gem … (URI::InvalidURIError)
| bad URI(is not URI?): =c:\temp/yaml

cd c:\temp
gem install actionmessenger-0.2.0


Phillip G.
Twitter: twitter.com/cynicalryan
Blog: http://justarubyist.blogspot.com

You striving, bickering, foolishly brave humans.
~ – Apollo, “Who Mourns for Adonais?” stardate 3468.1
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.8 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkhSjccACgkQbtAgaoJTgL9kzwCfaS7hsy+LIaoos/pLOPJKwu+B
PDQAnjU7A4JJ2YDYEBTqRLAErJLRR2RX
=2wSs
-----END PGP SIGNATURE-----