How to install Rails 1.1.6

Is this possible to install Rails 1.1.6 ? Id Possible then How ?

Please Help me

Thanx

i had done this .... But i got these error..

C:\Ruby\bin>gem install -v = 1.1.6 rails ERROR: could not find gem 1.1.6 locally or in a repository ERROR: could not find gem rails locally or in a repository

Try this,

C:\Ruby\bin>gem install rails -v1.1.6

Cheers.

i just try this and got these result..

C:\Ruby\bin>gem install rails -v=1.1.6 Successfully installed activesupport-1.3.1 Successfully installed activerecord-1.14.4 Successfully installed actionpack-1.12.5 Successfully installed actionmailer-1.2.5 Successfully installed actionwebservice-1.1.6 Successfully installed rails-1.1.6 6 gems installed Installing ri documentation for activesupport-1.3.1... ERROR: While generating documentation for activesupport-1.3.1 ... MESSAGE: Unhandled special: Special: type=17, text="<!-- HI -->" ... RDOC args: --ri --op C:/Ruby/lib/ruby/gems/1.8/doc/ activesupport-1.3.1/ri -- quiet lib (continuing with the rest of the installation) Installing ri documentation for activerecord-1.14.4... Installing ri documentation for actionpack-1.12.5... ERROR: While generating documentation for actionpack-1.12.5 ... MESSAGE: Unhandled special: Special: type=17, text="<!-- The header part o f this layout -->" ... RDOC args: --ri --op C:/Ruby/lib/ruby/gems/1.8/doc/ actionpack-1.12.5/ri --qu iet lib (continuing with the rest of the installation) Installing ri documentation for actionmailer-1.2.5... Installing ri documentation for actionwebservice-1.1.6... Installing RDoc documentation for activesupport-1.3.1... Installing RDoc documentation for activerecord-1.14.4... Installing RDoc documentation for actionpack-1.12.5... Installing RDoc documentation for actionmailer-1.2.5... Installing RDoc documentation for actionwebservice-1.1.6...

But What are the ERROR ?? and WHY ?

Don’t worry about errors while generating the docs, your gems will be installed just fine. Could have to do with installing it on Windows, or an outdated rubygems, who knows.

Thanx a lot