got the problam in installation

View: New views
2 Messages — Rating Filter:   Alert me  

got the problam in installation

by Adam Akhtar-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


hi, i installed ruby 1.8.6, installed gems 1.3.4.

when i am going install rails by using the following command,

gem install rails -v 2.0.2

it installs 2.3.2, i can't understand why this installs 2.3.2,
eventhough i mentioned the 2.0.2 version clearly.

can any one suggest me, how can i get rails 2.0.2 version........
--
Posted via http://www.ruby-forum.com/.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@...
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: got the problam in installation

by Colin Law-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


2009/7/9 Rajendra Bayana <rails-mailing-list@...>:

>
> hi, i installed ruby 1.8.6, installed gems 1.3.4.
>
> when i am going install rails by using the following command,
>
> gem install rails -v 2.0.2
>
> it installs 2.3.2, i can't understand why this installs 2.3.2,
> eventhough i mentioned the 2.0.2 version clearly.
>

I think you want
gem install rails -v=2.0.2

Colin

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@...
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---